<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Museo-Sans";
  font-weight: 300;
}


@font-face {
    font-family: "Museo-Sans";
    src: url("../fonts/MuseoSans-100.otf");

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

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

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

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

    font-weight: 900;
}

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

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

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

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

@font-face {
    font-family: "Museo-Sans";
    src: url("../fonts/MuseoSans-500Italic.otf");

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

@font-face {
    font-family: "Museo-Sans";
    src: url("../fonts/MuseoSans-700Italic.otf");

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

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