
body, h1, h2, h3, h4, h5, h6, p {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    text-align: left;
}

h1 {
    font-size: 400%;
}

.nav-link.active {
    font-weight: 500;
}

a {
    text-decoration: none;
}

a:hover, a.nav-link:hover {
    text-decoration: underline;
}

.jost-500 {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}