/* Reusable box layout for sections */
.aaaid-box {
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075);
  font-family: 'DINNextArabic', sans-serif;
}

/* Padding for all sections */
.aaaid-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Section headings */
.aaaid-section h2 {
  color: #198754;
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Optional subtitle */
.aaaid-subtitle {
  text-align: center;
  color: #6c757d;
  margin-bottom: 1.5rem;
}

/* Bold numbered list */
.list-group-numbered > .list-group-item::before {
  font-weight: bold;
}

body {
  font-family: 'DINNextArabic', sans-serif;
  direction: rtl;
}


@font-face {
  font-family: 'DINNextArabic';
  src: url('../assets/fonts/DINNextArabic-REGULAR.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

