h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-serif);
  font-weight: 700;
  line-height: var(--lh-tight);
  color: var(--c-text);
}
p { line-height: var(--lh-loose); }
code, pre, kbd { font-family: var(--f-mono); font-size: 0.9em; }
.mono { font-family: var(--f-mono); }
.label {
  font-family: var(--f-mono);
  font-size: var(--t-xs);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-text-3);
}
