/**
 * Fonts CSS
 * Import Fonts
 */

/* fonts ---------------------*/
@font-face {
  font-display: swap;
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/geist-v4-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/geist-mono-v4-latin-300.woff2') format('woff2');
}
