:root {
  --background: #f4f4f1;
  --surface: #ffffff;
  --surface-soft: #f8f8f5;
  --sidebar: #171717;
  --sidebar-soft: #242424;
  --primary: #171717;
  --accent: #c8a96b;
  --text: #202020;
  --muted: #727272;
  --border: #e7e7e1;
  --danger: #b42318;
  --success: #16794b;
  --shadow: 0 24px 70px rgba(23, 23, 23, 0.08);
}
