/*
 Theme Name:  Divi Child Theme
 Theme URL:    https://akoca-seo.co.uk/
 Description:  Child Theme for Divi
 Author:       Akoca SEO
 Author URI:   https://akoca-seo.co.uk/
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/
/* custom heading font */
/* Custom Font Face for YoungSerif-Regular */
@font-face {
    font-family: 'YoungSerif';
    src: url('fonts/YoungSerif-Regular.woff2') format('woff2'),
         url('fonts/YoungSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Apply YoungSerif to Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'YoungSerif', serif;
}
