/* Local webfonts. The actual font binaries are intentionally not included in this package.
   Copy them into /fonts using prepare-fonts.ps1 (Windows) or prepare-fonts.sh (macOS/Linux). */
@font-face{
  font-family:"Bebas Neue Local";
  src:url("fonts/BebasNeue-Bold.otf") format("opentype");
  font-style:normal;
  font-weight:700;
  font-display:swap;
}
@font-face{
  font-family:"HK Grotesk Local";
  src:url("fonts/HKGrotesk-Regular.woff2") format("woff2");
  font-style:normal;
  font-weight:400;
  font-display:swap;
}
@font-face{
  font-family:"HK Grotesk Local";
  src:url("fonts/HKGrotesk-Medium.woff2") format("woff2");
  font-style:normal;
  font-weight:500;
  font-display:swap;
}
