/*
 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
------------------------------------------------------- */

@import url("css/style.css");

/*h1.open-sans-condensed, h2.open-sans-condensed, h3.open-sans-condensed, h4.open-sans-condensed, h5.open-sans-condensed, h6.open-sans-condensed {*/
h1, h2, h3, h4, h5, h6, div.et_pb_testimonial_content > p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 75;
}

p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*--------- STICKY MOBILE MENU -------- */

@media all and (max-width: 980px) {
    .et_fixed_nav #main-header, .et_fixed_nav #top-header {
        position: fixed !important;
    }
}