/**
 * Gilroy font css
 *
 * @author      Jim Mock
 * @copyright   2024, ON1
 */

@font-face {
	font-family: 'GilroyExtraBold';
	font-style: normal;
	font-weight: normal;
	src: url('gilroy/gilroy-extrabold-webfont.woff2') format('woff2'), url('gilroy/gilroy-extrabold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'GilroyLight';
	font-style: normal;
	font-weight: normal;
	src: url('gilroy/gilroy-light-webfont.woff2') format('woff2'), url('gilroy/gilroy-light-webfont.woff') format('woff');
}
