:root {
  color-scheme: light;
  --page-background: #ffffd3;
  --page-gradient: linear-gradient(135deg, #fff6a6 0%, #fdd34d 52%, #97daff 100%);
  --surface-primary: rgba(255, 255, 245, 0.92);
  --surface-secondary: #fff9a0;
  --surface-muted: #ffffc0;
  --text-primary: #38392a;
  --text-secondary: rgba(56, 57, 42, 0.74);
  --primary: #7a6100;
  --primary-strong: #fdd34d;
  --secondary: #006c90;
  --accent: #ff8fa3;
  --success: #2e7238;
  --border-color: rgba(122, 97, 0, 0.18);
  --shadow-color: rgba(122, 97, 0, 0.18);
  --button-text: #38392a;
  --link-color: #006c90;
  --hero-foreground: #38392a;
  --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;
}
