body,html{--body-color:#37474f;--body-font:"Fira Sans Condensed",sans-serif;--hand-font:"Indie Flower",cursive;--header-color:#101112;--background:#f0f1f2;--alternate-background:#fff;--page-width:80rem;--gutter:6rem;background:var(--background);color:var(--body-color);font-family:var(--body-font);line-height:1.3;margin:0;padding:0;scroll-behavior:smooth}@media only screen and (max-width:86rem){body,html{--page-width:60rem}}@media only screen and (max-width:66rem){body,html{--page-width:40rem;--gutter:2rem}}h1,h2,h3,h4,h5,h6{color:var(--header-color)}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}*{box-sizing:border-box}