/*
    HINWEIS: TTF-Dateien (von Google Fonts) können mit dem Generator von
    Font Squirrel in WOFF und WOFF2 umgewandelt werden.
    http://www.fontsquirrel.com/tools/webfont-generator
*/

@font-face {
    font-display: fallback;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt_serif-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-regular-webfont.woff') format('woff');
}

@font-face {
    font-display: fallback;
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt_serif-web-bold-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-bold-webfont.woff') format('woff');
}

@font-face {
    font-display: fallback;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/opensans-light.woff2') format('woff2'),
         url('../fonts/opensans-light.woff') format('woff');
}

@font-face {
    font-display: fallback;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff');
}
