@import url("https://fonts.googleapis.com/css?family=Quicksand:400,500,700");:root{--background:#fff;--foreground:#1b3f8b}@media (prefers-color-scheme:dark){:root{--background:#1b3f8b;--foreground:#ededed}}@media (prefers-color-scheme:ligth){:root{--background:#ededed;--foreground:#1b3f8b}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Quicksand,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}h2{color:#ef5980}@media (prefers-color-scheme:dark){html{color-scheme:dark}}