/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Open+Sans:wght@400;500;600;700&display=swap');

/* Font Family Definitions */
body.single-tour {
    font-family: 'Open Sans', sans-serif;
}

body.single-tour h1, 
body.single-tour h2, 
body.single-tour h3, 
body.single-tour h4, 
body.single-tour h5, 
body.single-tour h6 {
    font-family: 'Montserrat', sans-serif;
}