
@font-face {
    font-family: 'Tajawal';
    src: url('public/aseets/fonts/Tajawal-Regular.ttf') format('truetype'),
         url('public/aseets/fonts/Tajawal-Bold.ttf') format('truetype'),
         url('public/aseets/fonts/Tajawal/Tajawal-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px; /* Adjust font size as needed */
    font-weight: bold; /* Makes the text bold */
    line-height: 1.6; /* Optional: Adjust line spacing for better readability */
}