
/* Headings: MonumentExtended > Montserrat fallback */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: var(--ar-header-color);
  margin-top: 0;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.6rem;
}

h3 {
  font-size: 1.9rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.55;
}

/* Body: Manrope */
body {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.6;

}

