/* Font Styles */
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700;800;900&display=swap');

/* Force Exo on all elements */
* {
    font-family: 'Exo', sans-serif !important;
}

/* Apply Exo font to all elements with high specificity */
body,
p, span, a, div,
input, textarea, select, option,
table, td, th,
li, ul, ol,
blockquote,
label,
.form-control,
.text,
.dropdown-item,
.dropdown-header,
.nav-link,
.navbar-nav,
.form-control,
.form-select,
.product-description,
.product-meta {
    font-family: 'Exo', sans-serif !important;
}

/* Apply Exo font to headings with high specificity */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
[class*="heading"],
.hero-text h1,
.product-title,
.section-title,
.brand-heading,
.company-box h3 {
    font-family: 'Exo', sans-serif !important;
    letter-spacing: 0.03em;
    font-weight: 600;
}

/* Apply Exo font to buttons with high specificity */
button,
.btn,
.btn-primary,
.btn-secondary,
.btn-outline-light,
.btn-outline-dark,
.nav-link,
.hero-buttons .btn,
.product-actions .btn,
a.btn,
input[type="button"],
input[type="submit"] {
    font-family: 'Exo', sans-serif !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Force update on browser refresh */
.forced-update { 
    display: none;
    font-family: 'Exo', sans-serif !important;
}