@font-face {
    font-display: swap;
    font-family: "Source Sans 3";
    font-style: normal;
    src:
        local("Source Sans 3"),
        url("fonts/SourceSans3VF-Upright.otf.woff2") format("woff2"),
        url("fonts/SourceSans3VF-Upright.otf.woff") format("woff");
}
@font-face {
    font-display: swap;
    font-family: "Source Sans 3";
    font-style: italic;
    src:
        local("Source Sans 3"),
        url("fonts/SourceSans3VF-Italic.otf.woff2") format("woff2"),
        url("fonts/SourceSans3VF-Italic.otf.woff2") format("woff");
}

body {
    font-family: "Source Sans 3", sans-serif;
}

a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

code {
    font-family: "Source Code Pro", Monaco, monospace;
    font-size: 85%;
}
