/* Self-hosted Google Fonts - GDPR compliant */

/* Space Grotesk - 500 (medium) */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/space-grotesk-v22-latin-500.woff2') format('woff2'),
       url('/static/fonts/space-grotesk-v22-latin-500.woff') format('woff');
}

/* Space Grotesk - 700 (bold) */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/space-grotesk-v22-latin-700.woff2') format('woff2'),
       url('/static/fonts/space-grotesk-v22-latin-700.woff') format('woff');
}

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

/* Inter - 500 (medium) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/static/fonts/inter-v20-latin-500.woff2') format('woff2'),
       url('/static/fonts/inter-v20-latin-500.woff') format('woff');
}

/* Inter - 600 (semibold) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/static/fonts/inter-v20-latin-600.woff2') format('woff2'),
       url('/static/fonts/inter-v20-latin-600.woff') format('woff');
}

/* JetBrains Mono - 400 (regular) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/jetbrains-mono-v24-latin-regular.woff2') format('woff2'),
       url('/static/fonts/jetbrains-mono-v24-latin-regular.woff') format('woff');
}
