h1 {
  color: #0078d4 !important;
}

blockquote {
  background-color: #f9f9f9;
}

article ul ul {
  list-style-type: circle !important;
}

article ul ul ul {
  list-style-type: square !important;
}

h2, h3, h4 {
  color: #0078d4 !important;
}

th {
  background-color: #0078d4 !important;
  color: #ffffff;
}

img {
  border: 1px solid #babfc7;
}

:root {
  --md-primary-fg-color: #0078d4;
  --md-primary-fg-color--light: #0078d4;
  --md-primary-fg-color--dark: #005a9e;
}

.img-icon {
  width: 30px;
  height: auto;
  border: none;
}

.img-no-border {
  border: none !important;
}

.md-content__inner img.ag-zoomable {
  cursor: zoom-in;
}

.ag-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.85);
  cursor: zoom-out;
}

.ag-lightbox__image {
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  width: auto;
  height: auto;
  object-fit: contain;
  border: 0;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
