:root { font-family: Inter, system-ui, sans-serif; }
.container { max-width: 1200px; }
.hidden { display: none; }

html, body { overflow-x: hidden; }
html { scroll-behavior: smooth; }
img { max-width: 100%; height: auto; }
.hero-img { width: 100%; max-width: 32rem; height: auto; display: block; }

