/* ==========================================================================
   fonts.css — Aeonik Pro (TRIAL) web font declarations

   The design frame uses three Aeonik styles: Light, Regular and Medium.
   Only Light / Regular / Bold were supplied, so 500 (Medium) is mapped to the
   Regular face — see the note in README. Ubuntu Mono (for @handles and the
   #moonwalkers tag) still comes from Google Fonts.
   ========================================================================== */

@font-face {
  font-family: 'Aeonik Pro';
  src: url('./AeonikProTRIAL-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('./AeonikProTRIAL-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Medium (500) — no Medium file supplied, so the Regular face is used.
   Declared explicitly so the result is deterministic rather than
   browser-dependent font matching. */
@font-face {
  font-family: 'Aeonik Pro';
  src: url('./AeonikProTRIAL-regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('./AeonikProTRIAL-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
