<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Bebas Font  regular*/

@font-face {
    font-family: 'Bebas';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Bebas-Regular.otf');
}


/* Font Avenir*/
/* 
@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Avenir.ttc');
} */


/* Font SourceSansVariable-Italic*/

@font-face {
    font-family: 'SourceSansVariable-Italic';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/SourceSansVariable-Italic.otf');
}


@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: 400;
    src: url('./avenir/Avenir-Roman-12.ttf');
}

/* Font SourceSansVariable-Roman*/

@font-face {
    font-family: 'SourceSansVariable-Roman';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/SourceSansVariable-Roman.otf');
}</pre></body></html>