/*
Theme Name: Cloud Me
Description: Adds support for languages written in a Right To Left (RTL) direction.
It's easy, just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.

See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/

/**
 * 1.0 Reset
 */

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

caption,
th,
td {
    text-align: right;
}
 @font-face {
     font-family: 'yekan';
      src:url(fonts/IRANSansWebeot?#) format('eot'),
       url(fonts/IRANSansWeb.ttf) format('ttf'),
        url(fonts/IRANSansWeb.woff) format('woff');
    }

a {
    text-decoration: none;
    font-family: 'yekan' !important;
}
li {
    list-style: none;
}
 button {
     font-family: 'yekan';
 }
 label {
     font-family: 'yekan';
 }
 p{
        font-family: 'yekan';

 }
 h1,h2,h3,h4,h5,h6 {
                    font-family: 'yekan' !important;

 }
 a {
   font-family: 'yekan'!important;
 }

  div {
       font-family: 'yekan' !important;
  }
input {
     font-family: 'yekan' !important;
}
span { font-family: 'yekan' ;}
b { font-family: 'yekan' !important;}
