@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap");body,html{margin:0;font-family:Nunito,sans-serif;color:var(--themeBlack);background:var(--background-color);overflow-x:hidden}:root{--themeRed:#f54748;--themeBlack:#2e2e2e;--pink:#fdecec;--gray:#828282;--shadow:-4px 12px 20px -2px rgba(0,0,0,.19);--background-color:linear-gradient(180deg,hsla(0,100%,96%,.85),hsla(0,0%,100%,0) 30rem);--cartBack:hsla(0,0%,100%,.38)}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#064b08}::-webkit-scrollbar-thumb{background:green;border-radius:1rem}::-webkit-scrollbar-thumb:hover{background:#555}a{color:inherit;text-decoration:none}*{box-sizing:border-box;transition:all .3s ease}.btn{width:max-content;padding:1rem;font-family:Nunito,sans-serif;border-radius:5rem;border:none;color:#fff;font-size:1rem;cursor:pointer;background-color:#37cade}