/* Spin Haus — Webfonts
   Imbue (display/titles), Libre Caslon Condensed Italic (headings),
   Syne (body + feature), PPGrafier Bold (utility grotesque). */

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

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

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

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

@font-face {
  font-family: "PPGrafier";
  src: url("../assets/fonts/PPGrafier-Bold.woff2") format("woff2"),
       url("../assets/fonts/PPGrafier-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
