:root {
  --brand-primary: #0d9488;
  --brand-highlight: #0891b2;
  --brand-contrast: #0891b2;
  --brand-accent: #0891b2;
  --brand-primary-50: #f0fdfa;
  --brand-primary-100: #ccfbf1;
  --brand-primary-200: #99f6e4;
  --brand-primary-500: #14b8a6;
  --brand-primary-600: #0d9488;
  --brand-primary-700: #0f766e;
  --brand-primary-900: #134e4a;
  --brand-highlight-50: #ecfeff;
  --brand-highlight-100: #cffafe;
  --brand-highlight-200: #a5f3fc;
  --brand-highlight-500: #06b6d4;
  --brand-highlight-600: #0891b2;
  --brand-highlight-700: #0e7490;
  --brand-highlight-900: #164e63;
  --brand-surface-page: #f6fafd;
  --brand-surface-page-alt: #eff6fb;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #f0f9ff;
  --brand-surface-panel: #e4eef7;
  --brand-surface-panel-strong: #cbdff0;
  --brand-surface-muted: #f1f5f9;
  --brand-surface-accent-soft: #e0f2fe;
  --brand-surface-gradient-from: #e7f2fb;
  --brand-surface-gradient-via: #f0f7fb;
  --brand-surface-gradient-to: #f6fafd;
  --brand-border: #bfdbfe;
  --brand-border-strong: #93c5fd;
  --brand-text-primary: #0f172a;
  --brand-text-secondary: #334155;
  --brand-text-muted: #09685f;
  --brand-text-brand: #0f172a;
  --brand-text-accent: #022932;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #10b981;
  --brand-semantic-warning: #f59e0b;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: DM Sans;
  --brand-font-body-name: DM Sans;
  --brand-radius-sm: 0.25rem;
  --brand-radius-md: rounded-md;
  --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: #022932;
  --brand-shell-shadow: #c2d7e8;
  --brand-shell-shadow-strong: #9fc0da;
}
