<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: SourceSansPro;
    src: url("/assets/fonts/SourceSansPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: SourceSansPro;
    src: url("/assets/fonts/SourceSansPro-Bold.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: SourceSansProSemiBold;
    src: url("/assets/fonts/SourceSansPro-Semibold.otf") format("opentype");
}

@font-face {
    font-family: SourceSansPro;
    src: url("/assets/fonts/SourceSansPro-It.otf") format("opentype");
    font-style: italic;
}
@font-face {
    font-family: GalanoGrotesque;
    src: url("/assets/fonts/GalanoGrotesqueRegular.otf") format("opentype");
}

@font-face {
    font-family: GalanoGrotesque;
    src: url("/assets/fonts/GalanoGrotesqueSemiBold.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: GalanoGrotesqueBold;
    src: url("/assets/fonts/GalanoGrotesqueBold.otf") format("opentype");
}

@font-face {
    font-family: GalanoGrotesque;
    src: url("/assets/fonts/GalanoGrotesqueItalic.otf") format("opentype");
    font-style: italic;
}

@font-face {
    font-family: NotoSansBold;
    src: url("/assets/fonts/NotoSans-Black.ttf") format("truetype");
    font-weight: bold;
}


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