:root {
  --bg: #131316;
  --bg2: #1f1f22;
  --bg3: #2a2a2d;
  --bg4: #0e0e11;
  --border: rgba(144, 143, 160, 0.15);
  --text: #e4e1e6;
  --text2: #a7a4b5;
  --text3: #767384;
  --accent: #d2bbff;
  --accent2: #a476ff;
  --green: #8ee7b1;
  --red: #ffb4ab;
  --orange: #f2c87d;
  --blue: #c3c0ff;
  --shadow: rgba(210, 187, 255, 0.14);
  --radius: 18px;
  --radius-sm: 12px;
  --font-sans: 'Inter', system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'SFMono-Regular', Consolas, monospace;
}
