/* Aeonik — self-hosted font */

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

@font-face {
  font-family: 'Aeonik';
  src: url(/assets/aeonik-lightitalic.otf) format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: 'Aeonik';
  src: url(/assets/aeonik-regularitalic.otf) format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url(/assets/aeonik-medium.otf) format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src: url(/assets/aeonik-mediumitalic.otf) format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
