@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

:root {
    --main-font-family: 'Tajawal', sans-serif;
}

* {
    font-family: var(--main-font-family) !important;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, 
a, button, input, textarea, select, option, label,
table, tr, td, th, ul, ol, li {
    font-family: var(--main-font-family) !important;
}

.btn, .form-control, .nav-link, .card, .dropdown-item {
    font-family: var(--main-font-family) !important;
}
