:root {
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Outfit', sans-serif;
    --text-heading: #1e293b;
    --text-body: #475569;
    --text-muted: #64748b;
    --bg-global: #f8fafc;
}

/* Global Typography Styles */
body {
    font-family: var(--font-body) !important;
    color: var(--text-body) !important;
    background-color: var(--bg-global);
    line-height: 1.62;
    font-size: 1.05rem;
    /* Adjusted from 1.15rem to 1.05rem */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.premium-font,
.header-bar-gold {
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    color: var(--text-heading) !important;
    line-height: 1.3;
}

/* Aggressive overrides for potential conflicts */
.text-dark,
h5.text-dark,
h6.text-dark {
    color: var(--text-heading) !important;
}

.text-secondary,
.text-muted {
    color: var(--text-body) !important;
}

h1 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
}

h2 {
    font-size: 2.44rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
}

h4 {
    font-size: 1.75rem;
    margin-bottom: 1.1rem;
}

h5 {
    font-size: 1.5rem;
    margin-bottom: 0.9rem;
}

h6 {
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
}

p,
.text-main,
.description-text-premium,
.product-summary-premium,
.description-text-premium div,
.small-text-footer {
    font-family: var(--font-body) !important;
    color: var(--text-body) !important;
    line-height: 1.65 !important;
    font-size: 1.05rem !important;
    /* Adjusted from 1.15rem to 1.05rem */
}

/* Restore List Bullets */
.description-text-premium ul,
.product-summary-premium ul {
    list-style-type: disc !important;
    margin-bottom: 1.5rem !important;
    padding-left: 2rem !important;
    display: block !important;
}

.description-text-premium li,
.product-summary-premium li {
    display: list-item !important;
    margin-bottom: 0.5rem !important;
    padding-left: 0.25rem !important;
}

.description-text-premium li::marker,
.product-summary-premium li::marker {
    color: var(--text-heading) !important;
}

/* Special Case: Small text should still be readable */
.small,
small {
    font-size: 0.95rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

/* In-line tweaks */
b,
strong {
    color: var(--text-heading);
    font-weight: 700;
}