:root {
  --ink: #1d2528;
  --muted-surface: #f6f7f4;
  --line: #d9ded8;
}

body {
  color: var(--ink);
  background: #fff;
}

a {
  color: #234b5a;
}

.hero {
  background: var(--muted-surface);
}

.stat-panel,
.sidebar-box,
.resource-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.stat-number {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.case-row h2 a {
  color: var(--ink);
  text-decoration: none;
}

.case-row h2 a:hover {
  text-decoration: underline;
}

dt {
  font-size: .8rem;
  color: #697277;
  text-transform: uppercase;
  letter-spacing: .04em;
}

