/* Brand design tokens. Import in both the landing page and the control panel. */
:root {
  --brand-primary: #2f5d50;
  --brand-accent: #c79a52;
  --brand-bg: #ffffff;
  --brand-fg: #0f172a;
  --brand-muted: #64748b;
  --brand-font-heading: 'Fraunces', Georgia, serif;
  --brand-font-body: 'Inter', system-ui, sans-serif;
}

[data-theme="dark"] {
  --brand-bg: #0b1120;
  --brand-fg: #e2e8f0;
}
