@font-face {
    font-family: "glossy-display";
    font-display: swap;

    src: url("/fonts/glossy-display.woff2") format("woff2"),
        url("/fonts/glossy-display.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "robotomono-regular";
    font-display: block;
    src: url("/fonts/robotomono-regular.woff2") format("woff2"),
        url("/fonts/robotomono-regular.woff") format("woff");
    font-style: normal;
}

@font-face {
    font-family: "WorkSans-Regular";
    font-display: block;
    src: url("/fonts/WorkSans-Regular.woff2") format("woff2"),
        url("/fonts/WorkSans-Regular.woff") format("woff");
    font-style: normal;
}
