@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Merriweather:wght@400;700&display=swap');
html { scroll-behavior: smooth; }
body { margin: 0; padding: 0; }
body.no-scroll { overflow: hidden; }
* { box-sizing: border-box; }
img, picture { display: block; max-width: 100%; height: auto; }
