
:root {
    --font-primary: "Inter", sans-serif;
}


/* Preserve icon fonts - CRITICAL for sidebar and UI icons */
.fa:before, .fas:before, .far:before, .fal:before, .fad:before, .fab:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-brands:before {
    font-family: "Font Awesome 6 Brands" !important;
}

/* Ensure icons in navigation work */
.admin-nav-link i:before,
.sidebar-link i:before,
nav i:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Apply primary font to text elements */
body, html {
    font-family: var(--font-primary);
}

p, div:not([class*="fa"]), span:not([class*="fa"]), 
a:not([class*="fa"]), li, td, th, h1, h2, h3, h4, h5, h6,
button, input, select, textarea, label {
    font-family: var(--font-primary);
}

/* Admin sidebar specific protection */
.admin-sidebar * {
    font-family: var(--font-primary);
}

.admin-sidebar i, .admin-sidebar i:before,
.admin-nav-link i, .admin-nav-link i:before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* General icon protection */
i, i:before, [class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Brand icons */
i[class*="fa-brands"], [class*="fa-brands"]:before {
    font-family: "Font Awesome 6 Brands" !important;
}
