@import"https://fonts.googleapis.com/css2?family=Merriweather:wght@700;900&family=Poppins:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:clip}body{font-family:Poppins,sans-serif;background-color:#ede6ff;min-height:100vh}#root{min-height:100vh;display:flex;justify-content:center;overflow-x:clip}*{scrollbar-width:thin;scrollbar-color:rgba(20,20,20,.15) transparent}*::-webkit-scrollbar{width:4px;height:4px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#14141426;border-radius:999px;transition:background-color .2s ease}*::-webkit-scrollbar-thumb:hover{background-color:#1414144d}
