/* ============================================================
   Genie webfonts.
   PRIMARY: Manrope (Google Fonts) — a clean modern geometric sans
   standing in for Appcharge's proprietary "Gellix" display face.
   ⚠️ Flagged: swap for Genie's licensed family when supplied.

   The original proprietary families (Orbikular serif, Pangea sans)
   remain bundled in assets/fonts/ and declared below so older
   specimens still resolve — they are no longer the brand default.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

/* ---- Legacy proprietary families (kept, not default) ---- */
@font-face {
  font-family: 'Orbikular';
  src: url('../assets/fonts/Orbikular-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PangeaText';
  src: url('../assets/fonts/PangeaText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PangeaText';
  src: url('../assets/fonts/PangeaText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pangea';
  src: url('../assets/fonts/Pangea-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
