@font-face {
    font-family: 'Soehne Breit';
    font-weight: 400;
    font-style: italic;
    src: url('../../assets/fonts/soehne-breit-buch-kursiv.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne Breit';
    font-weight: 400;
    font-style: normal;
    src: url('../../assets/fonts/soehne-breit-buch.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne Breit';
    font-weight: 900;
    font-style: normal;
    src: url('../../assets/fonts/soehne-breit-extrafett.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne Breit';
    font-weight: 800;
    font-style: normal;
    src: url('../../assets/fonts/soehne-breit-fett.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne Breit';
    font-weight: 700;
    font-style: normal;
    src: url('../../assets/fonts/soehne-breit-kraftig.woff2') format('woff2');
}

@font-face {
    font-family: 'Soehne';
    font-weight: 400;
    font-style: italic;
    src: url('../../assets/fonts/soehne-buch-kursiv.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 400;
    font-style: normal;
    src: url('../../assets/fonts/soehne-buch.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 800;
    font-style: italic;
    src: url('../../assets/fonts/soehne-fett-kursiv.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 800;
    font-style: normal;
    src: url('../../assets/fonts/soehne-fett.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 750;
    font-style: italic;
    src: url('../../assets/fonts/soehne-halbfett-kursiv.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 750;
    font-style: normal;
    src: url('../../assets/fonts/soehne-halbfett.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 700;
    font-style: normal;
    src: url('../../assets/fonts/soehne-kraftig.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 700;
    font-style: italic;
    src: url('../../assets/fonts/soehne-kraftig-kursiv.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 300;
    font-style: italic;
    src: url('../../assets/fonts/soehne-leicht-kursiv.woff2') format('woff2');
}
@font-face {
    font-family: 'Soehne';
    font-weight: 300;
    font-style: normal;
    src: url('../../assets/fonts/soehne-leicht.woff2') format('woff2');
}

/* Family */

.soehne {
    font-family: 'Soehne', Helvetica, Arial, sans-serif;
}

.breit {
    font-family: 'Soehne Breit', Helvetica, Arial, sans-serif;
}

/* Weight */

.leicht {
    font-weight: 300;
}

.buch {
    font-weight: 400;
}

.kraftig {
    font-weight: 700;
}

.halbfett {
    font-weight: 750;
}

.fett {
    font-weight: 800;
}

.extrafett {
    font-weight: 900;
}

/* Style */

.kursiv {
    font-style: italic;
}