*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-body);color:var(--color-text);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{line-height:1.15}::selection{color:#fff;background:var(--color-primary)}
