*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--sw-text);background:var(--sw-white);line-height:1.65;overflow-x:hidden}
img,svg{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button,a{ -webkit-tap-highlight-color:transparent}
a{text-decoration:none;color:inherit}
ul{list-style:none;padding:0;margin:0}
h1,h2,h3,h4,p{margin-top:0}
button{border:0}
:focus-visible{outline:3px solid rgba(18,200,255,.55);outline-offset:3px}
::selection{background:rgba(18,200,255,.25)}
