*, *::before, *::after { box-sizing: border-box; }
body { background-color: #ffffff; font-family: 'Inter', system-ui, sans-serif; }
.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition-duration: .01ms !important; } }