@layer base{*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:var(--font-sans,ui-sans-serif,system-ui,sans-serif);line-height:1.5}body{margin:0;line-height:inherit}body,html{overflow-y:auto;overflow-x:hidden}body:not(.hydrated){visibility:hidden;animation:forceVisible 0s linear 2s forwards}body.hydrated{visibility:visible}@keyframes forceVisible{to{visibility:visible}}}@layer utilities{.no-fouc{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}