@font-face {
	font-family: 'FF Unit Pro';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/ff-unit-pro/FFUnitProRegular.woff') format('woff');
}

@font-face {
	font-family: 'FF Unit Pro';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/ff-unit-pro/FFUnitProBold.woff') format('woff');
}

:root {
	--campusbw-font-family: 'FF Unit Pro', 'Segoe UI', system-ui, -apple-system, sans-serif;
}

body,
button,
input,
select,
textarea,
label,
legend,
.tg-site-header,
.tg-header-builder,
.entry-content,
.wp-block-post-content,
.blockart-block,
.masteriyo,
.masteriyo-account-page,
#masteriyo-interactive-course,
.campusbw-lms-survey {
	font-family: var(--campusbw-font-family) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.wp-block-heading,
.masteriyo h1,
.masteriyo h2,
.masteriyo h3,
.masteriyo h4,
.masteriyo h5,
.masteriyo h6 {
	font-family: var(--campusbw-font-family) !important;
	font-weight: 700 !important;
}

body.masteriyo-account-page [class*='css-'],
body.masteriyo-account-page .chakra-heading,
#masteriyo-interactive-course [class*='css-'] {
	font-family: var(--campusbw-font-family) !important;
}
