:root {
  --bg: #7A6F60;
  --card-bg: #1a1a1a;
  --text: #ffffff;
  --accent: #B5AAA0;

  --radius: 24px;
  --gap: 24px;

  --transition: 0.25s ease;
}
