/* Base: reset, typography, RTL fundamentals */
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--c6);color:var(--c1);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.65}
img{display:block;max-width:100%}
a{color:inherit}
button{font-family:var(--font)}
input,select,textarea{font-family:var(--font)}
:focus-visible{outline:2px solid var(--c4);outline-offset:2px}
.wrap{max-width:1180px;margin:0 auto;padding:0 28px}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
