@font-face {
  font-family: "Vazirmatn";
  src: url("../fonts/Vazirmatn[wght].f6d31671339d.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body {
  font-family: "Vazirmatn", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

/* custom components */
.nav-pill {
  border-radius: 999px;
  padding: .4rem .7rem;
}



/* ===== price change flash (partner panel) ===== */

@keyframes n360FlashUp {
  0%   { color: #34d399; background: rgba(16,185,129,.18); }
  60%  { color: #34d399; background: rgba(16,185,129,.08); }
  100% { color: inherit; background: transparent; }
}

@keyframes n360FlashDown {
  0%   { color: #f87171; background: rgba(239,68,68,.18); }
  60%  { color: #f87171; background: rgba(239,68,68,.08); }
  100% { color: inherit; background: transparent; }
}

.price-change-up{
  color:#34d399 !important;
  border-radius: 10px;
  padding: 1px 6px;
  animation: n360FlashUp 1.6s ease-out;
}

.price-change-down{
  color:#f87171 !important;
  border-radius: 10px;
  padding: 1px 6px;
  animation: n360FlashDown 1.6s ease-out;
}
