/* ══════════════════════════════════════════════════════════
   BIG ROCK EQUIPMENT — SELF-HOSTED FONTS
   Replaces Google Fonts. font-display:optional = no visible
   swap: if the font isn't ready instantly, the fallback is
   used for that render and the cached font appears on the
   next navigation. Combined with preload + local hosting,
   the font is ready instantly on virtually every load.
   ══════════════════════════════════════════════════════════ */

/* ── Barlow Condensed (headers / nav) ── */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/barlow-condensed-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('fonts/barlow-condensed-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url('fonts/barlow-condensed-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url('fonts/barlow-condensed-latin-800-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url('fonts/barlow-condensed-latin-900-normal.woff2') format('woff2');
}

/* ── Barlow (body) ── */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/barlow-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url('fonts/barlow-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url('fonts/barlow-latin-600-normal.woff2') format('woff2');
}

/* ── Share Tech Mono (labels / data) ── */
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url('fonts/share-tech-mono-latin-400-normal.woff2') format('woff2');
}
