/* Variable fonts — each file covers the full weight range in one request. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/InterVariable.woff2) format('woff2-variations'),
       url(/fonts/InterVariable.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-variations'),
       url(/fonts/SpaceGrotesk.woff2) format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url(/fonts/PlusJakartaSans.woff2) format('woff2-variations'),
       url(/fonts/PlusJakartaSans.woff2) format('woff2');
}
