@import url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.003/Vazirmatn-font-face.css');

:root {
  --brand: #0b3d5c;
  --accent: #f0a500;
  --bg: #f7f9fc;
}
html, body {
  font-family: Vazirmatn, Tahoma, system-ui, sans-serif !important;
  background: var(--bg);
  color: #1a1a1a;
}
.navbar-brand, h1, h2, h3, h4, h5, .btn, .card-title {
  font-family: Vazirmatn, Tahoma, sans-serif !important;
}
.price-old {
  text-decoration: line-through;
  color: #888;
  font-size: 1rem;
}
.price-new {
  color: #0b3d5c;
  font-weight: 700;
  font-size: 1.5rem;
}
.user-tip {
  background: #f0f7fb;
  border: 1px solid #d5e8f3;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 1.25rem;
  font-size: .92rem;
  line-height: 1.75;
  color: #2c4a5e;
}
.site-footer {
  background: #0b3d5c;
  color: #c5d5e0;
}
.site-footer a { color: #fff; }
