:root {
  --bg: #f8f4ee;
  --bg-soft: #fffdf9;
  --mint: #8fd3c1;
  --mint-soft: #d9f1ea;
  --mint-deep: #5ba896;
  --mint-strong: #3f8b79;
  --rose: #f4dde3;
  --rose-strong: #ab6d7d;
  --peach: #f8e8d6;
  --peach-strong: #b17a35;
  --sand: #e7ddd3;
  --ink: #213430;
  --muted: #69807a;
  --card-shadow: 0 18px 50px rgba(76, 112, 103, 0.12);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
}
