@font-face {
	font-family: 'Gotham';
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	font-weight: 400;
	font-style: normal;
	src: 	url(http://eliteq.test/wp-content/uploads/2025/12/Gotham-Book.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	font-weight: 500;
	font-style: normal;
	src: 	url(http://eliteq.test/wp-content/uploads/2025/12/Gotham-Medium.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	font-weight: 600;
	font-style: normal;
	src: 	url(http://eliteq.test/wp-content/uploads/2025/12/Gotham-Bold.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	font-weight: 400;
	font-style: normal;
	src: 	url(http://eliteq.test/wp-content/uploads/2025/12/Proxima-Nova-Regular.woff2) format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	font-weight: 600;
	font-style: normal;
	src: 	url(http://eliteq.test/wp-content/uploads/2025/12/ProximaNova-Bold.woff2) format('woff2');
	font-display: swap;
}

:root {
	--fh-gotham: 'Gotham';
	--fh-proximanova: 'ProximaNova';
}
.has-gotham-font-family{ 
	font-family: var(--fh-gotham);
}

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

