*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-snap-type:y mandatory;overflow-y:scroll}body,html{overflow-x:hidden}body{min-height:100vh;font-family:Playfair Display,Georgia,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}body,main{width:100%}main{position:relative}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}*{transition:filter .3s ease}@media(hover:none)and (pointer:coarse){html{scroll-snap-type:none}}