/* Tobias Light */
@font-face {
    font-family: 'Tobias';
    src: url('Tobias-Light.woff2') format('woff2'),
        url('Tobias-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Tobias Regular */
@font-face {
    font-family: 'Tobias';
    src: url('Tobias-Regular.woff2') format('woff2'),
        url('Tobias-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Tobias Regular Italic */
@font-face {
    font-family: 'Tobias';
    src: url('Tobias-RegularItalic.woff2') format('woff2'),
        url('Tobias-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Tobias Bold */
@font-face {
    font-family: 'Tobias';
    src: url('Tobias-Bold.woff2') format('woff2'),
        url('Tobias-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Tobias Bold Italic */
@font-face {
    font-family: 'Tobias';
    src: url('Tobias-BoldItalic.woff2') format('woff2'),
        url('Tobias-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}