.h1 {
  font-size: 26px;
  font-weight: bold;
  color: #1a202c; /* خاکستری تیره */
  
}

.h2 {
  font-size: 22px;
  font-weight: 600;
  color: #2d3748; /* خاکستری متوسط */
  
}

.h3 {
  font-size: 20px;
  font-weight: 500;
  color: #4a5568; /* خاکستری روشن‌تر */
  
}
