/* Font definitions for Innovator Grotesk and Geist Mono */

@font-face {
  font-family: 'Innovator Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/InnovatorGrotesk-Medium.woff2') format('woff2'),
       url('/fonts/InnovatorGrotesk-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Innovator Grotesk';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/InnovatorGrotesk-SemiBold.woff2') format('woff2'),
       url('/fonts/InnovatorGrotesk-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/GeistMono-VariableFont_wght.ttf') format('truetype');
} 