:root {
  --brand-primary: #2f80ed;
  --brand-highlight: #00c2a8;
  --brand-contrast: #ff6a3d;
  --brand-accent: #ff6a3d;
  --brand-primary-50: #eef5fe;
  --brand-primary-100: #deebfc;
  --brand-primary-200: #c5dbfa;
  --brand-primary-500: #2b76da;
  --brand-primary-600: #2f80ed;
  --brand-primary-700: #276cc7;
  --brand-primary-900: #1f549c;
  --brand-highlight-50: #ebfaf8;
  --brand-highlight-100: #d6f5f1;
  --brand-highlight-200: #b8eee7;
  --brand-highlight-500: #00b29b;
  --brand-highlight-600: #00c2a8;
  --brand-highlight-700: #00a38d;
  --brand-highlight-900: #00806f;
  --brand-surface-page: #f5f9fe;
  --brand-surface-page-alt: #fff0ec;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0ec;
  --brand-surface-panel: #ffe4dc;
  --brand-surface-panel-strong: #ffdbd0;
  --brand-surface-muted: #fbfcff;
  --brand-surface-accent-soft: #e6f9f6;
  --brand-surface-gradient-from: #f5f9fe;
  --brand-surface-gradient-via: #fff0ec;
  --brand-surface-gradient-to: #edfbf9;
  --brand-border: #d1e3fb;
  --brand-border-strong: #b8d4f9;
  --brand-text-primary: #0d2442;
  --brand-text-secondary: #194580;
  --brand-text-muted: #215aa6;
  --brand-text-brand: #0d2442;
  --brand-text-accent: #00362f;
  --brand-text-on-primary: #111827;
  --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: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Inter;
  --brand-font-body-name: Inter;
  --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: #111827;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #00362f;
  --brand-shell-shadow: #c1d9fa;
  --brand-shell-shadow-strong: #a3c7f7;
}
