@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Nunito:wght@400;600;700;800&display=swap");*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#1a1410;overflow-x:hidden}::selection{background:#f0b42933;color:#f0b429}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1410}::-webkit-scrollbar-thumb{background:#3d3228;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#8b6b54}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}