/*
 * Azyan Al Fursan — force Thmanyah Sans site-wide (same as Hadbah/Khozam).
 * Bootstrap/vendor set Helvetica on body/links; this overrides them.
 */

:root {
  --fursan-font: "Thmanyah Sans", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
label,
p,
div,
span,
a,
li,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.form-control,
.panel-title,
.table,
.nav,
.sidebar,
#menu,
#side-menu,
#header,
#wrapper,
.dropdown-menu,
.modal-title,
.badge,
.tox,
.tox *:not(svg):not(rect),
.mce-content-body,
.menu-text,
.sub-menu-text {
  font-family: var(--fursan-font) !important;
}

/* Keep icon fonts intact */
.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.menu-icon,
.glyphicon,
[class^="fa-"],
[class*=" fa-"],
.fontawesome-icon {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "FontAwesome" !important;
}

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