/* Self-hosted brand fonts. Relative urls resolve next to this file under any
   app.baseURL (GitHub Pages serves the site at /AudioRig/).

   LICENSE NOTE: Aeonik TRIAL, Degular DEMO and Megazoid TESTING are trial/demo
   builds — fine for development and placeholders, but check/purchase the
   commercial licenses (CoType, oh no type co., etc.) before the paid launch. */

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

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

@font-face {
  font-family: 'Degular';
  src: url('./DegularDemo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('./DegularDemo-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Degular';
  src: url('./DegularDemo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Megazoid';
  src: url('./Megazoid-Regular-Testing.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
