/* =========================================================================
   FONTS — self-hosted, subset to Latin, variable. All under the SIL Open
   Font License (licences in /assets/fonts).
     Bricolage Grotesque — display (contemporary, characterful)
     Hanken Grotesk      — body / UI (clean, warm)
     Fraunces            — italic serif, used only for editorial emphasis
   ========================================================================= */

@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  font-optical-sizing: auto;
  src: url("../fonts/Bricolage.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url("../fonts/Hanken.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  font-optical-sizing: auto;
  src: url("../fonts/Fraunces.woff2") format("woff2-variations");
}
