/* ==========================================================================
   MASAIL WORLD - URDU & ARABIC TYPOGRAPHY SYSTEM
   Font Assets: Mehr Nastaliq Web 3, Al Mushaf, Al Qalam Quran Majeed, Naskh
   ========================================================================== */

/* Authentic Urdu Nastaliq Typography */
@font-face {
  font-family: 'Mehr Nastaliq Web 3';
  src: url('../webfonts/Mehr Nastaliq Web 3.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Mehr Nastaliq Web';
  src: url('../webfonts/Mehr Nastaliq Web 3.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Jameel Noori Nastaleeq';
  src: url('../webfonts/Mehr Nastaliq Web 3.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Noori Nastaliq';
  src: url('../webfonts/Mehr Nastaliq Web 3.ttf') format('truetype');
  font-display: swap;
}

/* Quranic Arabic Calligraphy Scripts */
@font-face {
  font-family: 'Al_Mushaf';
  src: url('../webfonts/Al_Mushaf.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Al_Qalam_Quran_Majeed_Web2_D';
  src: url('../webfonts/AlQalamQuranMajeedWeb2_D.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Al Qalam Quran Majeed Web2_D';
  src: url('../webfonts/AlQalamQuranMajeedWeb2_D.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Naskh Unicode';
  src: url('../webfonts/NASKH.TTF') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Trad Arabic Bold Unicode';
  src: url('../webfonts/NASKH.TTF') format('truetype');
  font-display: swap;
}

/* Base Nastaliq typography rule */
body, h1, h2, h3, h4, h5, h6, p, a, span, button, input, textarea, select {
  font-family: 'Mehr Nastaliq Web 3', 'Jameel Noori Nastaleeq', 'Noto Nastaliq Urdu', serif;
}
