/* Mia Games — base resets. Public marketing styles live in public.css. */
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
a { text-decoration: none; }
img { max-width: 100%; }
