:root {
  --bg: #0a0a0a;
  --bg-soft: #121212;

  --text: #eaeaea;
  --muted: #9a9a9a;

  --accent: #ffffff;
  --accent-soft: rgba(255,255,255,0.15);

  --radius: 20px;
}
