@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#be8326 #eef1f8}body{background:#fbfaf7;min-width:320px;margin:0;overflow-x:hidden}#root{min-height:100vh}a{color:inherit}img{max-width:100%;height:auto}.page-transition{transform-origin:top;will-change:opacity, transform;animation:.32s cubic-bezier(.22,1,.36,1) both routeFadeIn}@keyframes routeFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}::-webkit-scrollbar{width:11px}::-webkit-scrollbar-track{background:#eef1f8}::-webkit-scrollbar-thumb{background:linear-gradient(#be8326 0%,#011143 100%);border:2px solid #eef1f8;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#d39a3d 0%,#17255f 100%)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.page-transition{animation:none}}
