:root{
  --ground:#f0f6f7;
  --surface:#ffffff;
  --ink:#202839;
  --ink-head:#2b354a;
  --ink-soft:#4f5a70;
  --ink-faint:#828d9f;
  --link:#0066e4;
  --link-deep:#0050b4;
  --mark:#d9f24b;
  --deep:#121722;
  --rule:#d9e4e6;
  --rule-soft:#e8eff0;
}
body{background:var(--ground);color:var(--ink)}
.site-header{background:var(--surface)}
.band-white{background:var(--surface)}
.band-ground{background:var(--ground)}
.band-deep{background:var(--deep);color:#fff}
.site-footer{background:var(--deep);color:#fff}
