:root {
  /* Backgrounds */
  --bg:        #fdf6f9;
  --surface:   #f5e8ef;
  --surface2:  #ecdde6;
  --border:    rgba(120, 60, 80, 0.12);

  /* Accents */
  --accent:    #c8a96e;
  --accent2:   #e8c99e;
  --accent-bg: rgba(200, 169, 110, 0.08);

  /* Rose */
  --rose:      #f9dce8;
  --rose-dark: #e8b8cc;

  /* Text */
  --text:      #4a2838;
  --text-dim:  #8a6070;
  --text-muted:#c0a0b0;

  /* States */
  --danger:    #c0392b;
  --success:   #2e7d4f;

  /* Shape */
  --radius:    12px;
  --radius-sm: 6px;
}
