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

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

