/*
 * Custom RTL overrides.
 * This file is loaded after the theme RTL styles when WordPress is in RTL mode.
 */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body.rtl {
    direction: rtl;
}

body.rtl,
body.rtl ul,
body.rtl li,
body.rtl h1,
body.rtl h2,
body.rtl h3,
body.rtl h4,
body.rtl h5,
body.rtl h6,
body.rtl li a,
body.rtl button,
body.rtl input,
body.rtl select,
body.rtl textarea {
    font-family: "Tajawal", Sans-serif !important;
}
