:root{--color-light:#f5f7f8;--color-yellow:#f4ce14;--color-green:#379777;--color-dark:#45474b}body,html{max-width:100vw;overflow-x:hidden}body{background-color:var(--color-light);color:var(--color-dark);font-family:var(--font-roboto),Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-dancing-script);font-weight:700;font-size:2.2rem}li,p{font-family:var(--font-roboto);font-size:1rem}@media screen and (min-width:768px){a,p{font-size:1.2rem}}