<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {	
font-family: 'General Sans Regular';
src: url('../fonts/GeneralSans-Regular.woff');
src: url('../fonts/GeneralSans-Regular.eot'); /* IE6-IE8 */
src: url('../fonts/GeneralSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE9 Compat Modes */
     url('../fonts/GeneralSans-Regular.woff') format('woff'); /* Modern Browsers */
}


@font-face {	
font-family: 'General Sans Medium';
src: url('../fonts/GeneralSans-Medium.woff');
src: url('../fonts/GeneralSans-Medium.eot'); /* IE6-IE8 */
src: url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'), /* IE9 Compat Modes */
     url('../fonts/GeneralSans-Medium.woff') format('woff'); /* Modern Browsers */
}

@font-face {	
font-family: 'General Sans Variable';
src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'),
	 url('../fonts/GeneralSans-Variable.eot'),
	 url('../fonts/GeneralSans-Medium.eot?#iefix') format('embedded-opentype'),
     url('../fonts/GeneralSans-Variable.woff') format('woff'); /* Modern Browsers */
     font-weight: 200 700;
     font-display: swap;
     font-style: normal;
}

</pre></body></html>