:root{--blue-primary:#4285f4;--blue-hover:#3367d6;--text-dark:#202124;--text-light:#5f6368;--background-white:#fff}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}body{color:var(--text-dark);background:var(--background-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}a{color:var(--blue-primary);text-decoration:none;transition:color .2s}a:hover{text-decoration:underline}button{font-family:inherit}input::placeholder{color:var(--text-light);opacity:.7}
