/*
 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: 'helvetica_neuelight';
    src: url('fonts/helveticaneuelight-webfont.woff2') format('woff2'),
         url('fonts/helveticaneuelight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneueblack';
    src: url('fonts/helveticaneueblack-webfont.woff') format('woff2'),
         url('fonts/helveticaneueblack-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'helvetica_neuelight' !important;
    font-weight: normal;
}
h1{
    font-family: 'helvetica_neuelight' !important;
    font-weight: 700;
}
h2{
    font-family: 'helvetica_neuelight' !important;
    font-weight: 700;
}
h3,h4,h5,h6{
    font-family: 'helvetica_neuelight' !important;
    font-weight: 500;
}
p{
    font-family: 'helvetica_neuelight' !important;
    font-weight: 300;
}