/*
 * Local no-network typography contract for build-served Brain.
 * The app prefers Inter when available on the device and otherwise falls back
 * to the platform sans stack. This file intentionally contains no remote URLs.
 */
body {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.material-symbols-outlined {
  font-family:
    "Material Symbols Outlined",
    "Segoe UI Symbol",
    sans-serif;
}
