:root {
  --bg: #0f1115;
  --card: #1a1d24;
  --accent: #7c5cff;
  --text: #e6e6e6;
  --sub: #9aa0a6;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: radial-gradient(circle at top, #1b1f2a, #0f1115);
  color: var(--text);
}
