@import url('https://fonts.googleapis.com/css2?family=Playwrite+DK+Loopet:wght@100..400&display=swap');


@font-face {
    font-family: 'DINNextLTArabic';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/tenant/DINNextLTArabic.ttf') format('opentype');

}

@font-face {
    font-family: 'IBMPlexArabic';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('fonts/tenant/IBMPlexArabic.ttf') format('opentype');

}

@font-face {
    font-family: 'Arshid';
    src: url('Arshid.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:dir(rtl) {
    font-family: "Arshid","DINNextLTArabic";
}

:dir(ltr) {
    font-family: "Arshid","IBMPlexArabic";
}
