/*
Theme Name: Divi Child
Template: Divi
*/

@import url("../Divi/style.css");

@font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/HelveticaNeue).ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Matahari';
    src: url('fonts/Matahari-700Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/Matahari-700Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/Matahari-700Bold.woff2') format('woff2'), /* Super modern browsers */
         url('fonts/Matahari-700Bold.woff') format('woff'), /* Modern browsers */
         url('fonts/Matahari-700Bold.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'HelveticaNeue', sans-serif;
    background-color:#F7F5F2;
}
h1, h2, h3, h4, h5 {
      font-family: 'Matahari' !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 24px;
}

#menu-menu.et-menu > li:nth-child(6){
    margin-right:0!important;
}