/* Custom Fonts */
@font-face {
    font-family: 'Foundry Gridnik';
    src: url('../fonts/Foundry Gridnik/FoundryGridnik-Regular.woff2') format('woff2'),
         url('../fonts/Foundry Gridnik/FoundryGridnik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Foundry Gridnik';
    src: url('../fonts/Foundry Gridnik/FoundryGridnik-Bold.woff2') format('woff2'),
         url('../fonts/Foundry Gridnik/FoundryGridnik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../fonts/DIN Next LT Arabic/DINNextLTArabic-Light.woff2') format('woff2'),
         url('../fonts/DIN Next LT Arabic/DINNextLTArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Next LT Arabic';
    src: url('../fonts/DIN Next LT Arabic/DINNextLTArabic-Bold.woff2') format('woff2'),
         url('../fonts/DIN Next LT Arabic/DINNextLTArabic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html body {
    font-family: 'Foundry Gridnik' !important;
    direction: ltr;
}
html[lang="ar"] body {
    font-family: 'DIN Next LT Arabic' !important;
    direction: rtl;
}
