/* Body text */
body, p, li, span, input, textarea, button, a.button,
a.elementor-button,
.elementor-button,
.elementor-button-text,
.wp-block-button__link,
.btn,
.btn-primary,
button.elementor-button{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400;
}

/* Heading */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 ;
  line-height: 1.2 !important;
}

a {
  color: #007bff;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #0056b3 ; 
}

.sub-menu .level-1 .menu-icon {
    width: 40px;
    height: 40px;
    margin-left: 40px;
    vertical-align: middle;
    display: inline-block;
}

.sub-menu .level-1 .menu-item a {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .sub-menu .level-1 .menu-icon {
        width: 30px;
        height: 30px;
        margin-left: 20px;
    }
}
