h1, .h1 {
  font-size: 3rem;
  font-family: var(--heading-font-family);
  font-weight: 800;
}

h2, .h2 {
  font-size: 2rem;
  font-family: var(--heading-font-family);
  font-weight: 700;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1rem;
  font-family: var(--body-font-family);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
}

a {
  font-weight: 700;
}

p {
  line-height: 1.75;
}

p.lead {
  font-size: 1.25rem;
}

p.lead strong {
  font-weight: 700;
}

p + h2,
p + h3,
p + h4 {
  margin-top: 1.5rem;
}

hr {
  border-top-color: var(--bs-brand-deep);
  opacity: 0.1;
}

