/* Tailwind covers ~everything via the CDN. Local overrides only. */

:root {
  --color-brand-50: #eef2ff;
  --color-brand-600: #4f46e5;
}

/* Tighter font stack — match cloud-portal feel */
body {
  font-family:
    "Inter",
    "ui-sans-serif",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}

code {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
