/**
 * Self-hosted Swiss fonts
 *
 * Using font-display: block to prevent serif fallback flash.
 * These are variable fonts supporting weights 400-700.
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  src: url('/fonts/inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  src: url('/fonts/work-sans.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: block;
  src: url('/fonts/space-grotesk.woff2') format('woff2');
}
