@import"https://fonts.googleapis.com/css2?family=Inter&family=Oswald:wght@500&display=swap";:root{--color-green-dark:#355655;--color-green-medium:#7c8f86;--color-orange:#f26440}*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%;scroll-behavior:smooth}body{font-size:1.6rem;font-family:Inter,sans-serif;background-color:#fff;scrollbar-gutter:20px}section{max-width:94em;padding:0 2em;width:100%;margin:0 auto}ul{list-style-type:none}a{text-decoration:none;color:inherit}h1,h2,h3,h4,h5{font-family:Oswald,sans-serif}h1{font-size:4em}h2{font-size:2.5em}h3{font-size:1.75em}h4{font-size:1.25em}p{font-size:1em;color:#717a87}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#d9d2a5}::-webkit-scrollbar-thumb{background:#7c8f86;border-radius:.2em}::-webkit-scrollbar-thumb:hover{background:#47564f}::selection{color:#fff;background:var(--color-green-medium)}@media screen and (max-width:70em){body{font-size:1.2em}}