/*
 Theme Name:  GeneratePress Child
 Theme URI:   https://generatepress.com
 Description: Default GeneratePress child theme
 Author:      Rocky Beach Studio
 Author URI:  https://www.rockybeachstudio.de
 Template:    generatepress
 Version:     0.1
*/


@font-face {
    font-family: 'ZDF Type';
    src: url('lib/ZDFType-Regular.woff2') format('woff2'),
         url('lib/ZDFType-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'ZDF Type';
    src: url('lib/ZDFType-Bold.woff2') format('woff2'),
         url('lib/ZDFType-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ZDF Type';
    src: url('lib/ZDFType-Italic.woff2') format('woff2'),
         url('lib/ZDFType-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;

}
@font-face {
    font-family: 'Gabriela';
    src: url('lib/latinotype_mexico_-_gabriela_medium-webfont.woff2') format('woff2'),
         url('lib/latinotype_mexico_-_gabriela_medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'Gabriela';
    src: url('lib/latinotype_mexico_-_gabriela_regular-webfont.woff2') format('woff2'),
         url('lib/latinotype_mexico_-_gabriela_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

* {
overflow-wrap:normal;
}