/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/
/* Discovery Tours Egypt – Global Typography Fix (With Specificity + !important) */
body h1,
.st-content h1,
.elementor-widget-heading h1 {
  font-size: 2.25rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

body h2,
.st-content h2,
.elementor-widget-heading h2 {
  font-size: 1.75rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

body h3,
.st-content h3,
.elementor-widget-heading h3 {
  font-size: 1.35rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
}

body h4,
.st-content h4,
.elementor-widget-heading h4 {
  font-size: 1.15rem !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

body p,
.st-content p,
.elementor-widget-container p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}
