<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ------ MUSEO SANS ------ */
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans-100.otf) format("opentype");

    font-weight: 100;
}
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans-100Italic.otf) format("opentype");

    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans-300.otf) format("opentype");

    font-weight: 300;
}
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans-300Italic.otf) format("opentype");

    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans_500.otf) format("opentype");

    font-weight: 500;
}
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans_900.otf) format("opentype");

    font-weight: 900;
}
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans-700Italic.otf) format("opentype");

    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Museo Sans";
    src: url(./MuseoSans/MuseoSans-900Italic.otf) format("opentype");

    font-weight: 900;
    font-style: italic;
}


/* ------ ROBOTO ------ */
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Thin.ttf) format("truetype");

    font-weight: 100;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-ThinItalic.ttf) format("truetype");

    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Light.ttf) format("truetype");

    font-weight: 300;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-LightItalic.ttf) format("truetype");

    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Regular.ttf) format("truetype");

    font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Italic.ttf) format("truetype");

    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Medium.ttf) format("truetype");

    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-MediumItalic.ttf) format("truetype");

    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Bold.ttf) format("truetype");

    font-weight: 700;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-BoldItalic.ttf) format("truetype");

    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-Black.ttf) format("truetype");

    font-weight: 900;
}
@font-face {
    font-family: "Roboto";
    src: url(./Roboto/Roboto-BlackItalic.ttf) format("truetype");

    font-weight: 900;
    font-style: italic;
}</pre></body></html>