:root {
  --bg: #050505;
  --bg-s: #090909;
  --bg-c: #111111;
  --bg-h: #171717;
  --text: #f3f1e8;
  --sub: #b9b1ab;
  --muted: #7f716a;
  --faint: #2b2b2b;
  --b1: #1d1d1d;
  --b2: #303030;
  --accent: #b96d60;
  --acc-fg: #140c0a;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --nav-h: 60px;
}

