/*
Theme Name: BattleArena Theme
Theme URI: https://example.com/
Author: BattleArena Team
Author URI: https://example.com/
Description: Lightweight theme for BattleArena React embed. Includes theme support and basic templates.
Version: 1.0.0
Text Domain: battlearena-theme
*/

:root {
  --ba-primary: #06b6d4;
  --ba-secondary: #d946ef;
  --ba-text: #e2e8f0;
}

body { margin: 0; font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color: var(--ba-text); background: #050505; }

body * { box-sizing: border-box; }

#page { min-height: 100vh; }

.main-nav ul { display: flex; gap: 1.25rem; list-style: none; margin: 0; padding: 0; }
.main-nav a { color: #94a3b8; text-decoration: none; transition: color 0.2s ease; }
.main-nav a:hover { color: #fff; }

.prose a { color: #22d3ee; }
.prose a:hover { color: #f0abfc; }

