/* ============================================================
   GO FLY CLUB — FONTS
   Manual specifies: BEBAS NEUE (principal) + ROUSTEL (script).
   MODERNIZATION (per client request): the condensed display
   voice is upgraded from Bebas Neue to SAIRA CONDENSED — a
   contemporary aerospace-flavoured grotesque that keeps Bebas'
   tall, athletic poster energy but gains weight range, a true
   lowercase, and a more current cut.
     · Display  → Saira Condensed (replaces Bebas Neue)
     · Body/UI  → Saira (proportional sibling, cohesive system)
     · Display  → Bebas Neue (BRAND — self-hosted)
     · Body/UI  → Saira (Google Fonts)
     · Script   → Roustel (BRAND — self-hosted from
                  assets/fonts/Roustel.ttf)
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

@font-face {
  font-family: 'Bebas Neue';
  src: url('../assets/fonts/BebasNeue-Regular.ttf') format('truetype');
  /* single-weight file mapped across the range so bold display
     text renders Bebas naturally instead of faux-bolding */
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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