:root {
  /* ── COLORS ── */
  --pink:         #ff2d71;
  --pink-deep:    #cc0048;
  --pink-pale:    #ffe0ec;
  --pink-rgb:     255, 45, 113;

  --yellow:       #ffc800;
  --yellow-rgb:   255, 200, 0;
  --yellow-pale:  #fff4cc;

  --purple:       #8b6bbf;
  --purple-dark:  #6a4fa0;
  --purple-light: #c4a8e8;
  --purple-pale:  #f0ebff;
  --purple-rgb:   139, 107, 191;

  --cream:        #fffdf8;
  --cream-rgb:    255, 253, 248;

  --text:         #2a1a2e;
  --text-muted:   #7a6882;
  --text-rgb:     42, 26, 46;

  /* ── TYPOGRAPHY ── */
  --font-heading: 'Playfair Display', serif;
  --font-body:    'DM Sans', sans-serif;

  /* ── SHAPE ── */
  --radius:       18px;
  --radius-sm:    10px;
  --radius-pill:  100px;
}
