/* Custom CSS for font override */
* {
    font-family: 'Tajawal', sans-serif !important;
}

html, body, 
input, button, select, textarea, 
h1, h2, h3, h4, h5, h6, p, span, div, a, label {
    font-family: 'Tajawal', sans-serif !important;
}
