/* Veltaris local webfonts.
   Inter and Space Grotesk are variable fonts; each woff2 covers all weights.
*/

@font-face {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./aldrich-400.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');
}
