/* Geist Mono font faces */

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/geist-mono/GeistMono-Regular.woff2") format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/geist-mono/GeistMono-Medium.woff2") format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/geist-mono/GeistMono-SemiBold.woff2") format('woff2');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/geist-mono/GeistMono-Bold.woff2") format('woff2');
}

/* Variable font support */
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: 'Geist Mono Variable';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("/assets/geist-mono/GeistMono-Variable.woff2") format('woff2-variations');
  }
}