@import url('https://fonts.googleapis.com/css2?family=Newsreader:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@400;500;600;700&display=swap');
:root{
  --ink:#11161D; --ink-2:#3D4753; --ink-3:#6B7480;
  --bg:#FBF9F5; --surface:#FFFFFF; --surface-2:#F3EFE7;
  --brand:#0F1C2E; --accent:#A67C2E; --accent-2:#7A1F2B;
  --line:#DDD6C8; --line-2:#E9E4D9; --focus:#A67C2E;
  --r:2px; --r-lg:3px; --shadow:0 1px 2px rgba(17,22,29,.06); --shadow-lg:0 12px 32px -12px rgba(15,28,46,.22);
  --ff-display:'Newsreader',serif; --ff-body:'Public Sans',sans-serif; --ff-mono:ui-monospace,SFMono-Regular,Menlo,monospace;
  --measure:740px;
}
body{line-height:1.65}
h1,h2,h3,h4{font-weight:600;line-height:1.14;letter-spacing:-.012em}
.article__body{line-height:1.75}
.site-head__bar{min-height:74px}
.wordmark{font-weight:600;font-size:1.45rem;letter-spacing:-.01em}
.wordmark svg{height:26px}
.nav__list a{font-size:var(--t-xs);font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.signup__form button,.chip--all,.hero__cta{color:#FFFFFF}
