@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");*{box-sizing:border-box;font-family:Roboto Slab,serif!important}:root{--primary-gradient:linear-gradient(to right top,#ffd1eb,#9cb5f2,#5ffbf1);--secondary-gradient:linear-gradient(45deg,#f6d365,#fda085)}body,html{max-width:100vw;overflow-x:hidden;background-repeat:no-repeat}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:"#fff"}::-webkit-scrollbar-thumb{background-image:var(--secondary-gradient);border-radius:5px}