:root {
  --brand-primary: #a3c1ad;
  --brand-highlight: #5a7d7c;
  --brand-contrast: #ffffff;
  --brand-accent: #ffffff;
  --brand-primary-50: #f8faf8;
  --brand-primary-100: #f0f5f2;
  --brand-primary-200: #e5eee8;
  --brand-primary-500: #96b29f;
  --brand-primary-600: #a3c1ad;
  --brand-primary-700: #89a291;
  --brand-primary-900: #6c7f72;
  --brand-highlight-50: #f2f5f5;
  --brand-highlight-100: #e5eaea;
  --brand-highlight-200: #d1dbda;
  --brand-highlight-500: #537372;
  --brand-highlight-600: #5a7d7c;
  --brand-highlight-700: #4c6968;
  --brand-highlight-900: #3b5252;
  --brand-surface-page: #edf3ef;
  --brand-surface-page-alt: #ffffff;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #ffffff;
  --brand-surface-panel: #ffffff;
  --brand-surface-panel-strong: #ffffff;
  --brand-surface-muted: #f4f8f5;
  --brand-surface-accent-soft: #eff2f2;
  --brand-surface-gradient-from: #edf3ef;
  --brand-surface-gradient-via: #ffffff;
  --brand-surface-gradient-to: #f3f6f6;
  --brand-border: #ebf1ed;
  --brand-border-strong: #e0eae3;
  --brand-text-primary: #111827;
  --brand-text-secondary: #344948;
  --brand-text-muted: #6b7280;
  --brand-text-brand: #111827;
  --brand-text-accent: #192323;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #ffffff;
  --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: 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: #ffffff;
  --brand-shell-dock-text: #111827;
  --brand-shell-icon: #5a7d7c;
  --brand-shell-shadow: #e3ece6;
  --brand-shell-shadow-strong: #d7e4db;
}
