/*
Theme Name: Urdu Coverage Custom Portal Engine
Author: Urdu Coverage Team
Version: 1.0.0
Description: Ultimate High-Speed Custom Mega-Portal Framework for Shairi, Islam, News, Jobs, and Education.
License: GNU General Public License v2 or later
*/

/* Universal Reset: Forces 100% Absolute Right-to-Left Posture Site-Wide */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    direction: rtl !important;
    text-align: right !important;
    background-color: #f7f9fa;
    color: #2d3748;
    /* Clean, flat system Naskh rendering base matching premium news portals */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}
