*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--ao-font-body);color:var(--ao-text);background:var(--ao-bg);line-height:var(--ao-lh-body);-webkit-font-smoothing:antialiased;text-wrap:pretty}
h1,h2,h3,h4,h5,h6{font-family:var(--ao-font-display);color:var(--ao-text-heading);line-height:var(--ao-lh-heading);letter-spacing:var(--ao-ls-heading);margin:0;font-weight:700}
p{margin:0}
a{color:var(--ao-text-link);text-decoration:none;transition:color var(--ao-dur-fast) var(--ao-ease-out)}
a:hover{color:var(--ao-navy)}
:focus-visible{outline:3px solid var(--ao-focus);outline-offset:2px;border-radius:var(--ao-r-xs)}
::selection{background:var(--ao-orange);color:#fff}
button{font-family:inherit}
