/* ============================================================
   SORP — Webfonts
   Manrope  → primary workhorse (UI, body, most headings)
   Unbounded → display / brand accent face (hero headlines, logo lockups)
   ============================================================ */

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../assets/fonts/Manrope-VariableFont_wght.ttf") format("truetype-variations");
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../assets/fonts/Unbounded-VariableFont_wght.ttf") format("truetype-variations");
}
