/* ============================================================
   Rare&Chosen — Typefaces
   Lastik (display)  +  Suisse Int'l (text)
   Local files only — no Google Fonts, no external font CDNs.
   ============================================================ */

/* ---- Lastik — display serif ---- */
@font-face {
  font-family: "Lastik";
  src: url("../fonts/Lastik-Free.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ---- Suisse Int'l — text sans ---- */
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/Suisse Int'l Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/Suisse Int'l Regular Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/Suisse Int'l Book.otf") format("opentype");
  font-weight: 450;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/Suisse Int'l Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/Suisse Int'l SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
