* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'VazirFont', Tahoma !important;  /* همه جا */
}

@font-face {
    font-family: 'VazirFont';  /* ← یک نام ثابت */
    src: url("./Vazirmatn-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}

body {
    direction: rtl;
    background: #205791;
    font-family: 'VazirFont', Tahoma !important;
}

h1, h2, h3, p, a, button, input, .header h1, 
.menu-buttons a, .rimit-btn, .hollow-btn {
    font-family: 'VazirFont' !important;
}

/* بقیه استایل‌های خودت... */
.soulsbaz-notice {
  width: 100%;
  background-color: #111; /* اگر رنگ هدر چیز دیگه‌ایه، اینو عوض کن */
  color: #f1f1f1;
  padding: 8px 15px;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.soulsbaz-notice strong {
  color: #ff4d4d; /* برای جلب توجه "آپدیت جدید" */
  margin-left: 6px;
}

.soulsbaz-notice a {
  color: #4da6ff;
  text-decoration: none;
}

.soulsbaz-notice a:hover {
  text-decoration: underline;
}

.notice-thanks {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.85;
}
