
/**
* Theme Name: Hayley Raymond Child
* Description: Adds support for languages written in a Right To Left (RTL) direction.
* Author: Ayoob
* Template: hayley-raymond
* Version: 1.0
* See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/




@import url("https://use.typekit.net/nli6loa.css");

.rtl h1{font-family:"GEDinarOne-Medium" !important; }
.rtl .elementor-heading-title{font-family: "noto-sans-arabic", sans-serif; }

.rtl .vlt-navbar .vlt-navbar-logo h2{font-family: "noto-sans-arabic", sans-serif; }


 body, p, span, a, h1, h2, h3, h4, h5, h6{
  	font-family: "noto-sans-arabic", sans-serif;
}

.rtl p{font-weight: normal;}


