@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;600;700&display=swap");body,html{padding:0;margin:0;font-family:Hind,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:transparent;border-radius:10px}:hover::-webkit-scrollbar-thumb{background:#7a7a7a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#e4dfdf}*{scrollbar-width:thin;scrollbar-color:#e4dfdf}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation:fadeIn .7s ease-in-out;-webkit-animation:fadeIn .7s ease-in-out;-moz-animation:fadeIn .7s ease-in-out;-o-animation:fadeIn .7s ease-in-out;-ms-animation:fadeIn .7s ease-in-out}