@font-face {
	font-family: 'GT Really Sans';
	font-weight: 400;
	font-style: normal;
	src: 	url(https://gatilab.com/wp-content/uploads/2024/11/GT-ReallySansSmall-Regular1.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'GT Really Sans';
	font-weight: 700;
	font-style: normal;
	src: 	url(https://gatilab.com/wp-content/uploads/2024/11/GT-ReallySansSmall-Bold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'GT Really Sans';
	font-weight: 900;
	font-style: normal;
	src: 	url(https://gatilab.com/wp-content/uploads/2025/04/GT-ReallySansLarge-Black.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-gt-really-sans: 'GT Really Sans';
}
.has-gt-really-sans-font-family{ 
	font-family: var(--fh-gt-really-sans);
}

