/*
 Theme Name:   Ahrens (GeneratePress Child)
 Theme URI:    https://larsahrens.com
 Description:  GeneratePress child theme
 Author:       Lars Ahrens
 Author URI:   https://larsahrens.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    font-family: 'Aileron';
    src: url('Aileron-Regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('fonts/Graphik-Regular-Web.woff2') format('woff2'),
         url('fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas';
    src: url('fonts/NeueHaasGroteskText-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noway';
    src: url('fonts/noway-regular-webfont.eot');
    src: url('fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway-regular-webfont.woff2') format('woff2'),
         url('fonts/noway-regular-webfont.woff') format('woff'),
         url('fonts/noway-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noway';
    src: url('fonts/noway-medium-webfont.eot');
    src: url('fonts/noway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway-medium-webfont.woff2') format('woff2'),
         url('fonts/noway-medium-webfont.woff') format('woff'),
         url('fonts/noway-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Noway';
    src: url('fonts/noway-bold-webfont.eot');
    src: url('fonts/noway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/noway-bold-webfont.woff2') format('woff2'),
         url('fonts/noway-bold-webfont.woff') format('woff'),
         url('fonts/noway-bold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
