/* Apple Entertainment — Webfonts
   ─────────────────────────────────────────────────────────────
   Brand faces (from the Figma Brand Guidelines):
   • Helvetica Neue  → display / headings / UI labels
   • Lora            → body / editorial serif
   • Manrope, Inter  → secondary UI / captions / metadata

   SUBSTITUTION NOTE: Helvetica Neue is a licensed system typeface and
   is NOT redistributable via Google Fonts. It is available natively on
   Apple platforms; on other systems we fall back through a tight
   neo-grotesque stack (Arial / Helvetica). If you have the licensed
   Helvetica Neue webfont files, drop them in assets/fonts/ and add
   @font-face rules here for the exact family name "Helvetica Neue".
   Lora, Manrope and Inter load from Google Fonts below. */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
