/* ==================================================
   FONT LOADING
================================================== */

@font-face {

    font-family: "YeepsFont";

    src: url("/website/assets/font_files/LilitaOne-Regular.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;

    font-display: swap;
}

@font-face {

    font-family: "YeepsFont_UI";

    src: url("/website/assets/font_files/LondrinaSolid-Regular.ttf") format("truetype");

    font-weight: normal;
    font-style: normal;

    font-display: swap;
}

/* ==================================================
   FONT CLASSES
================================================== */

.font-yeeps {
    font-family: "YeepsFont", sans-serif;
}

.font-ui {
    font-family:
        "YeepsFont_UI",
        Arial,
        sans-serif;
}