/* ============================================================
   Kroma Living — Webfonts
   Body & subtitles: Outfit (provided variable font).
   Display / titles: Chloe (provided) — the high-contrast elegant
   display serif with the distinctive descending k swash.
   ============================================================ */

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

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