/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


@font-face {
    font-family: 'Frutiger';
    src: url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Light.woff2') format('woff2'),
         url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Light.woff') format('woff'),
         url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger';
    src: url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Roman.woff2') format('woff2'),
         url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Roman.woff') format('woff'),
         url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Roman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger';
    src: url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Bold.woff2') format('woff2'),
         url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Bold.woff') format('woff'),
         url('/wp-content/themes/generatepress_child/fonts/FrutigerLTCom-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


