/* Separate from tokens.css on purpose: app/app.css imports the tokens through
   Vite, and Vite rewrites root-absolute url() in the CSS it processes, which
   would turn /assets/fonts/… into /panel/assets/fonts/… in the built bundle. */

@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/satoshi-variable.woff2') format('woff2-variations');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Chillax';
  src: url('/assets/fonts/chillax-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
