/* ============================================================
   IDEAS BY LEO — Fonts
   Self-hosted faces for the house + the three studios.
   Google-served faces (Archivo, Abril Fatface, Unbounded,
   JetBrains Mono) load via <link> in index.html.
   ============================================================ */

/* ---- IDEAS BY LEO (the house) ---- */
@font-face {
  font-family: "Staatliches";
  src: url("../assets/fonts/Staatliches-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Yellowtail";
  src: url("../assets/fonts/Yellowtail-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800; font-style: normal; font-display: swap;
}

/* ---- TALISMAN ---- */
@font-face {
  font-family: "Posterama 2001";
  src: url("../assets/fonts/Posterama2001-Regular.ttf") format("truetype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Posterama 2001";
  src: url("../assets/fonts/Posterama2001-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Posterama 2001";
  src: url("../assets/fonts/Posterama2001-Black.ttf") format("truetype");
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Hoss Round";
  src: url("../assets/fonts/HossRound-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Hoss Round";
  src: url("../assets/fonts/HossRound-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
/* ---- POP WORKSHOP ---- */
@font-face {
  font-family: "The Foregen";
  src: url("../assets/fonts/The-Foregen-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
