/* =========================================================
   PARAKKH — GLOBAL TYPOGRAPHY
   Unified Inter stack for every heading and UI element
========================================================= */
/* 
html,
body,
body * {
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.hero-title,
.hero-heading,
.section-title,
.section-heading,
.page-title,
.display-title,
.font-serif,
blockquote,
.quote-mark {
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
} */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
button,
input,
textarea,
select,
label,
li {
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}

/* =========================================
   FONT AWESOME ICON FIX
========================================= */

.fa,
.fas,
.far,
.fal,
.fad,
.fab,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-brands {
    font-family: "Font Awesome 6 Free" !important;
    font-style: normal;
}

.fa-solid,
.fas {
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

/* Navigation + UI */
nav,
nav a,
nav button,
button,
input,
textarea,
select,
label,
a {
    font-family: "Inter", "Segoe UI", Arial, sans-serif !important;
}
