/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */


@font-face {
    font-family: 'RobotoRegular';
    src: url('/wp-content/uploads/fonts/Roboto/static/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoCondensed';
    src: url('/wp-content/uploads/fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'RobotoRegular', sans-serif;
}
h1, h2 {
    font-family: 'RobotoCondensed', serif;
}