@font-face{font-family:Oxygen;font-display:swap;src:url(fonts/oxygen-400.woff2)}
@font-face{font-family:Oxygen;font-display:swap;src:url(fonts/oxygen-700.woff2);font-weight:700}
@font-face{font-family:Alfa;font-display:swap;src:url(fonts/alfa-slab-one-400.woff2)}
:root{--ink:#29323c;--blue:#257ad2;--muted:#59636b;--line:#dfe3e5;--paper:#f5f6f5}
*{box-sizing:border-box}body{margin:0;color:var(--ink);font:15px/1.65 Oxygen,sans-serif;background:#fff}
a{color:inherit;text-decoration:none}button{font:inherit}
a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:5px}
h1{font:400 clamp(32px,3.9vw,52px)/1.12 Alfa,serif;letter-spacing:-.035em;margin:0 0 25px}
h2{font-size:27px;line-height:1.25;font-weight:400;letter-spacing:-.025em;margin:0 0 18px}
p{margin:0 0 18px;color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;padding:14px 21px;background:var(--blue);color:#fff;border-radius:6px;border:0;font-weight:700;font-size:14px}.button:hover{background:#1c64ae}
