/**
 * Non-critical Yekan weights — enqueued non-blocking so they stay off the
 * critical request chain. Regular (400) stays in style.css / product-critical.
 */

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url(../fonts/woff2/YekanBakh-Bold.woff2) format("woff2"),
    url(../fonts/woff/YekanBakh-Bold.woff) format("woff");
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src:
    url(../fonts/woff2/YekanBakh-Thin.woff2) format("woff2"),
    url(../fonts/woff/YekanBakh-Thin.woff) format("woff");
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url(../fonts/woff2/YekanBakh-Light.woff2) format("woff2"),
    url(../fonts/woff/YekanBakh-Light.woff) format("woff");
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url(../fonts/woff2/YekanBakh-SemiBold.woff2) format("woff2"),
    url(../fonts/woff/YekanBakh-SemiBold.woff) format("woff");
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src:
    url(../fonts/woff2/YekanBakh-Black.woff2) format("woff2"),
    url(../fonts/woff/YekanBakh-Black.woff) format("woff");
}

@font-face {
  font-family: Yekan;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src:
    url(../fonts/woff2/YekanBakh-ExtraBlack.woff2) format("woff2"),
    url(../fonts/woff/YekanBakh-ExtraBlack.woff) format("woff");
}
