@font-face {
  font-family: Yekan1;
  src: url("/Font/Yekan-Bakh-FaNum-04-Regular.woff");
}
@font-face {
  font-family: Yekan2;
  src: url("/Font/Yekan-Bakh-FaNum-05-Medium.woff");
}
@font-face {
  font-family: Yekan3;
  src: url("/Font/Yekan-Bakh-FaNum-06-Bold.woff");
}
@font-face {
  font-family: Yekan4;
  src: url("/Font/Yekan-Bakh-FaNum-07-Heavy.woff");
}
@font-face {
  font-family: Yekan5;
  src: url("/Font/Yekan-Bakh-FaNum-08-Fat.woff");
}


body
{
 font-family: Yekan2;
 direction: rtl;
 /*font-size: 40px;*/
}

h1
{
  font-family: Yekan4;
}

:fullscreen {
  background-color: white;
}
.theme-l5 {color:#000 !important; background-color:#f9f9f9 !important}
.theme-l4 {color:#000 !important; background-color:#ececec !important}
.theme-l3 {color:#000 !important; background-color:#d8d8d8 !important}
.theme-l2 {color:#000 !important; background-color:#c5c5c5 !important}
.theme-l1 {color:#000 !important; background-color:#b1b1b1 !important}
.theme-d1 {color:#fff !important; background-color:#8e8e8e !important}
.theme-d2 {color:#fff !important; background-color:#7e7e7e !important}
.theme-d3 {color:#fff !important; background-color:#6f6f6f !important}
.theme-d4 {color:#fff !important; background-color:#5f5f5f !important}
.theme-d5 {color:#fff !important; background-color:#4f4f4f !important}

.theme-light {color:#000 !important; background-color:#f9f9f9 !important}
.theme-dark {color:#fff !important; background-color:#4f4f4f !important}
.theme-action {color:#fff !important; background-color:#4f4f4f !important}

.theme {color:#fff !important; background-color:#9e9e9e !important}
.text-theme {color:#9e9e9e !important}
.border-theme {border-color:#9e9e9e !important}

.hover-theme:hover {color:#fff !important; background-color:#9e9e9e !important}
.hover-text-theme:hover {color:#9e9e9e !important}
.hover-border-theme:hover {border-color:#9e9e9e !important}
@media print {
  #Screen {
    display: none;
  }
 article{
  display: block;
 }
}

@media screen {
  article {
    display: none;

  }
}