@font-face {
	font-family: 'AtkinsonCustom';
	font-weight: 200 800;
	font-style: normal;
	src: 	url(https://onlycuet.com/wp-content/uploads/2025/02/font-sans-read.woff2) format('woff2  supports variations'),
			url(https://onlycuet.com/wp-content/uploads/2025/02/font-sans-read.woff2) format('woff2-variations');
	font-display: swap;
}

@font-face {
	font-family: 'AtkinsonCustom';
	font-weight: 200 800;
	font-style: italic;
	src: 	url(https://onlycuet.com/wp-content/uploads/2025/02/font-sans-read-italic.woff2) format('woff2  supports variations'),
			url(https://onlycuet.com/wp-content/uploads/2025/02/font-sans-read-italic.woff2) format('woff2-variations');
}

@font-face {
	font-family: 'GTReallySans';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://onlycuet.com/wp-content/uploads/2025/02/ReallySansLarge-Black.woff2) format('woff2');
}

:root {
	--fh-atkinsoncustom: 'AtkinsonCustom';
	--fh-gtreallysans: 'GTReallySans';
}
.has-atkinsoncustom-font-family{ 
	font-family: var(--fh-atkinsoncustom);
}

.has-gtreallysans-font-family{ 
	font-family: var(--fh-gtreallysans);
}

