/* =====================================================
   TWENTY SIX VERIFIED — Font Loading Strategy
   Fonts load async to prevent render blocking
   ===================================================== */

/* System font stack as immediate fallback */
:root {
  --font-d: 'Bebas Neue', 'Impact', 'Arial Narrow', sans-serif;
  --font-s: 'Cormorant Garant', 'Georgia', 'Times New Roman', serif;
  --font-b: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
