@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-RegularItalic.woff2') format('woff2'),
        url('../fonts/TheSans-RegularItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

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

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-LightItalic.woff2') format('woff2'),
        url('../fonts/TheSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-SemiBold.woff2') format('woff2'),
        url('../fonts/TheSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-BoldPlain.woff2') format('woff2'),
        url('../fonts/TheSans-BoldPlain.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/TheSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('../fonts/TheSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/TheSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
