@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../media/fonts/IRANSansWeb_Bold.eot?") format("eot"), url("../media/fonts/IRANSansWeb_Bold.woff2") format("woff2"), url("../media/fonts/IRANSansWeb_Bold.woff") format("woff"), url("../media/fonts/IRANSansWeb_Bold.ttf") format("truetype"), url("../media/fonts/IRANSansWeb_Bold.svg#IRANSans") format("svg")
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../media/fonts/IRANSansWeb_Light.eot?") format("eot"), url("../media/fonts/IRANSansWeb_Light.woff2") format("woff2"), url("../media/fonts/IRANSansWeb_Light.woff") format("woff"), url("../media/fonts/IRANSansWeb_Light.ttf") format("truetype"), url("../media/fonts/IRANSansWeb_Light.svg#IRANSans") format("svg")
}
@font-face {
  font-family: 'TYPOGRAPH1';
  src: url('../media/fonts/TYPOGRAPHPRO-UltraLight.woff2') format('woff2'),
      url('../media/fonts/TYPOGRAPHPRO-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TYPOGRAPH2';
  src: url('../media/fonts/TYPOGRAPHPRO-Light.woff2') format('woff2'),
      url('../media/fonts/TYPOGRAPHPRO-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "IRANSans";
}
.ltr , .money{
  direction: ltr;
  text-align: left;
}
.box-icon {
  width: 96px;
  height: 96px;
  margin-bottom: 0.5rem;;
}
.text-bg-w1 {
  color: #8eb95f !important;
  background-color: #E4F1AC !important;
}
.text-bg-w2 {
  color: #c08d4f !important;
  background-color: #FAF1E6 !important;
}
.text-bg-w3 {
  color: #b8ad4f !important;
  background-color: #FFF9BF !important;
}
.text-bg-w4 {
  color: #539eb3 !important;
  background-color: #D4F6FF !important;
}
.text-bg-w5 {
  color: #BE5985 !important;
  background-color: #FFEDFA !important;
}
.text-bg-w6 {
  color: #a79721 !important;
  background-color: #FBF3B9 !important;
}
.text-bg-w7 {
  color: #a7a48a !important;
  background-color: #faf7dd !important;
}
.text-bg-w8 {
  color: #FFF7F1 !important;
  background-color: #B3A398 !important;
}
.desktop-table { display: table; width: 100%; }
.mobile-cards { display: none; }
@media (max-width: 768px) {
    .desktop-table { display: none; }
    .mobile-cards { display: block; }
    .item-card {
        border: 1px solid #e0e0e0; border-radius: 8px;
        margin-bottom: 1rem; box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }
}
