/* Veltaris local webfonts — variable woff2 (each file covers its full weight range).
   Display: Bricolage Grotesque. Body: Inter. Labels/UI: Space Grotesk. Mono: Geist Mono. */

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('./bricolage-grotesque.woff2') format('woff2-variations'),
       url('./bricolage-grotesque.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./inter.woff2') format('woff2-variations'),
       url('./inter.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./space-grotesk.woff2') format('woff2-variations'),
       url('./space-grotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./geist-mono.woff2') format('woff2-variations'),
       url('./geist-mono.woff2') format('woff2');
}
