/* ─────────────────────────────────────────
   Inter (Variable, local TTF)
───────────────────────────────────────── */

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* ─────────────────────────────────────────
   URW DIN (local OTF)
───────────────────────────────────────── */

@font-face {
  font-family: "URW DIN";
  src: url("/assets/fonts/URW_DIN/Fonts/urwdin-light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN";
  src: url("/assets/fonts/URW_DIN/Fonts/urwdin-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "URW DIN";
  src: url("/assets/fonts/URW_DIN/Fonts/urwdin-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* ─────────────────────────────────────────
   IBM Plex Mono (local TTF)
───────────────────────────────────────── */

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBM_Plex_Mono/IBMPlexMono-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("/assets/fonts/IBM_Plex_Mono/IBMPlexMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}