/*
Theme Name: Astra Child Fixed
Template: astra
*/

body, html {
    font-family: 'Tajawal', sans-serif;
}

/* ✅ تخصيصات التصميم */
.featured-image-default {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 628;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .featured-image-default {
    margin-bottom: 20px;
  }
}
.site-content {
  min-height: 100vh;
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', sans-serif !important;
}