/* Import Almarai font */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/* Import Font Awesome 6 (Free) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css');

/* Apply Almarai globally */
body,
.layout-main,
.layout-main-section,
.page-container,
.navbar,
.sidebar,
.form-control,
.btn,
input,
select,
textarea,
table,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a,
li,
label {
    font-family: 'Almarai', sans-serif !important;
}

/* Don't override Font Awesome icons! */
.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
i[class*="fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

/* Arabic / RTL */
[lang="ar"],
html[dir="rtl"] body {
    font-family: 'Almarai', sans-serif !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-family: 'Almarai', sans-serif !important;
    font-weight: 700;
}