/* Deferred bold faces — off critical path */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/geist-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('/fonts/geist-mono-700.woff2') format('woff2');
}
