/*
 * Self-hosted Oswald (variable font, latin subset covers €). Downloaded at
 * image build time by docker/fetch_fonts.py. If the file is missing the
 * browser silently falls back to the next font in each stack.
 */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/static/fonts/oswald-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/static/fonts/oswald-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/static/fonts/oswald-latin.woff2') format('woff2');
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/static/fonts/oswald-latin.woff2') format('woff2');
}