:root {
  --brand-primary: #ffffff;
  --brand-highlight: #dd2c2c;
  --brand-contrast: #6b0000;
  --brand-accent: #6b0000;
  --brand-primary-50: #fff2f2;
  --brand-primary-100: #ffe5e5;
  --brand-primary-200: #ffd1d2;
  --brand-primary-500: #eb5357;
  --brand-primary-600: #ff5a5f;
  --brand-primary-700: #d64c50;
  --brand-primary-900: #a83b3f;
  --brand-highlight-50: #ebfaff;
  --brand-highlight-100: #d6f5ff;
  --brand-highlight-200: #b8eeff;
  --brand-highlight-500: #00b2eb;
  --brand-highlight-600: #00c2ff;
  --brand-highlight-700: #00a3d6;
  --brand-highlight-900: #0080a8;
  --brand-surface-page: #fff7f7;
  --brand-surface-page-alt: #e9faf5;
  --brand-surface-card: #ffffff;
  --brand-surface-card-hover: #e9faf5;
  --brand-surface-panel: #d7f7ee;
  --brand-surface-panel-strong: #caf4e8;
  --brand-surface-muted: #fffcfc;
  --brand-surface-accent-soft: #e6f9ff;
  --brand-surface-gradient-from: #fff7f7;
  --brand-surface-gradient-via: #e9faf5;
  --brand-surface-gradient-to: #edfbff;
  --brand-border: #ffdbdc;
  --brand-border-strong: #ffc7c9;
  --brand-text-primary: #47191b;
  --brand-text-secondary: #8a3133;
  --brand-text-muted: #b33f43;
  --brand-text-brand: #47191b;
  --brand-text-accent: #003647;
  --brand-text-on-primary: #000000;
  --brand-text-on-highlight: #ffffff;
  --brand-text-on-contrast: #ffffff;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Space Grotesk;
  --brand-font-body-name: Space Grotesk;
  --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: #000000;
  --brand-shell-accent-button-text: #ffffff;
  --brand-shell-dock-text: #000000;
  --brand-shell-icon: #003647;
  --brand-shell-shadow: #ffcecf;
  --brand-shell-shadow-strong: #ffb6b9;
}
