/* ─── LOCAL FONTS — totalvenueproductions Theme ───────────────────────────
   Font files live in: /wp-content/themes/totalvenueproductions-theme/assets/fonts/
   
   Download from: https://gwfh.mranftl.com/fonts
   (Google Webfonts Helper — picks the right format automatically)
   
   Files needed:
   
   Barlow Condensed:
     barlow-condensed-v12-latin-regular.woff2
     barlow-condensed-v12-latin-600.woff2
     barlow-condensed-v12-latin-700.woff2
     barlow-condensed-v12-latin-800.woff2
   
   Barlow:
     barlow-v12-latin-300.woff2
     barlow-v12-latin-regular.woff2
     barlow-v12-latin-500.woff2
   
   Share Tech Mono:
     share-tech-mono-v13-latin-regular.woff2
─────────────────────────────────────────────────────────────── */

/* Barlow Condensed — 400 */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('barlow-condensed-v13-latin-regular.woff2') format('woff2');
}

/* Barlow Condensed — 600 */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('barlow-condensed-v13-latin-600.woff2') format('woff2');
}

/* Barlow Condensed — 700 */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('barlow-condensed-v13-latin-700.woff2') format('woff2');
}

/* Barlow Condensed — 800 */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('barlow-condensed-v13-latin-800.woff2') format('woff2');
}

/* Barlow — 300 */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('barlow-v13-latin-300.woff2') format('woff2');
}

/* Barlow — 400 */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('barlow-v13-latin-regular.woff2') format('woff2');
}

/* Barlow — 500 */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('barlow-v13-latin-500.woff2') format('woff2');
}

/* Share Tech Mono — 400 */
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('share-tech-mono-v16-latin-regular.woff2') format('woff2');
}
