/*  Fonts  */

/* Noto Sans Display from Google under Apache License, version 2.0*/
@font-face {
    font-family: "Noto Sans Display";
    font-weight: 400;
    font-style: normal;
    src: local("Noto Sans Display"), 
         url('notosansdisplay-regular-webfont.woff2') format('woff2'),
         url('notosansdisplay-regular-webfont.woff') format('woff'),
         url('notosansdisplay-regular-webfont.ttf') format('truetype');
}
@font-face {
    font-family: "Noto Sans Display";
    font-weight: 400;
    font-style: italic;
    src: local("Noto Sans Display Italic"), 
         url('notosansdisplay-italic-webfont.woff2') format('woff2'),
         url('notosansdisplay-italic-webfont.woff') format('woff'),
         url('notosansdisplay-italic-webfont.ttf') format('truetype');
}
@font-face {
    font-family: "Noto Sans Display";
    font-weight: 600; /*intentionally higher than orginal (500) to set as visually correct fallback for Segoe UI semibold in all browsers*/
    font-style: normal;
    src: local("Noto Sans Display Medium"),  
         url('notosansdisplay-medium-webfont.woff2') format('woff2'),
         url('notosansdisplay-medium-webfont.woff') format('woff'),
         url('notosansdisplay-medium-webfont.ttf') format('truetype');
}
@font-face {
    font-family: "Noto Sans Display";
    font-weight: 600; /*intentionally higher than orginal (500) to set as visually correct fallback for Segoe UI semibold in all browsers*/
    font-style: italic;
    src: local("Noto Sans Display Medium Italic"),  
         url('notosansdisplay-mediumitalic-webfont.woff2') format('woff2'),
         url('notosansdisplay-mediumitalic-webfont.woff') format('woff'),
         url('notosansdisplay-mediumitalic-webfont.ttf') format('truetype');
}

/* Noto Serif from Google under Apache License, version 2.0 */
@font-face {
    font-family: "Noto Serif";
    font-weight: 400;
    font-style: normal;
    src: local("Noto Serif"), 
         url('notoserif-regular-webfont.woff2') format('woff2'),
         url('notoserif-regular-webfont.woff') format('woff'),
         url('notoserif-regular-webfont.ttf') format('truetype');
}

/*  COMPATIL DATEV from Monotype 
 *
 *	This CSS resource incorporates links to font software which is the valuable copyrighted
 *	property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
 *	redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
 *	Imaging with any questions regarding Web Fonts:  http://webfonts.fonts.com
 */
@font-face {
    font-family: "Compatil DATEV W01 Regular";
    font-weight: 400;
    font-style: normal;
    src: local("Compatil DATEV"), 
        url('3b9c2c78-1f7c-419b-aeda-67708caa3005.woff2') format('woff2'),
        url('77900f9c-8f0f-4c7b-8ff2-ec3014c91c5f.woff') format('woff'),
        url('1960e6f0-c73d-4532-800b-255aa4b07aab.ttf') format('truetype');
}
