:root {
  --roar-pink: #ff00ff;
  --roar-cyan: #00ffff;
  --roar-yellow: #ffff00;
  --roar-bg: #000;
}

body.roar-theme {
  background: var(--roar-bg);
  color: white;
  font-family: system-ui, sans-serif;
}

button {
  border-radius: 999px;
  font-weight: 700;
}
