@font-face{font-family:"Newsreader";src:url("../fonts/Newsreader-var.woff2") format("woff2");font-weight:200 800;font-display:swap;}
@font-face{font-family:"Inter";src:url("../fonts/Inter-var.woff2") format("woff2");font-weight:100 900;font-display:swap;}

*,*::before,*::after{box-sizing:border-box;}

body{margin:0;font-family:var(--font-sans);font-size:var(--step-0);line-height:1.6;color:var(--c-ink);background:var(--c-bg);}

h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;line-height:1.1;font-variation-settings:"opsz" 36;}
h1{font-size:var(--step-4);}
h2{font-size:var(--step-3);}
h3{font-size:var(--step-2);}
h4{font-size:var(--step-1);}
h5{font-size:var(--step-0);}
h6{font-size:var(--step--1);}

a{color:var(--c-orange-action);text-underline-offset:0.15em;}
a:hover{color:var(--c-ink);}

img{max-width:100%;height:auto;display:block;}

:focus-visible{outline:2px solid var(--c-ink);outline-offset:2px;}

.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--s-3);}
.section{padding-block:var(--s-12);}

.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.screen-reader-text:focus{position:fixed;top:var(--s-2);left:var(--s-2);z-index:1000;width:auto;height:auto;margin:0;padding:var(--s-1) var(--s-2);clip:auto;background:var(--c-ink);color:var(--c-bg);border-radius:4px;}

@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;}}
