/**
* @license
*
* Font Family: Switzer
* Designed by: Jérémie Hornus
* URL: https://www.fontshare.com/fonts/switzer
* © 2025 Indian Type Foundry
*
* Switzer Variable (Variable font)
* Switzer VariableItalic (Variable font)
*
*/

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
    font-family: 'Switzer-Variable';
    src: url('./fonts/Switzer-Variable.woff2') format('woff2'),
        url('./fonts/Switzer-Variable.woff') format('woff'),
        url('./fonts/Switzer-Variable.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
    font-family: 'Switzer-VariableItalic';
    src: url('./fonts/Switzer-VariableItalic.woff2') format('woff2'),
        url('./fonts/Switzer-VariableItalic.woff') format('woff'),
        url('./fonts/Switzer-VariableItalic.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
}
