/* ============================
   Gothic
   ============================ */
@font-face {
    font-family: "Gothic";
    src: url("trade-gothic-no-20-condensed-bold-OBphW-N.woff") format("woff");
}

.font-gothic {
    font-family: "Gothic" !important;
}

/* ============================
   JetBrains Mono
   ============================ */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    src: url("jetbrains-mono-v24-latin-regular-zjT1pI9.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.font-mono {
    font-family: "JetBrains Mono" !important;
}

/* ============================
   Silkscreen
   ============================ */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Silkscreen';
    font-style: normal;
    font-weight: 400;
    src: url("silkscreen-v6-latin-regular-0U7YsY8.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.font-silkscreen {
    font-family: "Silkscreen" !important;
}

/* ============================
   Geist – Variable Font
   ============================ */
@font-face {
    font-family: "Geist";
    src: url("Geist[wght]-jdVEfEv.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

.font-geist {
    font-family: "Geist" !important;
}

/* ============================
   Montserrat
   ============================ */
@font-face {
    font-family: "Montserrat";
    src: url("Montserrat-Regular-j25DqIh.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.font-montserrat {
    font-family: "Montserrat" !important;
}

/* ============================
   Audiowide
   ============================ */
@font-face {
    font-family: "Audiowide";
    src: url("audiowide-v22-latin-regular-KJsj-ud.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.font-audiowide {
    font-family: "Audiowide" !important;
}

/* ============================
   NATIVE
   ============================ */
.font-native {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}