/*
Theme Name: CiyaShop

Adding support for language 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

*/

/* Strat Bootstrap RTL */

/*!
 * Standard RTL for Bootstrap 4.0.0-alpha.6.1  (http://parsmizban.com)
 * Copyright (c) 2017 Farhad Sakhaei
 * Licensed under MIT (https://github.com/parsmizban/RTL-Bootstrap/blob/master/LICENSE)
 */

@font-face {
	font-family: dana;
	font-style: normal;
	font-weight: 500;
	src: url('fonts/dana-regular.woff') format('woff');
}
body {	font-family: dana!important;
	font-style:normal !important;
	font-weight:normal !important;
        letter-spacing:0 !important;
}
h1,h2,h3,h4,h5,h6,.section-title h3{
font-family: dana;
}
a,li a,p,pre,p h1,p h2,p h3,p h4,p h5,span{
font-family: dana;
}

html {
  font-family: dana;
}

button,
input,
optgroup,
select,
textarea {
  font-family: dana, sans-serif;
}
