h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--secondary-font-family);
    line-height: 1.33;
    text-transform: uppercase;
    text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: inherit;
}
h1 {
    font-weight: bold;
}
h1:has(+ h2) {
    font-weight: normal;
}
h1:has(+ h2)+h2 {
    font-weight: bold !important;
}
h2 {
    font-weight: bold;
}
h2:has(+ h3) {
    font-weight: normal;
}
h2:has(+ h3)+h3 {
    font-weight: bold !important;
    margin-top: -.5em !important;
}
.download h3 {
    text-transform: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 17px;
}
.download h3 ::before {
    content: "> ";
    margin-left: -17px;
}
.download p {
    padding-left: 17px;
    font-size: 1.2rem;
}
