/* ============================================================
   7CHARM — Typography
   Castoro (SIL OFL, free for commercial use) → the wordmark & display serif.
   Body / UI uses a refined neutral grotesque system stack (Helvetica Neue),
   a timeless luxury pairing with zero licensing risk.

   NOTE: The "Zagolovochnaya" file originally supplied was a FONTSPRING DEMO
   (watermarked, not licensed for production) so it has been removed. If the
   brand wants that specific typeface, license it from ParaType / Fontspring
   and re-introduce it here.
   ============================================================ */

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

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