/* Geist Fonts - Local hosting for better performance */
/* Variable fonts for smallest file size */

@font-face {
  font-family: 'Geist Sans';
  src: url('./geist-sans/Geist-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: optional;
}

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

