<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: 'Sofia Pro';
    src: url('../font/sofiapro-light.eot');
    src: url('../font/sofiapro-light.eot') format('embedded-opentype'),
         url('../font/sofiapro-light.woff2') format('woff2'),
         url('../font/sofiapro-light.woff') format('woff'),
         url('../font/sofiapro-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../font/sofia_pro_bold.eot');
    src: url('../font/sofia_pro_bold.eot') format('embedded-opentype'),
         url('../font/sofia_pro_bold.woff2') format('woff2'),
         url('../font/sofia_pro_bold.woff') format('woff'),
         url('../font/sofia_pro_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
</pre></body></html>