@font-face {
    font-family: TheSansPlain;
    font-weight: 400;
    src:
        url("./TheSansPlain/TheSansPlain.woff2") format("woff2"),
        url("./TheSansPlain/TheSansPlain.woff") format("woff");
}

@font-face {
    font-family: TheSansBold;
    font-weight: 400;
    src:
        url("./TheSansBold/TheSansBold.woff2") format("woff2"),
        url("./TheSansBold/TheSansBold.woff") format("woff");
}

@font-face {
    font-family: TheSansSemiBold;
    font-weight: 400;
    src:
        url("./TheSansSemiBold/TheSansSemiBold.woff2") format("woff2"),
        url("./TheSansSemiBold/TheSansSemiBold.woff") format("woff");
}
