/*
 * MarketsView typography.
 * Put licensed Yekan Bakh font files here if you own them:
 * /assets/fonts/yekan-bakh/YekanBakh-Regular.woff2
 * /assets/fonts/yekan-bakh/YekanBakh-Medium.woff2
 * /assets/fonts/yekan-bakh/YekanBakh-Bold.woff2
 */
@font-face {
  font-family: 'Yekan Bakh MV';
  src: url('../fonts/yekan-bakh/YekanBakh-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekan Bakh MV';
  src: url('../fonts/yekan-bakh/YekanBakh-Medium.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yekan Bakh MV';
  src: url('../fonts/yekan-bakh/YekanBakh-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
