body {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  font-style: normal;
}

bold {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

italic {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.navbar-brand {
  font-size: 2.5rem;
  font-weight: 700;
}

.nav-link {
  font-size: 1.3rem;
  font-weight: 500;
}

h1,
.h1,
.display-1 {
  font-weight: 500;
}

h2,
.h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3,
.h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

h4,
.h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
