/* PlaybookIQ — Web fonts
   Display / headings / logo: Barlow Condensed (brand English typeface)
   Body / UI / data:          Barlow (same family, normal width — on-brand companion)
   Arabic (brand spec):       DIN Next LT Arabic — NOT bundled (licensed). Use a system
                              Arabic fallback or supply the licensed files in fonts/.
*/

/* ---- Barlow Condensed (display, italic logo) ---- */
@font-face { font-family:"Barlow Condensed"; font-style:normal; font-weight:400; font-display:swap; src:url("BarlowCondensed-400.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:normal; font-weight:500; font-display:swap; src:url("BarlowCondensed-500.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:normal; font-weight:600; font-display:swap; src:url("BarlowCondensed-600.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:normal; font-weight:700; font-display:swap; src:url("BarlowCondensed-700.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:italic; font-weight:500; font-display:swap; src:url("BarlowCondensed-500i.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:italic; font-weight:600; font-display:swap; src:url("BarlowCondensed-600i.woff2") format("woff2"); }
@font-face { font-family:"Barlow Condensed"; font-style:italic; font-weight:700; font-display:swap; src:url("BarlowCondensed-700i.woff2") format("woff2"); }

/* ---- Barlow (body / UI / numerals) ---- */
@font-face { font-family:"Barlow"; font-style:normal; font-weight:400; font-display:swap; src:url("Barlow-400.woff2") format("woff2"); }
@font-face { font-family:"Barlow"; font-style:normal; font-weight:500; font-display:swap; src:url("Barlow-500.woff2") format("woff2"); }
@font-face { font-family:"Barlow"; font-style:normal; font-weight:600; font-display:swap; src:url("Barlow-600.woff2") format("woff2"); }
@font-face { font-family:"Barlow"; font-style:normal; font-weight:700; font-display:swap; src:url("Barlow-700.woff2") format("woff2"); }
