/* Bela Martins — webfonts (self-hosted, latin subset). Three voices, no fourth. */

/* DISPLAY — DM Serif Display. Always 400; italic is the one official device. */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/dmserif-regular.woff2") format("woff2");
}
@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/dmserif-italic.woff2") format("woff2");
}

/* SANS — Inter (variable, 400–700). Body, leads, CTAs, pill text. */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/inter-var.woff2") format("woff2");
}

/* MONO — IBM Plex Mono. The engineering signature: counter, handle, eyebrow, data. */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/plexmono-400.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/plexmono-500.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/plexmono-600.woff2") format("woff2");
}
