/* Camp CAW – universal default (dark brown text used across theme) */
.camp-caw-footer,
.camp-caw-footer .camp-caw-footer__inner {
	--camp-caw-text: #3F3826;
	--camp-caw-button-border: #F8AD36;
}

/* Global heading typeface across the theme (front-end + editor styles). */
h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading {
	font-family: "Special Gothic Expanded One", sans-serif;
}

/* Global body/default text typeface across the theme (front-end + editor styles). */
body,
.editor-styles-wrapper {
	font-family: "Inter", sans-serif;
}

input,
textarea,
select,
button {
	font-family: "Inter", sans-serif;
}

/* Image blocks: default rounded corners */
.wp-block-image {
	border-radius: 23px;
	overflow: hidden;
}
.wp-block-image img {
	border-radius: 23px;
}
