@import url('https://fonts.googleapis.com/css2?family=Cairo');

h1, h2, h3, h4, h5, h6, p , div , a ,samll , input {
    font-family: 'Cairo', sans-serif !important;
}

input {
text-align:right;
}
textarea{
text-align:right;
}
select:first-child{
  text-indent: 2%;
  direction: rtl;
  padding-right: 7px;
}

@media only screen and (max-width: 500px) {
	html .lauriel-body {
		font-family: 'Cairo', sans-serif !important;
	}
}