/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

@font-face {
    font-family: 'Gilroy-Regular';
    src: url('Gilroy-Regular.woff');
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('Gilroy-Bold.woff');
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Gilroy-Bold';
}

p,
span,
li {
    font-family: 'Gilroy-Regular';
    font-weight: 400;
}

.more-on p {
    font-family: 'Gilroy-Bold' !important;
}