<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --paragraph__family: "Lato", "sans-serif";
    --paragraph__normal:  400;
    --paragraph__bold:    700;
    --headline__family:  "Oswald", "sans-serif";
    --headline__weight:   400;

    --font-family-text: "Lato", sans-serif;
    --font-family-headline: "Oswald", sans-serif;
    --font-weight-text-normal: 400;
    --font-weight-text-bold: 700;
    --font-weight-headline: 400;
}
@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Oswald_400.woff2");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url("fonts/Lato_400.woff2");
}
@font-face {
    font-family: "Lato";
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url("fonts/Lato_700.woff2");
}
</pre></body></html>