/* Default Regular */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Default Black */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Default Black Italic */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/BlackItalic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* Default Bold */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Default Bold Italic */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Default Italic */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Default Light */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Default Light Italic */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/LightItalic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Default Medium */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Default Medium Italic */
@font-face {
    font-family: "Default";
    src: url('/fonts/default/MediumItalic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Default Mono Bold */
@font-face {
    font-family: "Default-mono";
    src: url('/fonts/default/Mono-Bold.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
}

/* Default Mono Bold Italic */
@font-face {
    font-family: "Default-mono";
    src: url('/fonts/default/Mono-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Default Mono Italic */
@font-face {
    font-family: "Default-mono";
    src: url('/fonts/default/Mono-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Default Mono Regular */
@font-face {
    font-family: "Default-mono";
    src: url('/fonts/default/Mono-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.font-sans {
    font-family: "Default";
}

.font-mono {
    font-family: "Default-mono";
}

.font-mono-bold {
    font-family: "Default-mono-bold";
}
