/* Rasa Ecosystem — site fonts */

@font-face {
  font-family: "RasaYekan";
  src: url("../fonts/yekan/IRANYekanX-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RasaYekan";
  src: url("../fonts/yekan/IRANYekanX-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RasaYekan";
  src: url("../fonts/yekan/IRANYekanX-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RasaYekan";
  src: url("../fonts/yekan/IRANYekanX-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "RasaVazir";
  src: url("../fonts/vazir/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RasaVazir";
  src: url("../fonts/vazir/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RasaVazir";
  src: url("../fonts/vazir/Vazirmatn-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RasaVazir";
  src: url("../fonts/vazir/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Frontend / modals → Yekan */
.rasa-auth-root,
.rasa-auth-overlay,
.rasa-buy-overlay,
.rasa-buy-btn,
.rasa-account,
.rasa-thankyou,
.rasa-page-shell,
.rasa-eco,
#rasa-account-root,
#rasa-thankyou-root {
  font-family: "RasaYekan", "IRANYekanX", Tahoma, sans-serif !important;
}

/* Admin dashboard → Vazir */
.rasa-eco-admin,
.rasa-eco-admin * {
  font-family: "RasaVazir", "Vazirmatn", Tahoma, sans-serif !important;
}
