@font-face {
    font-family: 'studioFont-fett'; /*a name to be used later*/
    src: url('../fonts/soehne-fett.woff2') format('woff2'); /*URL to font*/
}

@font-face {
    font-family: 'studioFont-kraftig'; /*a name to be used later*/
    src: url('../fonts/soehne-kraftig.woff2') format('woff2'); /*URL to font*/
}

@font-face {
    font-family: 'studioFont-leicht'; /*a name to be used later*/
    src: url('../fonts/soehne-mono-leicht.woff2') format('woff2'); /*URL to font*/
}

@font-face {
    font-family: 'studioFont-extrafett-kursiv'; /*a name to be used later*/
    src: url('../fonts/soehne-schmal-extrafett-kursiv.woff2') format('woff2'); /*URL to font*/
}