/* Minimal base so specimens and kits inherit the brand voice. */
body {
  font-family: var(--font-sans);
  color: var(--text-heading);
  background: var(--surface-page);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
