:root {
  --brand-primary: #f5f1e0;
  --brand-highlight: #f43f5e;
  --brand-contrast: #454545;
  --brand-accent: #454545;
  --brand-primary-50: #f0f9ff;
  --brand-primary-100: #e0f2fe;
  --brand-primary-200: #bae6fd;
  --brand-primary-500: #0ea5e9;
  --brand-primary-600: #0284c7;
  --brand-primary-700: #0369a1;
  --brand-primary-900: #0c4a6e;
  --brand-highlight-50: #fff1f2;
  --brand-highlight-100: #ffe4e6;
  --brand-highlight-200: #fecdd3;
  --brand-highlight-500: #f43f5e;
  --brand-highlight-600: #e11d48;
  --brand-highlight-700: #be123c;
  --brand-highlight-900: #881337;
  --brand-surface-page: #fafbfc;
  --brand-surface-page-alt: #f1f5f9;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f8fafc;
  --brand-surface-panel: #f1f5f9;
  --brand-surface-panel-strong: #e2e8f0;
  --brand-surface-muted: #94a3b8;
  --brand-surface-accent-soft: #e0f2fe;
  --brand-surface-gradient-from: #f0f9ff;
  --brand-surface-gradient-via: #fff1f2;
  --brand-surface-gradient-to: #ecfdf5;
  --brand-border: #e2e8f0;
  --brand-border-strong: #cbd5e1;
  --brand-text-primary: #0f172a;
  --brand-text-secondary: #7a202f;
  --brand-text-muted: #7a202f;
  --brand-text-brand: #531520;
  --brand-text-accent: #44121a;
  --brand-text-on-primary: #454545;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #ffffff;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: 0.5rem;
  --brand-radius-lg: 0.75rem;
  --brand-radius-full: 9999px;
  --brand-shadow-sm: 0 1px 2px 0 rgba(0,0,0,0.05);
  --brand-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1);
  --brand-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
  --brand-border-weight: 1px;
  --brand-shell-button-text: #454545;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #475569;
  --brand-shell-icon: #44121a;
  --brand-shell-shadow: #b7e4f8;
  --brand-shell-shadow-strong: #95d7f5;
}
