/*
Theme Name: NaftIran
Theme URI: https://example.com
Author: NaftIran Dev Team
Author URI: https://example.com
Description: Professional RTL Persian News Theme
Version: 1.0.0
Text Domain: NaftIran
Domain Path: /languages
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: rtl-language-support, news, blog, custom-logo, threaded-comments, translation-ready, editor-style
*/

:root{
    --primary:#a50000;
    --accent:#ffd700;
    --header-dark:#4a1212;
    --page-muted:#ececec;
    --secondary:#222222;
    --white:#ffffff;
    --border:#e5e5e5;
    --light:#f5f5f5;
    --shadow:0 2px 10px rgba(0,0,0,.05);
    --radius:10px;
    --transition:.3s ease;
    --font-thin:100;
    --font-light:300;
    --font-regular:400;
    --font-medium:500;
    --font-demibold:600;
    --font-bold:700;
    --font-heavy:800;
    --font-black:900;
}

html{
    direction:rtl;
    scroll-behavior:smooth;
}

body{
    margin:0;
    padding:0;
    background:var(--white);
    color:var(--secondary);
    font-family:var(--font-family);
    line-height:1.9;
    overflow-x:hidden;
}

*{
    box-sizing:border-box;
}

img{
    max-width:100%;
    height:auto;
}

a{
    text-decoration:none;
    color:inherit;
    transition:var(--transition);
}

.container{
    width:min(1320px,94%);
    margin:auto;
}

.screen-reader-text{
    position:absolute;
    left:-9999px;
}