@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;700;800;900&display=swap");body,html{transition:all .25s;background-color:var(--theme-ui-colors-sunken);height:100%}h2{font-size:2rem}a{color:#ff3f58;text-decoration:underline;text-underline-position:below}a:hover{-webkit-text-decoration-style:wavy;text-decoration-style:wavy}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar,::-webkit-scrollbar-corner{background-color:var(--theme-ui-colors-primary)}::-webkit-scrollbar-thumb{background-color:#fff}