@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');
:root{
  --ink:#0F172A; --ink-2:#334155; --ink-3:#64748B;
  --bg:#FFFFFF; --surface:#FFFFFF; --surface-2:#F1F5F9;
  --brand:#10263B; --accent:#F59E0B; --accent-2:#B45309;
  --line:#D9E1EA; --line-2:#EAF0F5; --focus:#10263B;
  --r:6px; --r-lg:10px; --shadow:0 1px 2px rgba(15,23,42,.07); --shadow-lg:0 18px 40px -20px rgba(16,38,59,.35);
  --ff-display:'Libre Franklin',sans-serif; --ff-body:'Work Sans',sans-serif; --ff-mono:ui-monospace,SFMono-Regular,Menlo,monospace;
  --measure:720px;
}
body{line-height:1.64}
h1,h2,h3,h4{font-weight:800;line-height:1.08;letter-spacing:-.018em}
.article__body{line-height:1.74}
.site-head__bar{min-height:72px}
.wordmark{font-weight:900;font-size:1.35rem;letter-spacing:-.025em}
.wordmark svg{height:24px}
.nav__list a{font-size:var(--t-sm);font-weight:600;letter-spacing:.01em;text-transform:none}
.signup__form button,.chip--all,.hero__cta{color:#10263B}
