@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Tajawal';
  src: url('../fonts/Tajawal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

/* Global typography override */
body, html, div, span, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', sans-serif !important;
}

/* Pricing blocks (WPTE and custom) */
.trip-price,
.trip-summary-price,
.wpte-price-tag {
  font-family: 'Tajawal', sans-serif !important;
}
