/**
 * @file
 * Visual styles for Bartik's page-title component.
 */

.page-title,
h1 {
  font-size: 4rem;
  line-height: 1em;
  color: var(--accent-color);
  /*font-family: "Playfair Display";*/
  font-weight: normal;
}

h1 {
  margin-top: 0;
}

.page-title::first-letter {
  text-transform: uppercase;
}

.pre-title {
  font-size: 2rem;
  /*font-family: "Playfair Display";*/
  margin-bottom: 0;
  font-weight: 500;
}
