/* Self-hosted variable fonts (woff2). One file per family covers all weights. */

@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter.woff2') format('woff2');
  font-weight: 100 900;   /* variable: supports the full range, site uses 400-600 */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('/assets/fonts/plusjakartasans.woff2') format('woff2');
  font-weight: 200 800;   /* variable: supports the full range, site uses 500-800 */
  font-style: normal;
  font-display: swap;
}
