/* Encouraging Leaders — Fonts
   Brand faces (style guide p.5):
   • Display/headlines: ACUMIN PRO EXTRA CONDENSED (Bold + Regular) — LICENSED (Adobe Fonts).
     Font files NOT yet supplied. Falls back to SAIRA EXTRA CONDENSED (Google Fonts, loaded below)
     then narrow system faces until the licensed files are uploaded.
     When they arrive, add an @font-face for 'Acumin Pro Extra Condensed' here and it takes over.
   • Body: EPILOGUE (Medium for copy, ExtraBold for emphasis) — this IS the brand face and is
     available free on Google Fonts, so it loads exactly. No substitution needed. */
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@400;700&display=swap');
