@font-face {
    font-family: 'DINNextLTPro';
    src: url('/fonts/DINNextLTPro/DINNextLTPro-Regular.woff2') format('woff2'),
    url('/fonts/DINNextLTPro/DINNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTPro';
    src: url('/fonts/DINNextLTPro/DINNextLTPro-Bold.woff2') format('woff2'),
    url('/fonts/DINNextLTPro/DINNextLTPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTPro';
    src: url('/fonts/DINNextLTPro/DINNextLTPro-Light.woff2') format('woff2'),
    url('/fonts/DINNextLTPro/DINNextLTPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTPro';
    src: url('/fonts/DINNextLTPro/DINNextLTPro-Medium.woff2') format('woff2'),
    url('/fonts/DINNextLTPro/DINNextLTPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neo Sans Arabic';
    src: url('/fonts/NeoSansArabic/NeoSansArabic-Bold.woff2') format('woff2'),
    url('/fonts/NeoSansArabic/NeoSansArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Arabic';
    src: url('/fonts/NeoSansArabic/NeoSansArabic.woff2') format('woff2'),
    url('/fonts/NeoSansArabic/NeoSansArabic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neo Sans Arabic';
    src: url('/fonts/NeoSansArabic/NeoSansArabic-Light.woff2') format('woff2'),
    url('/fonts/NeoSansArabic/NeoSansArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.rtl {
    font-family: 'Neo Sans Arabic', serif;
    direction:rtl;
}
