/* Change the palette and font families here. Keep contrast when choosing new colors. */
:root {
  --site-width: 1600px;
  --orange: #FA6404;
  --orange-surface: #C44700;
  --on-orange: #FFFFFF;
  --coral: #E2725B;
  --rose: #D58D8D;
  --yellow: #FFDD44;
  --ink: #171513;
  --paper: #F5F2ED;
  --muted: #B5AFA7;
  --line-dark: #ffffff30;
  --line-light: #17151335;
  --font-display: 'Space Grotesk', Arial, sans-serif;
  --font-body: 'Manrope', Arial, sans-serif;
}

@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:400 700;font-display:swap;src:url('/fonts/space-grotesk-latin.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 700;font-display:swap;src:url('/fonts/manrope-latin.woff2') format('woff2')}

*{box-sizing:border-box}body{margin:0;background:var(--ink,#171513);color:var(--paper,#f5f2ed);font-family:Manrope,Arial,sans-serif;line-height:1.75}a{color:inherit;text-underline-offset:.2em}a:hover{color:var(--orange,#fa6404)}a:focus-visible{outline:2px solid var(--orange,#fa6404);outline-offset:6px}header,footer{max-width:1100px;margin:auto;padding:32px 6%;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}header{border-bottom:1px solid #ffffff20}.wordmark{font:600 clamp(20px,3vw,28px) 'Space Grotesk',sans-serif;letter-spacing:-.05em;text-decoration:none}.wordmark span{color:var(--orange,#fa6404)}main{max-width:870px;margin:0 auto;padding:64px 6% 80px}h1,h2{font-family:'Space Grotesk',sans-serif;letter-spacing:-.045em;line-height:1.1}h1{font-size:clamp(40px,7vw,78px);font-weight:500;margin:16px 0 48px}h2{font-size:clamp(25px,4vw,35px);font-weight:500;margin:40px 0 20px}p,li{font-size:17px}p{margin:0 0 20px}section{margin:36px 0}.eyebrow{font-size:12px;letter-spacing:.13em;color:var(--orange,#fa6404)}footer{border-top:1px solid #ffffff20;font-size:14px}.skip-link{position:absolute;left:16px;top:-100px;padding:12px;background:#171513}.skip-link:focus{top:16px}ul{padding-left:22px}@media(max-width:540px){header,footer{padding:24px 6%}header>a:last-child{font-size:13px}main{padding-top:40px}p,li{font-size:16px}}
