/*
 Theme Name:   Consulting Child
 Template:     consulting
 Description:  Custom child theme with proper Google Fonts and typography fixes.
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;500;600;700&display=swap');

body, p, span, h1, h2, h3, h4, h5, h6, .widget-title, .section-title, blockquote, input, button, select, textarea {
  font-family: 'Open Sans', Arial, sans-serif !important;
}
.wpb_wrapper p, .elementor-element {
    font-weight: 400 !important;
}