body {
    font-family: 'Source Sans 3', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #151515;
}

h1,
h2,
h3,
h4 {
    font-family: 'VAG Rounded W01 Thin', sans-serif;
    letter-spacing: 0.02rem;
}
h5,
h6 {
    letter-spacing: 0.05rem;
}

.entry-title,
h1 {
    color: #296ca9;
    font-size: 2.6rem;
    margin: 0 0 0.6rem 0;
    line-height: 125%;
}

h1.entry-title {
    margin-bottom: 3rem !important;
}

h2 {
    color: #3283cd;
    font-size: 2.3rem;
    line-height: 125%;
    margin: 0 0 0.5rem 0;
}

h3 {
    color: #151515;
    font-size: 2rem;
    line-height: 130%;
    margin: 0 0 0.4rem 0;
}

h4 {
    /* Source Sans 2 semibold */
    font-family: 'Source Sans 3', sans-serif;
    color: #333333;
    font-size: 1.5rem;
    margin: 0 0 0.35rem 0;
    font-weight: 600;
}

h5 {
    font-family: 'Quicksand', sans-serif;
    color: #ca0f2b;
    font-size: 1.125rem;
    line-height: 160%;
    margin: 0 0 0.3rem 0;
    text-transform: uppercase;
    font-weight: 600;
}

h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: #585858;
    font-size: 1.125rem;
    line-height: 160%;
    margin: 0 0 0.25rem 0;
    font-weight: 600;
    text-transform: uppercase;
}

p {
    /*Source Sans 3 Regular */
    font-family: 'Source Sans 3', sans-serif;
    line-height: 150%;
    font-size: 1.25rem;
    margin: 0 0 1.2rem 0;
    display: block;
}

b,
strong {
    font-weight: 600 !important;
}

.dida {
    font-family: 'Source Sans 3', sans-serif;
    line-height: 132%;
    font-size: 1.0625rem;
    display: block;
}

a {
    color: var(--secondary-color-04);
    text-decoration: none;
}
a:hover {
    color: var(--secondary-color-06);
    text-decoration: none;
}

.site-main ul,
.site-main ol {
    font-size: 1.25rem;
    margin: 0.5rem 0 0.5rem 3rem;
    padding-left: 1.25rem;
    line-height: 130%;
}
.site-main ul li,
.site-main ol li {
    padding-bottom: 0.5rem;
    line-height: 130%;
}

blockquote {
    font-style: italic;
    margin: 1rem 0;
    padding-left: 1.5rem;
    border-left: 4px solid #ca0f2b;
}

summary {
    cursor: pointer !important;
}

summary,
details {
    font-size: 1.25rem;
    line-height: 130%;
}
details p {
    margin-left: 1rem;
    font-size: 1rem;
    margin-top: 0.5rem;
}

ul.no-list-style {
    list-style-type: none;
    padding-left: 0;
}

.hightline {
    background: #ffd700;
}
