/* Force font variable and family as last-resort override */
:root {
  --bs-body-font-family: 'HuwiyaArabic', sans-serif;
}
@font-face {
    font-family: 'HuwiyaArabic';
    src: url('/assets/fonts/itfHuwiyaArabic-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
/* Global force to override any vendor rules */
html, body, * {
  font-family: 'HuwiyaArabic', sans-serif !important;
}
