:root {
  --brand-primary: #1f8bff;
  --brand-highlight: #ff6b5a;
  --brand-contrast: #19d3a2;
  --brand-accent: #19d3a2;
  --brand-primary-50: #edf6ff;
  --brand-primary-100: #dbecff;
  --brand-primary-200: #c0dfff;
  --brand-primary-500: #1d80eb;
  --brand-primary-600: #1f8bff;
  --brand-primary-700: #1a75d6;
  --brand-primary-900: #145ca8;
  --brand-highlight-50: #fff3f2;
  --brand-highlight-100: #ffe7e5;
  --brand-highlight-200: #ffd6d1;
  --brand-highlight-500: #eb6253;
  --brand-highlight-600: #ff6b5a;
  --brand-highlight-700: #d65a4c;
  --brand-highlight-900: #a8473b;
  --brand-surface-page: #f4f9ff;
  --brand-surface-page-alt: #e8fbf6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8fbf6;
  --brand-surface-panel: #d6f7ee;
  --brand-surface-panel-strong: #c8f4e9;
  --brand-surface-muted: #fbfdff;
  --brand-surface-accent-soft: #fff0ef;
  --brand-surface-gradient-from: #f4f9ff;
  --brand-surface-gradient-via: #e8fbf6;
  --brand-surface-gradient-to: #fff5f3;
  --brand-border: #cee5ff;
  --brand-border-strong: #b3d8ff;
  --brand-text-primary: #092747;
  --brand-text-secondary: #114b8a;
  --brand-text-muted: #1661b3;
  --brand-text-brand: #092747;
  --brand-text-accent: #471e19;
  --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: rounded-lg;
  --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: #471e19;
  --brand-shell-shadow: #bcdcff;
  --brand-shell-shadow-strong: #9cccff;
}
