/* Additional minor styles. Most styling lives in theme.scss. */

/* Reduce default Quarto title block margins so hero doesn't double-up */
.quarto-title-block {
  margin-bottom: 0;
}

/* Ensure links inside body copy use the accent on hover */
main a:hover {
  text-decoration: underline;
}

/* Tweak the navbar container to align with content width */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  max-width: 760px;
}
