:root {
  color-scheme: light;
  --page-background: #fefaf6;
  --page-gradient: linear-gradient(135deg, #fff4e6 0%, #d8b4fe 52%, #a7f3d0 100%);
  --surface-primary: rgba(255, 255, 255, 0.92);
  --surface-secondary: #fff4e6;
  --surface-muted: #fdf4ff;
  --text-primary: #1c1235;
  --text-secondary: rgba(28, 18, 53, 0.74);
  --primary: #7c5cbf;
  --primary-strong: #d8b4fe;
  --secondary: #2d8a6e;
  --accent: #fb7185;
  --success: #2d8a6e;
  --border-color: rgba(124, 92, 191, 0.18);
  --shadow-color: rgba(124, 92, 191, 0.18);
  --button-text: #ffffff;
  --link-color: #7c5cbf;
  --hero-foreground: #1c1235;
  --radius-hero: 28px;
  --radius-card: 20px;
  --radius-pill: 999px;
  --font-display: ui-rounded, "SF Pro Rounded", "Avenir Next Rounded", "Arial Rounded MT Bold", system-ui, sans-serif;
  --font-body: ui-rounded, "SF Pro Rounded", "Avenir Next Rounded", system-ui, sans-serif;
}
