/* Ensure font icons are NEVER affected by global Poppins override */
.ri-,
[class^="ri-"],
[class*=" ri-"] {
    font-family: 'remixicon' !important;
}

.bx,
[class^="bx-"],
[class*=" bx-"] {
    font-family: 'boxicons' !important;
}

.fa,
.fas,
.far,
.fab {
    font-family: 'FontAwesome' !important;
}

.bi,
[class^="bi-"],
[class*=" bi-"] {
    font-family: 'bootstrap-icons' !important;
}

/* Base Body Font */
body {
    font-family: 'Poppins', Arial, sans-serif !important;
}

/* Heading Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

/* Navigation */
.navbar-default .navbar-nav>li>a {
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Buttons */
.btn {
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: none;
}

/* Paragraphs and text elements */
p,
li,
td,
th,
label,
input,
textarea,
select {
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.2px;
}

/* Form elements */
input,
textarea,
select,
button {
    font-family: 'Poppins', Arial, sans-serif !important;
}