@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Thmanyah Sans";
    src: url("../fonts/thmanyah/thmanyah-sans-black.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bs-body-font-family: "Thmanyah Sans", Tahoma, Arial, sans-serif;
    --bs-font-sans-serif: "Thmanyah Sans", Tahoma, Arial, sans-serif;
    --font-primary: "Thmanyah Sans", Tahoma, Arial, sans-serif;
    --font-secondary: "Thmanyah Sans", Tahoma, Arial, sans-serif;
}

html,
body,
[data-typography="roboto"],
[data-typography="poppins"],
[data-typography="opensans"],
[data-typography="helvetica"] {
    font-family: "Thmanyah Sans", Tahoma, Arial, sans-serif !important;
}

/* UI text uses Thmanyah. Icon fonts (FA / Line Awesome / Flaticon / Themify / MDI) stay untouched. */
body *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab):not(.fad):not(.fa-solid):not(.fa-regular):not(.fa-brands):not([class*="fa-"]):not(.la):not(.las):not(.lar):not(.lab):not([class^="la-"]):not(.mdi):not([class^="mdi-"]):not([class^="flaticon"]):not([class*=" flaticon"]):not([class^="ti-"]):not([class*=" ti-"]):not([class^="icon-"]):not([class*=" icon-"]):not(.lg-icon) {
    font-family: "Thmanyah Sans", Tahoma, Arial, sans-serif !important;
}
