/*
  Startup theme. Default out of the box. Clean sans-serif pair, a
  confident blue primary, warm off-white neutrals. Feels modern and
  trustworthy without being generic SaaS.
*/
:root {
  --color-background: #fdfcfa;
  --color-foreground: #0f172a;
  --color-primary: #2563EB;
  --color-primary-hover: #1D4ED8;
  --color-primary-foreground: #ffffff;
  --color-accent: #0ea5a4;
  --color-muted: #f4f1ec;
  --color-muted-foreground: #4b5563;
  --color-border: #e5e0d8;

  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-display: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 4px;
}
