:root{--primary-dark:#121928;--secondary-dark:#1e2a3a;--white:#fff;--accent-green:#abcc0b;--accent-blue:#5fc1ce}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--primary-dark);color:var(--white)}a{color:inherit;text-decoration:none}button{border:none;cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{line-height:1.2}p{line-height:1.6}