*,
*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;height:100dvh;overflow:hidden;color:var(--text);background:var(--white);font-family:var(--font);font-size:var(--fs-md);line-height:1.6;-webkit-font-smoothing:antialiased}
::selection{color:var(--black);background:var(--yellow)}
:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
a{color:inherit;text-decoration:none} button,input{font:inherit} button{cursor:pointer} img{display:block;max-width:100%}
h1,h2,h3,p{margin:0} h1,h2,h3{line-height:1.04;letter-spacing:-.045em} h1,h2{font-weight:var(--fw-extrabold)} p{color:var(--text-muted)}
