/* =========================================================
   ARABIC LOCALE
========================================================= */

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

@font-face {
    font-family: 'Rubik';
    src: url('/fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html[dir="rtl"],
html[dir="rtl"] body {
    font-family: 'Rubik', sans-serif;
}