/* ============================================================
   Marsa Foundation — Webfonts
   Brand face: Isidora Sans Alt (Latinotype) — supplied by Marsa.
     Weights provided: Medium (500), Bold (700), Black (900).
     No Regular/Light was supplied — Medium is the body weight.
   Pairings selected by the design system (FLAGGED — pending Marsa sign-off):
     • Arabic / RTL  → Cairo (Google Fonts). Geometric, harmonises with Isidora.
     • Mono / labels → Space Mono (Google Fonts). Used only for eyebrows,
       credits, timecodes and archival metadata.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;700;900&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
  font-family: 'Isidora Sans Alt';
  src: url('../assets/fonts/IsidoraSansAlt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Isidora Sans Alt';
  src: url('../assets/fonts/IsidoraSansAlt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Isidora Sans Alt';
  src: url('../assets/fonts/IsidoraSansAlt-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
