@font-face {
    font-family: Select;
    src: local(fantasy), url("../fonts/select.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: C059;
    src: local(serif), url("../fonts/c059.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: C059;
    src: local(serif), url("../fonts/c059-bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: C059;
    src: local(serif), url("../fonts/c059-bolditalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: C059;
    src: local(serif), url("../fonts/c059-italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}