/* Aeonik Fono — technical monospace companion to Aeonik.
 * Used for code, tabular data, terminal output, diffs — anywhere mixed-case mono
 * reads natural. NOT for UPPERCASE labels (that's Proto Mono + .brand-label).
 * Weights: 400 / 500 / 700. */

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

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

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