/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://bilderundmehr.eu
 Description:  GeneratePress Child Theme für creafol Folientechnik aus Velten. Wichtige Änderungen werden im Child abgelegt, damit Sie vor Updates geschützt sind. Anpassungen sollten dokumetiert werden. GeneratePress dient als Basis und muss auch installiert sein. Schriftart, lokal in diesem Child eingebunden: Open Sans für Texte und Futura Lt BT für Überschriften
 Author:       Benno van Walsem
 Author URI:   https://bilderundmehr.eu
 Template:     generatepress
 Version:      1.00.0125
 */


/* Verwendete Schriftarten lokal eingebunden */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot');
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), 
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), 
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'),
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); 
}

@font-face {
    font-family: 'Futura Lt BT';
    src: url('fonts/Futura-Lt-BT-Light.eot');
    src: url('fonts/Futura-Lt-BT-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Futura-Lt-BT-Light.woff2') format('woff2'),
         url('fonts/Futura-Lt-BT-Light.woff') format('woff'),
         url('fonts/Futura-Lt-BT-Light.ttf')  format('truetype'),
         url('fonts/Futura-Lt-BT-Light.svg#Futura Lt BT') format('svg');
}