/*! webfont-general-sans.css  */

		
/* Font General Sans */	


/* Normal */
@font-face {
    font-family: 'general sans';
    src: url('GeneralSans-Variable.woff2') format('woff2'),
         url('GeneralSans-Variable.woff') format('woff');
    font-weight: 1 999;
    font-style: normal;
	font-display: swap;
}
/* Italic */
@font-face {
    font-family: 'general sans';
    src: url('GeneralSans-VariableItalic.woff2') format('woff2'),
         url('GeneralSans-VariableItalic.woff') format('woff');
    font-weight: 1 999;
    font-style: italic;
	font-display: swap;
}