@font-face {
    font-family: 'Spartan';
    src: url('/Static/fonts/LeagueSpartan-Thin.woff2') format('woff2'),
        url('/Static/fonts/LeagueSpartan-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Syne Mono';
    src: url('/Static/fonts/SyneMono-Regular.woff2') format('woff2'),
        url('/Static/fonts/SyneMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('/Static/fonts/RobotoMono-Italic.woff2') format('woff2'),
        url('/Static/fonts/RobotoMono-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Mono';
    src: url('/Static/fonts/RobotoMono-Regular.woff2') format('woff2'),
        url('/Static/fonts/RobotoMono-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Static/fonts/OpenSans-Italic.woff2') format('woff2'),
        url('/Static/fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/Static/fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/Static/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}