/* Custom CSS for Montserrat Font Family */

/* Apply Montserrat to body and general text elements */
body {
    font-family: "Montserrat", sans-serif !important;
}

p {
    font-family: "Montserrat", sans-serif !important;
}

/* Apply Montserrat to all heading elements */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Montserrat", sans-serif !important;
}

/* Apply Montserrat to buttons and form elements */
.lgx-btn,
.btn,
button,
input,
textarea,
select {
    font-family: "Montserrat", sans-serif !important;
}

/* Apply Montserrat to navigation and menu items */
.lgx-nav,
.navbar,
.nav,
.menu {
    font-family: "Montserrat", sans-serif !important;
}

/* Apply Montserrat to specific components */
.lgx-heading .heading,
.lgx-heading .subheading,
.title,
.subtitle,
.lgx-single-speaker .title,
.lgx-single-speaker .subtitle,
.lgx-single-schedule .title,
.lgx-single-schedule .author-info,
.lgx-single-news .title,
.lgx-testi-single,
.lgx-single-registration .title,
.time {
    font-family: "Montserrat", sans-serif !important;
}

/* Ensure all elements inherit Montserrat */
* {
    font-family: "Montserrat", sans-serif !important;
}

.lgx-btn,
.lgx-header .lgx-navbar .lgx-nav li a,
.lgx-heading .subheading,
.lgx-subheading,
.lgx-submit,
.wpcf7-submit,
button {
    font-family: "Montserrat", sans-serif !important;
}
