/* World Eaters Theme — Blood Red & Brass */
:root {
    --accent: #cc2200;
    --accent-glow: #ff3300;
    --accent-pale: #ff6644;
    --accent-deep: #7a1100;
    --accent-rgb: 204, 34, 0;
    --glow-accent: 0 0 20px rgba(204, 34, 0, 0.15);
    --glow-accent-strong: 0 0 30px rgba(204, 34, 0, 0.25), 0 0 60px rgba(204, 34, 0, 0.1);
}
