@font-face {
    font-family: 'Shahin Lalezar';
    src: url('/static/fonts/lalezar/Lalezar-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shahin Noto Sans Arabic';
    src: url('/static/fonts/noto-sans-arabic/NotoSansArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shahin Noto Sans Arabic';
    src: url('/static/fonts/noto-sans-arabic/NotoSansArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shahin Noto Sans Arabic';
    src: url('/static/fonts/noto-sans-arabic/NotoSansArabic-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shahin Noto Sans Arabic';
    src: url('/static/fonts/noto-sans-arabic/NotoSansArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shahin Scheherazade New';
    src: url('/static/fonts/scheherazade-new/ScheherazadeNew-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shahin Scheherazade New';
    src: url('/static/fonts/scheherazade-new/ScheherazadeNew-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
