@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* 
    Global Typography Override 
    Separated to prevent conflicts with icon fonts (FontAwesome, LineAwesome, LightGallery)
*/

body {
    font-family: 'Open Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .post-title, .widget-title-custom span {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
}

/* Standard text elements */
p, li, label, input, textarea {
    font-family: 'Open Sans', sans-serif !important;
}

/* 
    Interactive elements link and buttons: 
    Apply font-family but WITHOUT !important to allow 
    icon-specific classes to override it.
*/
a, span, button, i {
    font-family: 'Open Sans', sans-serif;
}
