@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");:root{--yellow:#e6ff59;--offwhite:#f2f2f0;--white:#fff;--grey:#f2f2f0;--background:var(--grey);--foreground:var(--white)}h1,h2,h3{letter-spacing:.06em;font-weight:400}p{letter-spacing:.01em}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Roboto,Arial,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}@media (prefers-color-scheme:dark){html{color-scheme:dark}}