
.h4, h4 {
    font-weight: 600 !important;
}

.h5, h5 {
    font-size: 1.6rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
    font-family: var(--secondary_title_font);
}

.h6, h6 {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
    font-family: var(--secondary_title_font);
}

body {
    background-color: var(--beigebackground);
}

hr {
    border-style: dotted none none;
    border-width: 1px;
    border-color: #0a5e66;
}


a:hover {
    text-decoration: none !important;
    opacity: 0.7;
}

body {
    font-family: "Noto Sans", sans-serif !important;
    color: var(--black);
}


