@font-face {
  font-family: Yekan;
  src: url("/fonts/Yekan/Yekan.ttf");
}
@font-face {
  font-family: BalooBhaijaan2-Bold;
  src: url("/fonts/Baloo_Bhaijaan_2/BalooBhaijaan2-Bold.ttf");
}
@font-face {
  font-family: BalooBhaijaan2-ExtraBold;
  src: url("/fonts/Baloo_Bhaijaan_2/BalooBhaijaan2-ExtraBold.ttf");
}
@font-face {
  font-family: BalooBhaijaan2-Medium;
  src: url("/fonts/Baloo_Bhaijaan_2/BalooBhaijaan2-Medium.ttf");
}
@font-face {
  font-family: BalooBhaijaan2-Regular;
  src: url("/fonts/Baloo_Bhaijaan_2/BalooBhaijaan2-Regular.ttf");
}
@font-face {
  font-family: BalooBhaijaan2-SemiBold;
  src: url("/fonts/Baloo_Bhaijaan_2/BalooBhaijaan2-SemiBold.ttf");
}
@font-face {
  font-family: Vazirmatn-Black;
  src: url("/fonts/Vazirmatn/Vazirmatn-Black.ttf");
}
@font-face {
  font-family: Vazirmatn-Bold;
  src: url("/fonts/Vazirmatn/Vazirmatn-Bold.ttf");
}
@font-face {
  font-family: Vazirmatn-ExtraBold;
  src: url("/fonts/Vazirmatn/Vazirmatn-ExtraBold.ttf");
}
@font-face {
  font-family: Vazirmatn-ExtraLight;
  src: url("/fonts/Vazirmatn/Vazirmatn-ExtraLight.ttf");
}
@font-face {
  font-family: Vazirmatn-Light;
  src: url("/fonts/Vazirmatn/Vazirmatn-Light.ttf");
}
@font-face {
  font-family: Vazirmatn-Medium;
  src: url("/fonts/Vazirmatn/Vazirmatn-Medium.ttf");
}
@font-face {
  font-family: Vazirmatn-Regular;
  src: url("/fonts/Vazirmatn/Vazirmatn-Regular.ttf");
}
@font-face {
  font-family: Vazirmatn-SemiBold;
  src: url("/fonts/Vazirmatn/Vazirmatn-SemiBold.ttf");
}
@font-face {
  font-family: Vazirmatn-Thin;
  src: url("/fonts/Vazirmatn/Vazirmatn-Thin.ttf");
}
@font-face {
  font-family: Estedad-Black;
  src: url("/fonts/Estedad/Estedad-Black.ttf");
}
@font-face {
  font-family: Estedad-Bold;
  src: url("/fonts/Estedad/Estedad-Bold.ttf");
}
@font-face {
  font-family: Estedad-ExtraBold;
  src: url("/fonts/Estedad/Estedad-ExtraBold.ttf");
}
@font-face {
  font-family: Estedad-ExtraLight;
  src: url("/fonts/Estedad/Estedad-ExtraLight.ttf");
}
@font-face {
  font-family: Estedad-Light;
  src: url("/fonts/Estedad/Estedad-Light.ttf");
}
@font-face {
  font-family: Estedad-Medium;
  src: url("/fonts/Estedad/Estedad-Medium.ttf");
}
@font-face {
  font-family: Estedad-Regular;
  src: url("/fonts/Estedad/Estedad-Regular.ttf");
}
@font-face {
  font-family: Estedad-SemiBold;
  src: url("/fonts/Estedad/Estedad-SemiBold.ttf");
}
@font-face {
  font-family: Estedad-Thin;
  src: url("/fonts/Estedad/Estedad-Thin.ttf");
}

:root {
  --font-yekan: Yekan;
  --font-baloo-bold: BalooBhaijaan2-Bold;
  --font-baloo-extraBold: BalooBhaijaan2-ExtraBold;
  --font-baloo-medium: BalooBhaijaan2-Medium;
  --font-baloo-regular: BalooBhaijaan2-Regular;
  --font-baloo-semiBold: BalooBhaijaan2-SemiBold;
  --font-vazirmatn-black: Vazirmatn-Black;
  --font-vazirmatn-bold: Vazirmatn-Bold;
  --font-vazirmatn-extraBold: Vazirmatn-ExtraBold;
  --font-vazirmatn-extraLight: Vazirmatn-ExtraLight;
  --font-vazirmatn-light: Vazirmatn-Light;
  --font-vazirmatn-medium: Vazirmatn-Medium;
  --font-vazirmatn-regular: Vazirmatn-Regular;
  --font-vazirmatn-semiBold: Vazirmatn-SemiBold;
  --font-vazirmatn-thin: Vazirmatn-Thin;
  --font-estedad-black: Estedad-Black;
  --font-estedad-bold: Estedad-bold;
  --font-estedad-extraBold: Estedad-extraBold;
  --font-estedad-extraLight: Estedad-extraLight;
  --font-estedad-light: Estedad-light;
  --font-estedad-medium: Estedad-medium;
  --font-estedad-regular: Estedad-regular;
  --font-estedad-semiBold: Estedad-semiBold;
  --font-estedad-thin: Estedad-thin;
  --font-size-base: 0.9rem;
}

[dir="ltr"] body {
  font-family: var(--font-vazirmatn-black), sans-serif; /** (remove) this code after home template LTR , RTL fixed */
  font-size: var(--font-size-base);
}

[dir="rtl"] body {
  font-family: var(--font-vazirmatn-black), sans-serif;
  font-size: var(--font-size-base);
}
