/* Adepta Sororitas Theme — Sacred Crimson */
:root {
    --accent: #cc2244;
    --accent-glow: #ee3366;
    --accent-pale: #ff7788;
    --accent-deep: #881030;
    --accent-rgb: 204, 34, 68;
    --glow-accent: 0 0 20px rgba(204, 34, 68, 0.15);
    --glow-accent-strong: 0 0 30px rgba(204, 34, 68, 0.25), 0 0 60px rgba(204, 34, 68, 0.1);
}
