:root{--background-color:#f2f6fb;--surface-color:#fff;--title-text-color:#232323;--body-text-color:#555;--primary-color:#000;--footer-text-color:var(--body-text-color);--footer-link-color:#888;--input-border-color:#d1d5db}body,html{padding:0;margin:0;font-family:Open Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.8;background-color:var(--background-color)}h1,h2,h3,h4,h5,h6{margin:0;color:var(--title-text-color)}p{margin:0;color:var(--body-text-color);white-space:pre-wrap}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}