/*Write your custom css in this file.*/

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

/* Set Almarai as the default font for the entire application */
body, html, h1, h2, h3, h4, h5, h6, p, span, div, a, button, input, select, textarea, table, .dropdown-menu, .modal, .alert, .badge, .label, .nav, .sidebar-menu, .panel, .card {
    font-family: 'Almarai', sans-serif !important;
}

