html,
body {
    font-family: 'Tajawal', sans-serif;
}

button,
input,
select,
textarea,
.btn,
a,
p,
h1, h2, h3, h4, h5, h6,
label,
li,
td,
th,
div,
span {
    font-family: 'Tajawal', sans-serif;
}


.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.bi,
[class^="bi-"],
[class*=" bi-"] {
    font-family: "bootstrap-icons" !important;
}


* {
    -webkit-tap-highlight-color: transparent;
}

button:focus,
a:focus,
input:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}
