/* Fluxline AI UI — webfont faces.
   Family names match the DSM tokens (--fx-font / --fx-font-mono) so the
   token variables resolve without any component knowing the file paths. */

@font-face {
  font-family: 'inter-variable';
  src: url('../../fonts/inter-latin-wght-normal.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'inter-variable';
  src: url('../../fonts/inter-latin-wght-italic.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono';
  src: url('../../fonts/roboto-mono-latin-wght-normal.woff2') format('woff2');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
