@font-face {
  font-family: yekan;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/persian/BYekan.eot');
  src: url('fonts/persian/BYekan.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
  url('fonts/persian/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('fonts/persian/BYekan.ttf') format('truetype');
}
@font-face {
  font-family: traffic;
  font-style: normal;
  font-weight: normal;
  src: url('fonts/persian/BTraffic.eot');
  src: url('fonts/persian/BTraffic.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
  url('fonts/persian/BTraffic.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
  url('fonts/persian/BTraffic.ttf') format('truetype');
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: rgba(0,0,0,0.2) 0 0 1px;
}

body{
  direction: rtl;
  font-family: yekan;
}

a,p,span,h1,h2,h3,h4,h5,h6{
  font-weight: normal !important;
}

md-list-item .md-list-item-inner>.md-list-item-inner>p, md-list-item .md-list-item-inner>p, md-list-item>.md-list-item-inner>p, md-list-item>p{
  text-align: right;
}

.table > tbody > tr > td {
  text-align: right;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  text-align: right;
}
