:root {
  --bg: #fbfaf7;
  --surface: #ffffff;
  --surface-2: #f3f1ec;

  --text: #111111;
  --muted: #6f6b63;
  --line: #d8d3c9;

  --brand: #7a563a;
  --accent: #1f1f1d;
  --accent-strong: #000000;

  --danger: #9b2f2f;

  --shadow: 0 10px 30px rgba(17, 17, 17, 0.08);
}
