/* Barid Express — Webfonts
 * Primary brand typeface: FS Albert Arabic (Fontsmith) — a single multi-script
 * family covering Latin + Arabic, used across display, UI and body.
 *
 * FS Albert Arabic is a licensed/proprietary font: drop the licensed web files
 * into assets/fonts/ using the filenames below and they load automatically.
 * Until then, the @font-face local()/fallback chain renders Poppins (Latin) and
 * Cairo (Arabic) as documented substitutes so layouts stay intact.
 */

/* Fallback families (loaded so substitution looks reasonable pre-license) */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Cairo:wght@400;500;600;700;800&display=swap');

/* ---- FS Albert Arabic ----
 * Self-hosted from uploaded brand files. Only the Bold (700) weight has been
 * supplied so far — it is declared across the 600–800 range so headings/display
 * use the real face. Upload Light / Regular / ExtraBold to fonts/ to add weights
 * (e.g. fonts/FS_Albert_Arabic_Web_Light.ttf) and add matching @font-face rules.
 * Body weight (400) currently falls back to Poppins/Cairo until a Regular is added.
 */
@font-face {
  font-family: 'FS Albert Arabic';
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
  src: local('FS Albert Arabic Bold'),
       url('../fonts/FS_Albert_Arabic_Web_Bold.ttf') format('truetype');
}
