:root {
  --brand-primary: #16c7ae;
  --brand-highlight: #16c7ae;
  --brand-contrast: #16c7ae;
  --brand-accent: #16c7ae;
  --brand-primary-50: #ecfbf9;
  --brand-primary-100: #daf6f2;
  --brand-primary-200: #beefe8;
  --brand-primary-500: #14b7a0;
  --brand-primary-600: #16c7ae;
  --brand-primary-700: #12a792;
  --brand-primary-900: #0f8373;
  --brand-highlight-50: #ecfbf9;
  --brand-highlight-100: #daf6f2;
  --brand-highlight-200: #beefe8;
  --brand-highlight-500: #14b7a0;
  --brand-highlight-600: #16c7ae;
  --brand-highlight-700: #12a792;
  --brand-highlight-900: #0f8373;
  --brand-surface-page: #f3fcfb;
  --brand-surface-page-alt: #e8f9f7;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e8f9f7;
  --brand-surface-panel: #d5f5f0;
  --brand-surface-panel-strong: #c7f2ec;
  --brand-surface-muted: #fafefd;
  --brand-surface-accent-soft: #e8f9f7;
  --brand-surface-gradient-from: #f3fcfb;
  --brand-surface-gradient-via: #e8f9f7;
  --brand-surface-gradient-to: #effbf9;
  --brand-border: #ccf3ed;
  --brand-border-strong: #b0ece3;
  --brand-text-primary: #063831;
  --brand-text-secondary: #0c6b5e;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #063831;
  --brand-text-accent: #063831;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #22c55e;
  --brand-semantic-warning: #f59e0b;
  --brand-semantic-danger: #ef4444;
  --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: #111827;
  --brand-shell-accent-button-text: #111827;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #063831;
  --brand-shell-shadow: #b9eee7;
  --brand-shell-shadow-strong: #98e6db;
}
