@keyframes wiggle{0%{transform:rotate(0deg)}15%{transform:rotate(15deg)}25%{transform:rotate(-15deg)}80%{transform:rotate(0deg)}to{transform:rotate(0deg)}}:root{--background:#fff;--foreground:#1e3264}@media (prefers-color-scheme:dark){:root{--background:#1e3264;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);font-family:Arial,Helvetica,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}h1,h2,h3,h4,h5,h6{font-family:Circular Std Book,Circular,helvetica,arial;margin:0 0 12px}h1{font-family:Circular Std Medium,Circular,helvetica,arial;font-size:46px;color:#ffc864;margin:0 0 8px}h2{font-size:28px}h4{font-size:20px;font-weight:500}@media (max-width:1200px){h1,h2,h3,h4,h5,h6{margin:0 0 8px}h1{font-size:28px;line-height:34px}h2{font-size:26px}h4{font-size:16px;line-height:24px}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}