/* ===============================
   Urdu Global Styles (scoped to <main>)
   =============================== */

/* Base Urdu Body */
body {
    font-family: 'Jameel Noori Nastaleeq', serif;
    direction: rtl; /* Right-to-left layout */
    text-align: right;
}

/* Headings (H1–H6 inside <main>) */
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    font-family: 'Jameel Noori Nastaleeq', serif;
    line-height: 1.8;
    word-spacing: 2px;
    margin-bottom: 1rem;
}

main h1 { font-size: 3rem !important; }
main h2 { font-size: 2.5rem !important; }
main h3 { font-size: 2rem !important; }
main h4 { font-size: 1.75rem !important; }
main h5 { font-size: 1.5rem !important; }
main h6 { font-size: 1.25rem !important; }

/* Paragraphs */
main p {
    font-size: 1.5rem !important;
    line-height: 1.8;
    word-spacing: 2px;
}

main div {
    font-size: 1.5rem !important;
    line-height: 1.8;
    word-spacing: 2px;
    
}

/* Lists */
main ul,
main ol {
    
}

main li {
    font-size: 1.5rem !important;
    line-height: 1.8;
    word-spacing: 2px;
    
}

/* Inline text */
main span,
main strong,
main em {
    font-size: 1.5rem !important;
    line-height: 1.8;
    word-spacing: 2px;
}

/* Links */
main a {
    font-size: 1.5rem !important;
    line-height: 1.8;
    word-spacing: 2px;
}

/* Buttons */
main button,
main input[type="button"],
main input[type="submit"],
main .button {
    font-family: 'Jameel Noori Nastaleeq', serif;
    font-size: 1.25rem !important;
    line-height: 1.5;
    word-spacing: 2px;
}

/* Blockquotes */
main blockquote {
    font-size: 1.5rem;
    line-height: 1.8;
    word-spacing: 2px;
    
}

/* Tables */
main table {
    
    font-size: 1.4rem;
}

main table th,
main table td {
    
}

/* Forms */
main input,
main select,
main textarea {
    font-family: 'Jameel Noori Nastaleeq', serif;
    font-size: 1.25rem;
    line-height: 1.6;
    word-spacing: 2px;
}

/* Override classes (manual usage) */
.urdu-noto {
    font-family: 'Noto Nastaliq Urdu', serif !important;
}

.urdu-jameel {
    font-family: 'Jameel Noori Nastaleeq', serif !important;
}
