/* Global font assignment */
html,
body {
  font-family: 'Tajawal', sans-serif;
}

/* Ensure headings and bold text use Tajawal */
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
.font-bold,
.font-black {
  font-family: 'Tajawal', sans-serif !important;
}