@font-face{font-family:"Manrope";font-style:normal;font-weight:400 800;font-display:swap;src:url("../fonts/manrope-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Manrope";font-style:normal;font-weight:400 800;font-display:swap;src:url("../fonts/manrope-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Syne";font-style:normal;font-weight:700 800;font-display:swap;src:url("../fonts/syne-latin-ext.woff2") format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Syne";font-style:normal;font-weight:700 800;font-display:swap;src:url("../fonts/syne-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
:root{
  --font-display:"Syne",Impact,sans-serif;
  --font-body:"Manrope",Arial,sans-serif;
  --h1:clamp(3.1rem,8.3vw,7.25rem);
  --h2:clamp(2.2rem,5vw,4.45rem);
  --h3:clamp(1.2rem,2vw,1.55rem);
  --bg:#e8e5df;
  --surface:#f6f3ed;
  --surface-2:#d7d3ca;
  --ink:#151718;
  --ink-soft:#5e625f;
  --coal:#101213;
  --steel:#282c2e;
  --accent:#f0a500;
  --accent-dark:#bd7900;
  --accent-ink:#111312;
  --white:#fffdf8;
  --border:#b9b6ae;
  --content:min(92vw,1180px);
  --section-pad:clamp(4.5rem,9vw,8rem);
  --radius:2px;
  --shadow:10px 10px 0 rgba(16,18,19,.16);
  --shadow-lift:7px 7px 0 rgba(240,165,0,.28);
  --ease:cubic-bezier(.2,.9,.1,1);
  --reveal-rise:28px;
  --reveal-dur:.3s;
  --stagger:55ms;
}
