/* Subtle accent color shared across vignettes (matches typst PDF). */
:root {
  --mm-accent: #1f4e79;
}

a {
  color: var(--mm-accent);
}

table {
  font-size: 0.92em;
}

table th {
  background: #f2f5f8;
}

.callout {
  border-left: 3px solid var(--mm-accent);
}

code {
  font-size: 0.92em;
}
