:root {
  --brand-primary: #16b8c4;
  --brand-highlight: #ff5a5f;
  --brand-contrast: #1f2937;
  --brand-accent: #1f2937;
  --brand-primary-50: #ecf9fa;
  --brand-primary-100: #daf4f6;
  --brand-primary-200: #beebee;
  --brand-primary-500: #14a9b4;
  --brand-primary-600: #16b8c4;
  --brand-primary-700: #129ba5;
  --brand-primary-900: #0f7981;
  --brand-highlight-50: #fff2f2;
  --brand-highlight-100: #ffe5e5;
  --brand-highlight-200: #ffd1d2;
  --brand-highlight-500: #eb5357;
  --brand-highlight-600: #ff5a5f;
  --brand-highlight-700: #d64c50;
  --brand-highlight-900: #a83b3f;
  --brand-surface-page: #f3fbfc;
  --brand-surface-page-alt: #e9eaeb;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9eaeb;
  --brand-surface-panel: #d7d8db;
  --brand-surface-panel-strong: #c9cccf;
  --brand-surface-muted: #fafefe;
  --brand-surface-accent-soft: #ffefef;
  --brand-surface-gradient-from: #f3fbfc;
  --brand-surface-gradient-via: #e9eaeb;
  --brand-surface-gradient-to: #fff3f4;
  --brand-border: #cceff2;
  --brand-border-strong: #b0e7eb;
  --brand-text-primary: #063437;
  --brand-text-secondary: #0c636a;
  --brand-text-muted: #0c636a;
  --brand-text-brand: #063437;
  --brand-text-accent: #47191b;
  --brand-text-on-primary: #1f2937;
  --brand-text-on-highlight: #1f2937;
  --brand-text-on-contrast: #16b8c4;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Poppins;
  --brand-font-body-name: Poppins;
  --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: #1f2937;
  --brand-shell-accent-button-text: #1f2937;
  --brand-shell-dock-text: #1f2937;
  --brand-shell-icon: #47191b;
  --brand-shell-shadow: #b9eaed;
  --brand-shell-shadow-strong: #98e0e5;
}
