h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: var(--bs-body-color);
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color, inherit);
}

a {
    text-decoration: none;
    color: black;
}