:root {
  --brand-primary: #334e68;
  --brand-highlight: #00d1ff;
  --brand-contrast: #22e6a8;
  --brand-accent: #22e6a8;
  --brand-primary-50: #eff1f3;
  --brand-primary-100: #dee3e7;
  --brand-primary-200: #c6cdd5;
  --brand-primary-500: #2f4860;
  --brand-primary-600: #334e68;
  --brand-primary-700: #2b4257;
  --brand-primary-900: #223345;
  --brand-highlight-50: #ebfbff;
  --brand-highlight-100: #d6f8ff;
  --brand-highlight-200: #b8f2ff;
  --brand-highlight-500: #00c0eb;
  --brand-highlight-600: #00d1ff;
  --brand-highlight-700: #00b0d6;
  --brand-highlight-900: #008aa8;
  --brand-surface-page: #f5f6f7;
  --brand-surface-page-alt: #e9fdf6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9fdf6;
  --brand-surface-panel: #d7fbef;
  --brand-surface-panel-strong: #caf9ea;
  --brand-surface-muted: #fbfbfc;
  --brand-surface-accent-soft: #e6faff;
  --brand-surface-gradient-from: #f5f6f7;
  --brand-surface-gradient-via: #e9fdf6;
  --brand-surface-gradient-to: #edfcff;
  --brand-border: #d2d8de;
  --brand-border-strong: #bac3cc;
  --brand-text-primary: #0e161d;
  --brand-text-secondary: #1c2a38;
  --brand-text-muted: #243749;
  --brand-text-brand: #0e161d;
  --brand-text-accent: #003b47;
  --brand-text-on-primary: #22e6a8;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #334e68;
  --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: #22e6a8;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #22e6a8;
  --brand-shell-icon: #003b47;
  --brand-shell-shadow: #c2cad2;
  --brand-shell-shadow-strong: #a5b1bd;
}
