/**
 * Self-Hosted Google Fonts
 * Inter + Space Grotesk
 */

/* Inter - Regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/inter-v20-latin-regular.woff2') format('woff2');
}

/* Inter - Italic */
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/inter-v20-latin-italic.woff2') format('woff2');
}

/* Space Grotesk - Regular (400) */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/space-grotesk-v22-latin-regular.woff2') format('woff2');
}

/* Space Grotesk - Semi-Bold (600) */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/space-grotesk-v22-latin-600.woff2') format('woff2');
}