@font-face {
    font-family: 'TheSans';
    src: url('TheSans-Bold.eot');
    src: url('TheSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('TheSans-Bold.woff2') format('woff2'),
        url('TheSans-Bold.woff') format('woff'),
        url('TheSans-Bold.ttf') format('truetype'),
        url('TheSans-Bold.svg#TheSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TheSans';
    src: url('TheSans-Plain.eot');
    src: url('TheSans-Plain.eot?#iefix') format('embedded-opentype'),
        url('TheSans-Plain.woff2') format('woff2'),
        url('TheSans-Plain.woff') format('woff'),
        url('TheSans-Plain.ttf') format('truetype'),
        url('TheSans-Plain.svg#TheSans-Plain') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

