p:not(.lead), small, .small, input, textarea {
  font-family: 'Figtree';
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-family: 'Instrument Serif';
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

.figure-caption {
  font-size: 1rem;
  color: var(--bs-secondary-color);
  font-family: 'Instrument Serif';
  /*font-style: italic;*/
}

.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

