/* Self-hosted variable fonts. Replaces the previous Google Fonts CSS link.
   Both files are full latin-subset variable woff2 served from /portfolio/pennine-roof-co/fonts/. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  font-stretch: 100%;
  src: url('/portfolio/pennine-roof-co/fonts/Fraunces.woff2') format('woff2-variations'),
       url('/portfolio/pennine-roof-co/fonts/Fraunces.woff2') format('woff2');
  /* Optical-size axis (9..144) and other axes (SOFT, WONK) remain available
     via `font-variation-settings` / `font-optical-sizing: auto`. */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/portfolio/pennine-roof-co/fonts/InterVariable.woff2') format('woff2-variations'),
       url('/portfolio/pennine-roof-co/fonts/InterVariable.woff2') format('woff2');
}
