/* ================================================
   CSC Theme — @font-face declarations
   Loaded in both frontend and ACFE preview iframe
   so self-hosted Brandon/Copernicus fonts render
   correctly in all contexts.
   ================================================ */

@font-face {
	font-family: 'Copernicus';
	src: url('../fonts/Copernicus-Bold.woff2') format('woff2'),
		url('../fonts/Copernicus-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Copernicus';
	src: url('../fonts/Copernicus-Medium.woff2') format('woff2'),
		url('../fonts/Copernicus-Medium.woff') format('woff');
	font-weight: 550;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Copernicus';
	src: url('../fonts/Copernicus-Semibold.woff2') format('woff2'),
		url('../fonts/Copernicus-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Copernicus';
	src: url('../fonts/CopernicusTrial-BoldItalic.woff2') format('woff2'),
		url('../fonts/CopernicusTrial-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Black.eot');
	src: url('../fonts/BrandonText-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Black.woff2') format('woff2'),
		url('../fonts/BrandonText-Black.woff') format('woff'),
		url('../fonts/BrandonText-Black.ttf') format('truetype'),
		url('../fonts/BrandonText-Black.svg#BrandonText-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Bold.eot');
	src: url('../fonts/BrandonText-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Bold.woff2') format('woff2'),
		url('../fonts/BrandonText-Bold.woff') format('woff'),
		url('../fonts/BrandonText-Bold.ttf') format('truetype'),
		url('../fonts/BrandonText-Bold.svg#BrandonText-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Medium.eot');
	src: url('../fonts/BrandonText-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Medium.woff2') format('woff2'),
		url('../fonts/BrandonText-Medium.woff') format('woff'),
		url('../fonts/BrandonText-Medium.ttf') format('truetype'),
		url('../fonts/BrandonText-Medium.svg#BrandonText-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Text';
	src: url('../fonts/BrandonText-Regular.eot');
	src: url('../fonts/BrandonText-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BrandonText-Regular.woff2') format('woff2'),
		url('../fonts/BrandonText-Regular.woff') format('woff'),
		url('../fonts/BrandonText-Regular.ttf') format('truetype'),
		url('../fonts/BrandonText-Regular.svg#BrandonText-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
		url('../fonts/BrandonGrotesque-Bold.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
		url('../fonts/BrandonGrotesque-Light.woff') format('woff');
	font-weight: 390;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('../fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
		url('../fonts/BrandonGrotesque-Medium.woff') format('woff');
	font-weight: 450;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Brandon Grotesque';
	src: url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
		url('../fonts/BrandonGrotesque-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
