/* Source: aeolus-design-system/assets/fonts/self-hosted.css (+ Zodiak face from ds-bundle/fonts/fonts.css) */
/* Self-hosted brand fonts for the design-system bundle.
   General Sans: downloaded from Fontshare (ITF Free Font License).
   IBMPlexMono: downloaded from Google Fonts (OFL). Family name has no
   spaces to match the token stack in src/tokens/index.ts. */

@font-face {
  font-family: 'Zodiak';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./fonts/Zodiak-Variable.woff2') format('woff2-variations'), url('./fonts/Zodiak-Variable.woff2') format('woff2'), url('./fonts/Zodiak-Variable.ttf') format('truetype-variations');
}

@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./fonts/GeneralSans-300.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/GeneralSans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/GeneralSans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/GeneralSans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'General Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/GeneralSans-700.woff2') format('woff2');
}

@font-face {
  font-family: 'IBMPlexMono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/IBMPlexMono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBMPlexMono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./fonts/IBMPlexMono-500.woff2') format('woff2');
}
