/* DiodrumArabic Regular */
@font-face {
    font-family: 'DiodrumArabic';
    src: url('DiodrumArabic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* DiodrumArabic Medium */
@font-face {
    font-family: 'DiodrumArabic';
    src: url('DiodrumArabic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* DiodrumArabic Bold */
@font-face {
    font-family: 'DiodrumArabic';
    src: url('DiodrumArabic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}