:root {
  --brand-primary: #00b8d9;
  --brand-highlight: #ff4f8b;
  --brand-contrast: #2ee6a6;
  --brand-accent: #2ee6a6;
  --brand-primary-50: #ebf9fc;
  --brand-primary-100: #d6f4f9;
  --brand-primary-200: #b8ebf4;
  --brand-primary-500: #00a9c8;
  --brand-primary-600: #00b8d9;
  --brand-primary-700: #009bb6;
  --brand-primary-900: #00798f;
  --brand-highlight-50: #fff1f6;
  --brand-highlight-100: #ffe3ec;
  --brand-highlight-200: #ffcedf;
  --brand-highlight-500: #eb4980;
  --brand-highlight-600: #ff4f8b;
  --brand-highlight-700: #d64275;
  --brand-highlight-900: #a8345c;
  --brand-surface-page: #f2fbfd;
  --brand-surface-page-alt: #c4f8e6;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #eafdf6;
  --brand-surface-panel: #d9fbef;
  --brand-surface-panel-strong: #cdf9ea;
  --brand-surface-muted: #fafefe;
  --brand-surface-accent-soft: #ffedf3;
  --brand-surface-gradient-from: #f2fbfd;
  --brand-surface-gradient-via: #c4f8e6;
  --brand-surface-gradient-to: #fff3f7;
  --brand-border: #c7eff7;
  --brand-border-strong: #a8e7f2;
  --brand-text-primary: #00343d;
  --brand-text-secondary: #006375;
  --brand-text-muted: #008198;
  --brand-text-brand: #00343d;
  --brand-text-accent: #471627;
  --brand-text-on-primary: #111827;
  --brand-text-on-highlight: #111827;
  --brand-text-on-contrast: #111827;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Cinzel", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Cinzel", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Cinzel;
  --brand-font-body-name: Cinzel;
  --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: #471627;
  --brand-shell-shadow: #b3eaf4;
  --brand-shell-shadow-strong: #8fe0ee;
}
