@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');

:not(.fa):not(.fi) {
    font-family: 'DM Sans', Arial, sans-serif !important;
}

body {
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
    line-height: 1.25;
}

p {
    line-height: 1.6;
}

/* Hide Reviews from the left-side menu */
li:has(a[href*="reviews"]) {
    display: none !important;
}
/* Sidebar navigation — stronger, clearer text */
#sb-main-container nav a {
    font-weight: 600 !important;
    opacity: 1 !important;
}
/* Sidebar navigation — slightly better spacing */
#sb-main-container nav li {
    margin-bottom: 4px !important;
}
/* Sidebar navigation — emphasize current page */
#sb-main-container nav li.active > a,
#sb-main-container nav a.active {
    font-weight: 700 !important;
}
/* Main headings — cleaner visual hierarchy */
#sb-main-container h1,
#sb-main-container h2 {
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}
/* Buttons — slightly cleaner and more modern */
#sb-main-container .btn {
    font-weight: 600 !important;
    border-radius: 6px !important;
}
/* Form fields — match button styling */
#sb-main-container input,
#sb-main-container textarea,
#sb-main-container select,
#sb-main-container .form-control {
    border-radius: 6px !important;
}