/* Iranyekan Font Definitions */
@font-face {
  font-family: "Iranyekan";
  src: url("../myfonts/iranyekan/woff/IRANYekanX-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Iranyekan";
  src: url("../myfonts/iranyekan/woff/IRANYekanX-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Iranyekan";
  src: url("../myfonts/iranyekan/woff/IRANYekanX-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Iranyekan";
  src: url("../myfonts/iranyekan/woff/IRANYekanX-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* Dastnevis (IranSansDN) Font Definitions */
@font-face {
  font-family: "Dastnevis";
  src: url("../myfonts/dastnevis/fonts/woff/iransansdn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Dastnevis";
  src: url("../myfonts/dastnevis/fonts/woff/iransansdnbold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Dastnevis";
  src: url("../myfonts/dastnevis/fonts/woff/iransansdnlight.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Apply Iranyekan to Headings and Titles */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-title,
.block-title,
.title,
.product-title,
.product-title a,
.modal-title,
.card-title,
.page-title span{
  font-family: "Iranyekan", sans-serif !important;
}

/* Apply Dastnevis to Body and General Text */
body,
p,
span,
div,
a,
li,
input,
textarea,
select,
button,
.btn {
  font-family: "Dastnevis", sans-serif;
}
p, p span{
  font-family: "Dastnevis", sans-serif!important;
}

/* Apply Iranyekan with Farsi Numerals to Prices */
.product-price,
.price,
.current-price,
.regular-price,
.product-price-and-shipping,
.cart-summary-line .value {
  font-family: "Iranyekan", sans-serif !important;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}