/* Host Grotesk — self-hosted (VARIABLE TTF) */
/* Files expected at:
   /fonts/host-grotesk/HostGrotesk-VariableFont_wght.ttf
   /fonts/host-grotesk/HostGrotesk-Italic-VariableFont_wght.ttf
*/

@font-face {
  font-family: "Host Grotesk";
  src: url("/fonts/host-grotesk/HostGrotesk-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;   /* covers Light→Bold range used in the brand guide */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Host Grotesk";
  src: url("/fonts/host-grotesk/HostGrotesk-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 700;
  font-style: italic;
  font-display: swap;
}