/*
 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: 'vinci_sansblack';
    src: url('./fontsvinci_sans_black-webfont.woff2') format('woff2'),
         url('./fontsvinci_sans_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'vinci_sansbold';
    src: url('./fontsvinci_sans_bold-webfont.woff2') format('woff2'),
         url('./fontsvinci_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'vinci_sansregular';
    src: url('./fontsvinci_sans_regular-webfont.woff2') format('woff2'),
         url('./fontsvinci_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}