@font-face {
    font-family: 'Lalezar';
    src: url('../fonts/Sahel-Bold-FD.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Sahel-FD.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Naskh Arabic';
    src: url('../fonts/Sahel-FD.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    font-family: 'Lalezar', Tahoma, Arial, sans-serif !important;
}

.card-title,
.section-title,
h1,
h2,
h3 {
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
}
