:root {
  --brand-primary: #1b2a4a;
  --brand-highlight: #ff6b35;
  --brand-contrast: #00e676;
  --brand-accent: #00e676;
  --brand-primary-50: #edeef1;
  --brand-primary-100: #dbdde2;
  --brand-primary-200: #bfc3cc;
  --brand-primary-500: #192744;
  --brand-primary-600: #1b2a4a;
  --brand-primary-700: #17233e;
  --brand-primary-900: #121c31;
  --brand-highlight-50: #fff3ef;
  --brand-highlight-100: #ffe7df;
  --brand-highlight-200: #ffd6c6;
  --brand-highlight-500: #eb6231;
  --brand-highlight-600: #ff6b35;
  --brand-highlight-700: #d65a2d;
  --brand-highlight-900: #a84723;
  --brand-surface-page: #f4f4f6;
  --brand-surface-page-alt: #e6fdf1;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e6fdf1;
  --brand-surface-panel: #d1fbe6;
  --brand-surface-panel-strong: #c2f9de;
  --brand-surface-muted: #fafbfb;
  --brand-surface-accent-soft: #fff0eb;
  --brand-surface-gradient-from: #f4f4f6;
  --brand-surface-gradient-via: #e6fdf1;
  --brand-surface-gradient-to: #fff5f1;
  --brand-border: #cdd0d7;
  --brand-border-strong: #b1b7c1;
  --brand-text-primary: #0b121f;
  --brand-text-secondary: #10192c;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #0b121f;
  --brand-text-accent: #471e0f;
  --brand-text-on-primary: #ffffff;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --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: rounded-xl;
  --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: #ffffff;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #00e676;
  --brand-shell-icon: #471e0f;
  --brand-shell-shadow: #bbbfc9;
  --brand-shell-shadow-strong: #9ba1af;
}
