/* Self-hosted via scripts/fetch-fonts.mjs — re-run when bumping weights.
 * Latin subset only. Cross-origin handshake to fonts.gstatic.com avoided.
 * font-display: swap is preserved from the upstream Google Fonts CSS.
 */
/* Big Shoulders Display 700 normal */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/big-shoulders-display-700-normal.woff2) format('woff2');
}

/* Big Shoulders Display 800 normal */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/big-shoulders-display-800-normal.woff2) format('woff2');
}

/* Big Shoulders Display 900 normal */
@font-face {
  font-family: 'Big Shoulders Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/fonts/big-shoulders-display-900-normal.woff2) format('woff2');
}

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

/* Geist 400 normal */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/geist-400-normal.woff2) format('woff2');
}

/* Geist 500 normal */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts/geist-500-normal.woff2) format('woff2');
}

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

/* Geist 700 normal */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/geist-700-normal.woff2) format('woff2');
}

/* Geist 800 normal */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/fonts/geist-800-normal.woff2) format('woff2');
}

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

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