/*
Theme Name: Divi Child
Theme URI:  http://www.elegantthemes.com/gallery/divi/
Author:     Elegant Themes
Author URI: http://www.elegantthemes.com
Template:   Divi
Version:    1.0
License:    GNU General Public License v2 or later
*/

/* MONTSERRAT */

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype'),
         url('fonts/Montserrat-VariableFont_wght.woff2') format('woff2-variations'),
         url('fonts/Montserrat-VariableFont_wght.woff') format('woff-variations'),
         url('fonts/Montserrat-VariableFont_wght.eot') format('embedded-opentype');
    font-weight: 200 800;
	font-display: swap;
}

/* LATO */

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v24-latin-300.woff2') format('woff2'); 
}

@font-face {
    font-display: swap; 
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('fonts/lato-v24-latin-300italic.woff2') format('woff2'); 
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v24-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/lato-v24-latin-700.woff2') format('woff2');
}


/* OPEN SANS */

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v35-latin-regular.woff2') format('woff2'); 
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/open-sans-v35-latin-500.woff2') format('woff2'); 
}