:root {
  --font-heading: "DM Sans", serif;
  --font-body: "DM Sans", sans-serif;
  --bg: #fff7fb;
  --card: #ffffff;
  --text: #111827;
  --muted: #6f666b;
  --accent: #a34772;
  --primary: #f5a8cc;
  --secondary: #ffe8f2;
  --border: #ead7df;
  --page-bg: radial-gradient(circle at 10% 20%, rgba(163, 71, 114, 0.04), transparent 25%), var(--bg);
  --header-bg: rgba(255, 247, 251, 0.9);
  --footer-bg: #fff0f6;
  --input-bg: #ffffff;
  --button-bg: linear-gradient(135deg, #f5a8cc, #a34772);
  --button-text: #351724;
  --button-shadow: 0 12px 30px rgba(163, 71, 114, 0.22);
  --card-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
  --cta-bg: linear-gradient(135deg, rgba(245, 168, 204, 0.12), rgba(255, 232, 242, 0.08));
  --radius-card: 18px;
  --radius-button: 999px;
  --radius-input: 16px;
  --section-pad: 88px;
  --hero-pad: 128px;
  --font-weight-heading: 600;
  --font-weight-body: 400;
  --letter-spacing-heading: 0.01em;
  --card-hover-lift: translateY(-3px);
  --transition-speed: 0.25s;
  --density: airy;
}