/* Montserrat — the single brand typeface.
   Loaded from Google Fonts. Weights: 400 (Regular), 500 (Medium),
   600 (SemiBold), 700 (Bold) — plus italics for the Bold Italic display style. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&display=swap');

/* BiomeW04-Wide — supplied display / logo typeface (wide industrial sans).
   Used for the wordmark, display headings, and uppercase labels. */
@font-face {
  font-family: 'BiomeW04-Wide';
  src: url('../assets/fonts/biome/BiomeW04-Wide.woff2') format('woff2'),
       url('../assets/fonts/biome/BiomeW04-Wide.woff') format('woff'),
       url('../assets/fonts/biome/BiomeW04-Wide.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
