/**
 * Aeonik trial — self-hosted for MDE microsite.
 * Files live in wp-content/themes/bitbug/assets/fonts/
 */

@font-face {
  font-family: "Aeonik-Light";
  src: url("../assets/fonts/AeonikTRIAL-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik-Light";
  src: url("../assets/fonts/AeonikTRIAL-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik-Regular";
  src: url("../assets/fonts/AeonikTRIAL-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik-Regular";
  src: url("../assets/fonts/AeonikTRIAL-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik-Bold";
  src: url("../assets/fonts/AeonikTRIAL-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Aeonik-Bold";
  src: url("../assets/fonts/AeonikTRIAL-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
