:root {
  --brand-primary: #0abfbc;
  --brand-highlight: #ff6b6b;
  --brand-contrast: #1a1a2e;
  --brand-accent: #1a1a2e;
  --brand-primary-50: #ebfafa;
  --brand-primary-100: #d8f5f4;
  --brand-primary-200: #baedec;
  --brand-primary-500: #09b0ad;
  --brand-primary-600: #0abfbc;
  --brand-primary-700: #08a09e;
  --brand-primary-900: #077e7c;
  --brand-highlight-50: #fff3f3;
  --brand-highlight-100: #ffe7e7;
  --brand-highlight-200: #ffd6d6;
  --brand-highlight-500: #eb6262;
  --brand-highlight-600: #ff6b6b;
  --brand-highlight-700: #d65a5a;
  --brand-highlight-900: #a84747;
  --brand-surface-page: #f3fcfc;
  --brand-surface-page-alt: #e8e8ea;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8e8ea;
  --brand-surface-panel: #d6d6d9;
  --brand-surface-panel-strong: #c8c8cd;
  --brand-surface-muted: #fafefe;
  --brand-surface-accent-soft: #fff0f0;
  --brand-surface-gradient-from: #f3fcfc;
  --brand-surface-gradient-via: #e8e8ea;
  --brand-surface-gradient-to: #fff5f5;
  --brand-border: #c9f1f0;
  --brand-border-strong: #ace9e8;
  --brand-text-primary: #033535;
  --brand-text-secondary: #056766;
  --brand-text-muted: #056766;
  --brand-text-brand: #033535;
  --brand-text-accent: #471e1e;
  --brand-text-on-primary: #1a1a2e;
  --brand-text-on-highlight: #1a1a2e;
  --brand-text-on-contrast: #0abfbc;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --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: 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: #1a1a2e;
  --brand-shell-accent-button-text: #1a1a2e;
  --brand-shell-dock-text: #1a1a2e;
  --brand-shell-icon: #471e1e;
  --brand-shell-shadow: #b6eceb;
  --brand-shell-shadow-strong: #93e3e2;
}
