/* GP Base — self-hosted fonts (variable woff2, latin subset).
   Removes the Google Fonts render-blocking round-trip (~1.4s on mobile).
   Downloaded from fonts.googleapis.com/css2 (variable files cover all weights). */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/spacegrotesk.woff2') format('woff2');
}
