/* Aura typeface — Inter. Served locally from /static (RustEmbed), no CDN.
   A single variable woff2 per style covers weights 100–900. Linked after the
   main sheet in layouts/main.wtz so it is the default across the auth UI. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/inter-latin-wght-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/inter-latin-wght-italic.woff2') format('woff2');
}
html, body, button, input, select, textarea, .font-body, .font-heading {
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
