/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

html[lang="ar"] body {
   font-family: 'Almarai', sans-serif !important;
}
html[lang="ar"] p {
   font-family: 'Almarai', sans-serif !important;
}
html[lang="ar"] a {
   font-family: 'Almarai', sans-serif !important;
}
html[lang="ar"] h1,h2,h3,h4,h5,h6 {
   font-family: 'Almarai', sans-serif !important;
}
html[lang="ar"] input {
   font-family: 'Almarai', sans-serif !important;
}
html[lang="ar"] rs-layer {
   font-family: 'Almarai', sans-serif !important;
}
.ltr { 
	direction: initial !important;
}
