/*  Fonts  */

/* Noto Sans Display from Google */
@font-face {
    font-family: 'Noto Sans Display';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: local("Noto Sans Display"), 
        url('notosansdisplay/NotoSansDisplay-VariableFont_wdth\,wght.woff2') format('woff2-variations'),
        url('notosansdisplay/NotoSansDisplay-VariableFont_wdth\,wght.ttf') format('truetype');
}
@font-face {
    font-family: 'Noto Sans Display';
    font-style: italic;
    font-weight: 400 700;
    font-display: swap;
    src: local("Noto Sans Display"), 
        url('notosansdisplay/NotoSansDisplay-Italic-VariableFont_wdth,wght.woff2') format('woff2-variations'),
        url('notosansdisplay/NotoSansDisplay-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

/* Noto Serif from Google */
@font-face {
    font-family: "Noto Serif";
    font-weight: 400;
    font-style: normal;
    src: local("Noto Serif"), 
         url('notoserif/NotoSerif-Regular.woff2') format('woff2'),
         url('notoserif/NotoSerif-Regular.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('compatil/3b9c2c78-1f7c-419b-aeda-67708caa3005.woff2') format('woff2'),
        url('compatil/1960e6f0-c73d-4532-800b-255aa4b07aab.ttf') format('truetype');
}
