
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; overflow-x: hidden; }
* { box-sizing: border-box; }
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
img { max-width: 100%; height: auto; display: block; filter: contrast(1.02) saturate(1.05) sepia(0.02) hue-rotate(-2deg); transition: filter 0.3s ease; }
