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

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

*,
*::before,
*::after {
    font-family: inherit !important;
}

* {
    font-family: inherit !important;
}
