:root{--primary-color:#6e9dcb;--secondary-color:#6e9dcb;--background-color:#fff;--text-color:#333;--light-gray:#f5f5f5;--gray:#e0e0e0;--dark-gray:#666;--font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-family);color:var(--text-color);background-color:var(--background-color)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem}p{margin-bottom:1rem}