/* ============================================================
   helomi — Webfonts
   Body / UI: Source Sans 3 (open-source stand-in for Myriad Pro,
   the brand's specified text face — see readme "Font substitutions").
   Display / logo lockups: Oswald (open-source stand-in for
   "Apotek Cond Bold", the brand's logo-only condensed face).
   ============================================================ */

/* ---- Source Sans 3 (local TTFs) ---- */
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/SourceSans3-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/SourceSans3-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/SourceSans3-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/SourceSans3-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/SourceSans3-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../assets/fonts/SourceSans3-Black.ttf") format("truetype");
}

/* ---- Oswald (display / condensed lockups) — Google Fonts ---- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
