@font-face {
    font-family: 'Bio Sans';
    src: url('BioSans-Light.woff2') format('woff2'),
        url('BioSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}


@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.woff2') format('woff2'),
        url('Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}