@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:5px;border-radius:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(135,140,189,.3);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(135,140,189,.5)}