/* Aeonik Extended — display font for product surfaces per DESIGN.md §3.
 * Weights: 400 / 600. Used at 24px+ for Hero/Display/H1/H2 on product UI. */

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

@font-face {
  font-family: 'Aeonik Extended';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/aeonik_extended/aeonikextended-semibold.woff2') format('woff2');
}
