@font-face {
    font-family: 'Tajawal';
    src: url(../../assets/fonts/Tajawal-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Tajawal Bold';
    src: url(../../assets/fonts/Tajawal-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IBM Plex Sans Regular';
    src: url(../../assets/fonts/IBMPlexSansArabic-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'IBM Plex Sans Bold';
    src: url(../../assets/fonts/IBMPlexSansArabic-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}