/*
Theme Name: Aitadal Urdu News V2
Theme URI: https://aitadal.com.pk
Author: Zaeem Insha
Author URI: https://aitadal.com.pk
Description: A modern, lightweight and Google Discover optimized Urdu newspaper theme built for Aitadal. Designed for high readability, Core Web Vitals, SEO and responsive news publishing.
Version: 2.0.0
Requires at least: 6.8
Tested up to: 6.9
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aitadal-urdu-news-v2
Tags: news, newspaper, blog, rtl-language-support, featured-images, editor-style, custom-logo, custom-menu, threaded-comments, translation-ready
*/

/* ======================================================
   Aitadal Urdu News V2

   NOTE:
   This file intentionally contains only the theme header
   and a very small set of global rules.

   All styling is loaded from:

   /assets/css/main.css

====================================================== */


/* ---------- CSS Variables ---------- */

:root{

    --primary:#C40018;

    --primary-dark:#9E0013;

    --secondary:#111111;

    --text:#202124;

    --light-text:#666666;

    --border:#ECECEC;

    --bg:#ffffff;

    --container:1240px;

    --article:760px;

    --radius:12px;

}


/* ---------- Reset ---------- */

*{

    margin:0;

    padding:0;

    box-sizing:border-box;

}


html{

    scroll-behavior:smooth;

}


body{

    background:#fff;

    color:var(--text);

    direction:rtl;

    text-align:right;

    overflow-x:hidden;

    -webkit-font-smoothing:antialiased;

    -moz-osx-font-smoothing:grayscale;

}


/* Images */

img{

    max-width:100%;

    height:auto;

    display:block;

}


/* Links */

a{

    color:inherit;

    text-decoration:none;

    transition:.25s;

}


/* Lists */

ul{

    list-style:none;

}


/* Tables */

table{

    border-collapse:collapse;

    width:100%;

}


/* WordPress Alignment */

.aligncenter{

    display:block;

    margin:auto;

}

.alignleft{

    float:left;

    margin-left:0;

    margin-right:25px;

}

.alignright{

    float:right;

    margin-right:0;

    margin-left:25px;

}


/* Screen Reader */

.screen-reader-text{

    position:absolute;

    left:-9999px;

}


/* Selection */

::selection{

    background:#C40018;

    color:#fff;

}