:root{
  --bg: #F2ECFA;
  --surface: #FFFFFF;
  --surface-2: #FFE9F4;
  --fg: #1E1430;
  --muted: #6B5E80;
  --line: #1E1430;
  --line-strong: #1E1430;
  --accent: #FF4FA3;
  --accent-dark: #E03585;
  --accent-wash: #D8F56A;
  --on-accent: #1E1430;
  --price-color: #1E1430;
  --ok: #3F7A4C;
  --error: #D6314A;
  --font-display: 'Unbounded',system-ui,sans-serif;
  --font-text: 'Onest',system-ui,-apple-system,sans-serif;
  --r-card: 18px;
  --r-btn: 999px;
  --r-field: 10px;
  --r-chip: 999px;
  --gap: 18px;
  --section-pad: 64px;
  --hero-pad: 84px;
  --grid: 3;
  --display-scale: 1.05;
  --price-scale: 1.05;
  --card-ratio: 1 / 1;
  --t-fast: 120ms;
  --t-base: 220ms;
  --t-slow: 440ms;
  --t-drift: 700ms;
  --ease-out: cubic-bezier(.2,.8,.2,1);
  --ease-inout: cubic-bezier(.77,0,.18,1);
  --ease-spring: cubic-bezier(.34,1.56,.64,1);
}
