:root{--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.76, 0, .24, 1);--duration-fast: .2s;--duration-normal: .35s;--duration-slow: .5s}@layer base{html{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent}body{@apply antialiased text-slate-900 bg-white;font-feature-settings:"cv02","cv03","cv04","cv11"}::selection{@apply bg-blue-100 text-blue-900;}}@layer components{.interactive-element{@apply transition-all duration-300;transition-timing-function:var(--ease-out)}.interactive-element:active{@apply scale-[.98];}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{@apply bg-slate-50;}::-webkit-scrollbar-thumb{@apply bg-slate-200 rounded-full border-4 border-slate-50;}::-webkit-scrollbar-thumb:hover{@apply bg-slate-300;}.motion-layout-fix{backface-visibility:hidden;transform:translateZ(0)}
