/* Base theme - PixelPals */
:root {
  --bg: #1a1a2e;
  --fg: #edf2f4;
  --accent: #e94560;
}

body {
  background: var(--bg);
  color: var(--fg);
}
