:root{--primary-clr:#09d3ad;--primary-clr-light:#3adbbd;--primary-clr-dark:#069379;--secondary-clr-light:#f73378;--secondary-clr-dark:#ab003c}body,html{min-height:100vh;min-width:320px;padding:0;margin:0;font-family:Roboto,Helvetica,sans-serif;overflow-x:hidden}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}#__next{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}code{font-weight:600;font-size:1.1rem}::selection{background:var(--primary-clr);color:#fff}body.light ::selection{background:var(--secondary-clr-light)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:var(--primary-clr-light) var(--primary-clr-dark)}.custom-scrollbar.custom-scrollbar--light{scrollbar-color:var(--secondary-clr-light) var(--secondary-clr-dark)}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-thumb,.custom-scrollbar::-webkit-scrollbar-track{background:var(--primary-clr-dark);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--primary-clr-light)}.custom-scrollbar.custom-scrollbar--light::-webkit-scrollbar-track{background:var(--secondary-clr-dark)}.custom-scrollbar.custom-scrollbar--light::-webkit-scrollbar-thumb{background:var(--secondary-clr-light)}