/* AuraFlow AI — self-hosted fonts (Sora display, Inter body). font-display: swap. */
@font-face {
  font-family: 'Sora'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/static/fonts/sora-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Sora'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/static/fonts/sora-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/static/fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
  src: url('/static/fonts/inter-600.woff2') format('woff2');
}
/* Sora 800 (headline-xl) + Space Mono (label mono) — dipakai Landing cyberpunk */
@font-face {
  font-family: 'Sora'; font-style: normal; font-weight: 800; font-display: swap;
  src: url('/static/fonts/sora-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono'; font-style: normal; font-weight: 400; font-display: swap;
  src: url('/static/fonts/space-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono'; font-style: normal; font-weight: 700; font-display: swap;
  src: url('/static/fonts/space-mono-700.woff2') format('woff2');
}
/* Material Symbols Outlined (ikon app, self-host) */
@font-face {
  font-family: 'Material Symbols Outlined'; font-style: normal; font-weight: 400; font-display: block;
  src: url('/static/fonts/material-symbols.woff2') format('woff2');
}
.msym {
  font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal;
  font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block;
  white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased;
}
