/* ============================================================
   SPECTARE · Webfonts
   Clash Display — primary display & UI typeface
   Sloop Script — disruptive calligraphic accent
   ============================================================ */

@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../assets/fonts/ClashDisplay-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Decorative script — use ONLY for single-word flourishes */
@font-face {
  font-family: "Sloop Script";
  src: url("../assets/fonts/Sloop-ScriptThree.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
