/* 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: 600;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #0056b3 ; 
}
