/* Custom font settings to apply Overpass to the entire website */
body,
h1, h2, h3, h4, h5, h6,
p, span, a, button, input, textarea, select, option,
.banner-title, .section-title, .widget-title,
.button-round-primary, .button-round-white-transparent {
    font-family: 'Overpass', sans-serif !important;
}

/* Make sure font weights display correctly */
h1, h2, h3, .banner-title, .section-title {
    font-weight: 700;
}

h4, h5, h6, .widget-title {
    font-weight: 600;
}

p, span, a, li {
    font-weight: 400;
}

.button-round-primary, .button-round-white-transparent {
    font-weight: 600;
}

/* Font adjustments for better readability */
p, .section-paragraph {
    line-height: 1.6;
}

/* Adjust letter spacing slightly for better look with Overpass */
.banner-title, .section-title, .widget-title {
    letter-spacing: 0.02em;
} 