/* ============================================================
   AiStrats — Webfonts
   Brand face: Myriad Pro (self-hosted, supplied by the brand).
   Data/mono face: JetBrains Mono (CDN) — see note in fonts card.
   ============================================================ */

@font-face {
  font-family: "Myriad Pro";
  src: url("../assets/fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("../assets/fonts/MyriadPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* JetBrains Mono is loaded from CDN by styles.css (@import).
   It is the tabular/data face — the brand sheet does not specify a
   monospace, so this is a documented substitution. */
