@font-face {
    font-family: "formular-mono";
    src: url("/fonts/formular-mono.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "u8";
    src: url("/fonts/u8-trial-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-medium.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-italic.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-medium-italic.otf") format("opentype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-bold-italic.otf") format("opentype");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-light-italic.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "formular";
    src: url("/fonts/formular-black-italic.otf") format("opentype");
    font-weight: 900;
    font-style: italic;
}
