/* css styles */

/* Hide the empty logo placeholder link Quarto emits when no logo image is set.
   The adjacent navbar-title link already covers the same destination. */
.navbar-brand-logo {
  display: none;
}

/* Improve blockquote text contrast (WCAG 1.4.3) */
blockquote, .blockquote {
  color: #495057;
}

/* Enhance focus visibility for keyboard navigation (WCAG 1.4.11) */
:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

/* reduce h3 size on the schedule page only */
.schedule-page h3 {
  font-size: 1rem;
  font-weight: 600;
}
