/* Base typography and document-level styling. Scaffolding only. */

body {
  background-color: var(--sb-color-bg);
  color: var(--sb-color-text);
  font-family: var(--sb-font-base);
  font-size: var(--sb-font-size-base);
  line-height: var(--sb-line-height-base);
}

h1 {
  font-size: var(--sb-font-size-xl);
}

h2 {
  font-size: var(--sb-font-size-lg);
}

small,
.sb-text-muted {
  color: var(--sb-color-text-muted);
  font-size: var(--sb-font-size-sm);
}
