/* Substitute webfonts: Geist (for proprietary sans) + Geist Mono (for proprietary mono).
   Variable weight axis covers the fine increments (320/330/340/450/480/540/700).
   Self-hosted (latin subset only, covers pt-BR) to keep fonts off the critical
   third-party request chain — see fonts/ at the project root. */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../../../fonts/geist-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../../../fonts/geist-mono-latin.woff2') format('woff2');
}
