/* Milkbag Games page overrides. Shared rules live in style.css. */
:root { 
    --accent: #17658b; 
    --tint: #e0f3fd; 
    --ink: #222;
}
body { background: #eff9fe; color: var(--ink); }