/* Variables */
:root {
  --bg: #000;
  --surface: #0e110d;
  --line: #1f261e;
  --text: #f2f5f0;
  --muted: #9aa49a;
  --accent: #a3e635;
  --accent-2: #b9f24d;
}
