:root {
  --brand-primary: #00ffcc;
  --brand-highlight: #8ecae6;
  --brand-contrast: #6b4d8e;
  --brand-accent: #6b4d8e;
  --brand-primary-50: #e6fff9;
  --brand-primary-100: #ccfff3;
  --brand-primary-200: #99ffe6;
  --brand-primary-500: #00e6b8;
  --brand-primary-600: #00ffcc;
  --brand-primary-700: #00d9ad;
  --brand-primary-900: #00997a;
  --brand-highlight-50: #f0f8fc;
  --brand-highlight-100: #e1f1f9;
  --brand-highlight-200: #c3e3f3;
  --brand-highlight-500: #8ecae6;
  --brand-highlight-600: #6fb8da;
  --brand-highlight-700: #5a9ec0;
  --brand-highlight-900: #3d6e87;
  --brand-surface-page: #1a1a2e;
  --brand-surface-page-alt: #16213e;
  --brand-surface-card: #1f2440;
  --brand-surface-card-hover: #262c4f;
  --brand-surface-panel: #1f2440;
  --brand-surface-panel-strong: #2a3157;
  --brand-surface-muted: #222840;
  --brand-surface-accent-soft: #13322e;
  --brand-surface-gradient-from: #1a1a2e;
  --brand-surface-gradient-via: #16213e;
  --brand-surface-gradient-to: #0f1628;
  --brand-border: #2e3560;
  --brand-border-strong: #3d4574;
  --brand-text-primary: #eaf2ff;
  --brand-text-secondary: #a9b6d6;
  --brand-text-muted: #7c88a8;
  --brand-text-brand: #00ffcc;
  --brand-text-accent: #8ecae6;
  --brand-text-on-primary: #0f1628;
  --brand-text-on-highlight: #0f1628;
  --brand-text-on-contrast: #ffffff;
  --brand-semantic-success: #16a34a;
  --brand-semantic-warning: #d97706;
  --brand-semantic-danger: #dc2626;
  --brand-font-heading: "Lora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-body: "Lora", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --brand-font-heading-name: Lora;
  --brand-font-body-name: Lora;
  --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: #0f1628;
  --brand-shell-accent-button-text: #0f1628;
  --brand-shell-dock-text: #0f1628;
  --brand-shell-icon: #8ecae6;
  --brand-shell-shadow: #0a0e1c;
  --brand-shell-shadow-strong: #05070f;
}
