(A) Overline, rot

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

(B) Headline, weiss

.h1 .headline {
    font-family: 'Garamond W01 Italic';
    font-size: 44px;
    color: #fff;
    font-weight: 400;
}

(C) Copytext

.p .bait-copy {
    font-family: 'Garamond W01';
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}