(1) Overline, rot

.overline {
font-family: 'Lato';
font-size: 16px;
color: #cd0923;
font-weight: 400;
text-transform: uppercase;
}

(2) Headline H2, blau

h2 .heading {
font-family: 'Garamond W01';
font-size: 36px;
color: #0f3579;
font-weight: 400;
}

(3) Introtext

.intro {
font-family: 'Garamond W01';
font-size: 26px;
color: #4a4a4a;
font-weight: 400;
}

(4) Headline H3, blau

h3 {
font-family: 'Garamond W01';
font-size: 26px;
color: #0f3579;
font-weight: 400;
}

(5) Copytext und BUs

body p {
font-family: 'Lato';
font-size: 19px;
color: #4a4a4a;
font-weight: 400;
}

(6) Headline H3, blau, zentriert, kursiv

h1 .headline {
font-family: 'Garamond W01 Italic';
font-size: 36px;
color: #0f3579;
font-weight: 400;
text-align: center;
}

(7) Copytext, zentriert

body p.copycenter {
font-family: 'Lato';
font-size: 19px;
color: #4a4a4a;
font-weight: 400;
text-align: center;
}