/* ─────────────────────────────────────────────────────────────
   Easy Peasy Media Co — Webfonts
   Display: Safira March (elegant high-contrast serif, the logo face)
   Text/UI: Inter (variable)
   NOTE: Safira March is licensed "Personal Use Only" in the supplied
   file. A commercial license must be purchased before production use.
   ───────────────────────────────────────────────────────────── */

@font-face {
  font-family: "Safira March";
  src: url("../assets/fonts/SafiraMarch.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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