:root {
  --brand-primary: #1e8bff;
  --brand-highlight: #16c7b7;
  --brand-contrast: #ff6b4a;
  --brand-accent: #ff6b4a;
  --brand-primary-50: #edf6ff;
  --brand-primary-100: #dbecff;
  --brand-primary-200: #c0dfff;
  --brand-primary-500: #1c80eb;
  --brand-primary-600: #1e8bff;
  --brand-primary-700: #1975d6;
  --brand-primary-900: #145ca8;
  --brand-highlight-50: #ecfbf9;
  --brand-highlight-100: #daf6f3;
  --brand-highlight-200: #beefeb;
  --brand-highlight-500: #14b7a8;
  --brand-highlight-600: #16c7b7;
  --brand-highlight-700: #12a79a;
  --brand-highlight-900: #0f8379;
  --brand-surface-page: #f4f9ff;
  --brand-surface-page-alt: #fff0ed;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #fff0ed;
  --brand-surface-panel: #ffe4de;
  --brand-surface-panel-strong: #ffdbd4;
  --brand-surface-muted: #fbfdff;
  --brand-surface-accent-soft: #e8f9f8;
  --brand-surface-gradient-from: #f4f9ff;
  --brand-surface-gradient-via: #fff0ed;
  --brand-surface-gradient-to: #effbfa;
  --brand-border: #cee5ff;
  --brand-border-strong: #b3d8ff;
  --brand-text-primary: #082747;
  --brand-text-secondary: #104b8a;
  --brand-text-muted: #1561b3;
  --brand-text-brand: #082747;
  --brand-text-accent: #063833;
  --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: #063833;
  --brand-shell-shadow: #bcdcff;
  --brand-shell-shadow-strong: #9cccff;
}
