/* Self-hosted brand fonts (no third-party CDN; removes the Google Fonts IP-leak).
   Populate /fonts/*.woff2 per fonts/README.md. Until then, the system-font
   fallback in each font-family stack renders the site cleanly. */

/* Raleway — variable (covers all weights incl. 250) */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Raleway-Variable.woff2') format('woff2-variations'),
       url('fonts/Raleway-Variable.woff2') format('woff2');
}

/* Poppins — static weights used by the site */
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url('fonts/Poppins-300.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/Poppins-400.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/Poppins-500.woff2') format('woff2'); }
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/Poppins-600.woff2') format('woff2'); }
