@font-face {
    font-family: "ComputerModern Typewriter";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url("fonts/computermodern-typewriter/cmunvi.woff2") format("woff2"),
         url("fonts/computermodern-typewriter/cmunvi.woff") format("woff");
}
@font-face {
    font-family: "ComputerModern Typewriter";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("fonts/computermodern-typewriter/cmunvt.woff2") format("woff2"),
         url("fonts/computermodern-typewriter/cmunvt.woff") format("woff");
}
@font-face {
    font-family: "ProdigySans Medium";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("fonts/prodigy-sans/ProdigySans-Medium.woff2") format ("woff2");
}
@font-face {
    font-family: "ProdigySans Regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("fonts/prodigy-sans/ProdigySans-Regular.woff2") format ("woff2");
}
@font-face {
    font-family: "ProdigySans SemiBold";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("fonts/prodigy-sans/ProdigySans-SemiBold.woff2") format ("woff2");
}
@font-face {
    font-family: "ProdigySans Italic";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url("fonts/prodigy-sans/ProdigySans-Italic.woff2") format ("woff2");
}