/**
 * Product pages: Bold only needed on desktop titles/UI.
 * Wrapped in min-width so mobile never downloads/applies Bold (CLS/FOIT).
 */
@media (min-width: 768px) {
  @font-face {
    font-family: Yekan;
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src:
      url(../fonts/woff2/YekanBakh-Bold.woff2) format("woff2"),
      url(../fonts/woff/YekanBakh-Bold.woff) format("woff");
  }
}
