/* Minimal overrides — keep most defaults from the Quarto theme. */

:root {
  --content-max-width: 820px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
}

main.content {
  max-width: var(--content-max-width);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3 {
  letter-spacing: -0.01em;
}

.quarto-title-banner {
  background-color: #f8f9fa;
  color: #212529;
}
