@font-face {
    font-display: swap;
    font-family: FontRegular;
    src: url("regular.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: FontMedium;
    src: url("medium.ttf") format("truetype");
}

@font-face {
    font-display: swap;
    font-family: FontBold;
    src: url("bold.ttf") format("truetype");
}
