*,*::before,*::after{box-sizing:border-box}
html{max-width:100%;scroll-behavior:smooth;text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{max-width:100%;margin:0;overflow-x:clip;background:var(--color-background);color:var(--color-text)}
body.admin-bar{--wp-admin-offset:32px}
:where(img,picture,video,canvas,svg,iframe){max-width:100%}
:where(img,picture,video,canvas){height:auto}
:where(input,select,textarea,button){max-width:100%;font:inherit}
:where(a,button,input,select,textarea,summary){-webkit-tap-highlight-color:transparent}
:where(a,button,input,select,textarea,summary):focus-visible{outline:2px solid var(--color-primary);outline-offset:3px;box-shadow:var(--focus-ring)}
:where(p,li,dd,td,th,h1,h2,h3,h4,h5,h6){overflow-wrap:anywhere}
:where(table){border-collapse:collapse}
:where(iframe){display:block;border:0}
[hidden]{display:none!important}
@media(max-width:782px){body.admin-bar{--wp-admin-offset:46px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
