/* Aeonik — SafariBus brand typeface. Self-hosted, licensed copies. */

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

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

/* No standalone Semibold face is provided — Medium is the closest match,
   registered again at 600 so the browser renders a real face rather than
   synthesising (faux) bold. */
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

/* No standalone Black/ExtraBold face is used on this site — Bold is
   registered again at 800 for the same reason as 600 above. */
@font-face {
  font-family: 'Aeonik';
  src: url('../assets/fonts/Aeonik-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
