/* Shared theme tokens - runs/valheim/DESIGN.md §5 (palette). Single source of truth for both map.css
   and landing.css so no page hardcodes a hex (same rule the app side follows), loaded via its own
   <link> tag before the page-specific stylesheet (no-build site, no CSS @import/preprocessor). */
:root {
	--bg-base: #0d1511;
	--bg-deep: #070b09;
	--surface-1: #141f19;
	--surface-2: #1b2921;
	--rim: #2c4034;
	--text-primary: #eae0c8;
	--text-secondary: #b9c2b4;
	--text-muted: #7c8a80;
	--accent: #7fb3d5; /* Forsaken ladder state 1, Meadows/Eikthyr - DESIGN.md default on first launch */
	--ember: #e8763a;
	--danger: #c2452f;

	--font-display: "Cinzel", "Trajan Pro", Georgia, serif;
	--font-body: system-ui, -apple-system, "Segoe UI", sans-serif;
}
