/*
 * Switzer — police variable (Fontshare / Indian Type Foundry, licence FFL)
 * Couvre toutes les graisses de 100 à 900 en normal et italique.
 */
@font-face {
    font-family: 'Switzer';
    src: url('Switzer-Variable.woff2') format('woff2'),
         url('Switzer-Variable.woff') format('woff');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('Switzer-VariableItalic.woff2') format('woff2'),
         url('Switzer-VariableItalic.woff') format('woff');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}
