/* Schriftenarten */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-regular-webfont.woff') format('woff'),
    url('/fonts/roboto-regular-webfont.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Slab';
    src: url('/fonts/roboto-slab-v34-latin-regular.woff') format('woff'),
    url('/fonts/roboto-slab-v34-latin-regular.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
