@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}


body {
  font-family: 'Vazirmatn', Tahoma, Arial, sans-serif;
  direction: rtl;
  text-align: right;
  line-height: 1.8;
  direction: rtl;
  margin: 0;
  padding: 0 1rem;
  background: #f9f9f9;
  color: #222;
}


header {
  background: #003366;
  color: white;
  padding: 1rem;
  border-radius: 0 0 12px 12px;
}
header h1 a {
  color: white;
  text-decoration: none;
}
nav a {
  color: #ffd700;
  margin: 0 0.5rem;
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}
main {
  margin: 2rem auto;
  max-width: 900px;
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  background: #eee;
  margin-top: 2rem;
  border-radius: 12px 12px 0 0;
}



h1, h2, h3, h4, h5 {
  font-family: 'Vazirmatn', Tahoma, sans-serif;
  font-weight: 700;
}


