/* Explicit live-site typography values; avoids shorthand and weight-range ambiguity. */
html body {
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

#page .wpb_text_column h1,
#page .wpb_text_column h2,
#page .wpb_text_column h3,
#page .wpb_text_column h4,
#page .wpb_text_column h5,
#page .wpb_text_column h6 {
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
#page .wpb_text_column h1 { font-size: 44px !important; line-height: 54px !important; }
#page .wpb_text_column h2 { font-size: 30px !important; line-height: 32px !important; }
#page .wpb_text_column h3 { font-size: 24px !important; line-height: 34px !important; }
#page .wpb_text_column h4 { font-size: 20px !important; line-height: 22px !important; }
#page .wpb_text_column h5 { font-size: 16px !important; line-height: 26px !important; }
#page .wpb_text_column h6 { font-size: 14px !important; line-height: 24px !important; }

#page .wpb_text_column h1 strong,
#page .wpb_text_column h2 strong,
#page .wpb_text_column h3 strong,
#page .wpb_text_column h4 strong,
#page .wpb_text_column h5 strong,
#page .wpb_text_column h6 strong { font-weight: 700 !important; }

#page .wpb_text_column p {
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
}

#page .main-nav > li > a .menu-text {
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

#page .default-btn-shortcode.dt-btn-m {
  font-family: "Libre Baskerville", Helvetica, Arial, Verdana, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
}

@media (max-width: 767px) {
  #page .wpb_text_column h1 { font-size: 30px !important; line-height: 40px !important; }
}
