/*
 Theme Name:   AdbitesDev
 Theme URI:    https://www.adbites.de
 Description:  Adbites child theme
 Author:       Heiko Schneider
 Author URI:   https://www.adbites.de
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'Favorit';
    src: url('./fonts/Favorit-Regular.woff2') format('woff2'),
         url('./fonts/Favorit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Favorit Mono';
    src: url('./fonts/favorit-mono-regular.woff2') format('woff2'),
         url('./fonts/favorit-mono-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.gb-headline .gb-icon {
    margin-right: -10px;
}