<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: "Source Sans Pro";
    src: url("./SourceSansPro-Regular.ttf.woff2") format("woff2"),
        url("./SourceSansPro-Regular.ttf.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./SourceSansPro-Light.ttf.woff2") format("woff2"), url("./SourceSansPro-Light.ttf.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./SourceSansPro-Semibold.ttf.woff2") format("woff2"),
        url("./SourceSansPro-Semibold.ttf.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("./SourceSansPro-Bold.ttf.woff2") format("woff2"), url("./SourceSansPro-Bold.ttf.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
</pre></body></html>