/* =====================================================================
   RoofHero Design System — self-hosted webfonts
   Variable woff2 files pulled from Google Fonts (latin subset).
   Host Grotesk = headings · Inter = body/UI.
   url() paths are relative to THIS file (the fonts/ folder).
   ===================================================================== */

@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  font-weight: 400 700;          /* variable — covers 500/600/700 */
  font-display: swap;
  src: url('host-grotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;          /* variable — covers 400/500/600/700 */
  font-display: swap;
  src: url('inter.woff2') format('woff2');
}
