/*  Load custom fonts */
/*  Verwendbare Serifen-Schriften:
    - PT Serif (https://mmistakes.github.io/minimal-mistakes/about/)
    - Lora, Bitter (http://alexpoole.info/blog/fighting-bad-typography-research/)
    Andere sans-serif Schriften:
    - PT Sans
    - Source Sans Pro
*/


/* ---------------------------------------------- */
/*                    SANS-SERIF                  */
/* Fira Typeface: https://github.com/mozilla/Fira */
/* ---------------------------------------------- */

@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-Light.eot');
    src: local('Fira Sans Light'),
         url('../fonts/fira/FiraSans-Light.eot') format('embedded-opentype'),
         url('../fonts/fira/FiraSans-Light.woff') format('woff'),
         url('../fonts/fira/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-LightItalic.eot');
    src: local('Fira Sans Light Italic'),
         url('../fonts/fira/FiraSans-LightItalic.eot') format('embedded-opentype'),
         url('../fonts/fira/FiraSans-LightItalic.woff') format('woff'),
         url('../fonts/fira/FiraSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('../fonts/fira/FiraSans-Regular.eot') format('embedded-opentype'),
         url('../fonts/fira/FiraSans-Regular.woff') format('woff'),
         url('../fonts/fira/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-RegularItalic.eot');
    src: local('Fira Sans Regular Italic'),
         url('../fonts/fira/FiraSans-RegularItalic.eot') format('embedded-opentype'),
         url('../fonts/fira/FiraSans-RegularItalic.woff') format('woff'),
         url('../fonts/fira/FiraSans-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('../fonts/fira/FiraSans-Bold.eot') format('embedded-opentype'),
         url('../fonts/fira/FiraSans-Bold.woff') format('woff'),
         url('../fonts/fira/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Sans';
    src: url('../fonts/fira/FiraSans-BoldItalic.eot');
    src: local('Fira Sans Bold Italic'),
         url('../fonts/fira/FiraSans-BoldItalic.eot') format('embedded-opentype'),
         url('../fonts/fira/FiraSans-BoldItalic.woff') format('woff'),
         url('../fonts/fira/FiraSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
