/*
 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: 'd-din regular';
    font-style: normal;
    font-weight: normal;
    src: './fonts/D-DIN.woff';
}
    
@font-face {
    font-family: 'd-din bold';
    font-style: bold;
    font-weight: bold;
    src: './fonts/D-DIN-Bold.woff';
}

/* body,p,a,span,li{
    font-family: 'd-din regular';
}

h1,h2,h3,h4,h5,h6{
    font-family: 'd-din bold';
} */