/*
Theme Name: Abtheme

Adding support for languages written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

https://codex.wordpress.org/Right-to-Left_Language_Support
*/

body {
    direction: rtl;
    unicode-bidi: embed;
}

.cms-slider-title.cms-heading.font-600.empty-none.animated.fadeInLeft {
    font-family: 'Cairo'!important;
}

.cms-title.heading.text-21.font-500.text-white.mt-n7.pb-20.empty-none {
	  font-family: 'Cairo'!important;
}

.cms-counter-title.cms-heading.text-17 {
	 font-family: 'Cairo'!important;
}

.cms-ttmn--name.cms-heading.text-heading.text-18.mt-n7.empty-none{
	font-family: 'Cairo'!important;
}

.cms-ttmn-desc.heading.font-500.text-25.text-heading.empty-none{
	font-family: 'Cairo'!important;
}

.cms-counter-title.cms-heading.text-body.text-19.empty-none {
	font-family: 'Cairo'!important;
}
