:root{--paper:#FDFDFC;--paper-alt:#F4F4F1;--ink:#151515;--ink-soft:#5C5C57;--ink-faint:#8B8B84;--orange:#E5540B;--orange-deep:#C7480A;--black:#141414;--line:#E6E5E1;--sans:"Schibsted Grotesk",system-ui,sans-serif;--serif:"Newsreader",Georgia,serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh}::selection{background:var(--orange);color:#fff}:focus-visible{outline:2px solid var(--orange);outline-offset:3px;border-radius:3px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}