/*
 Theme Name:   aed213 Child
 Theme URI:    https://aed213.com/
 Description:  Child theme for Astra — customizations for aed213.com
 Author:       aed213
 Template:     astra
 Version:      1.0.0
 Text Domain:  aed213-child
*/

/* ====== Global / RTL basics ====== */
:root{
    -accent: #0a6fbf;
    -muted: #6c757d;
    -text: #222;
    -bg: #ffffff;
}

html, body { direction: rtl; unicode-bidi: embed; }
body {
    font-family: "Vazir", "IRANSans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: var(--text);
    background: var(--bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Simple color and spacing helpers (ویرایش کنید) */
.site-header { background: var(--accent); color: #fff; }
.site-title a { color: #fff; text-decoration: none; }
.site-main { padding: 1rem; max-width: 1100px; margin: 0 auto; }

/* نمونه سفارشی‌سازی عناصر بلاکی */
.entry-header .entry-title { font-size: 1.3rem; margin-bottom: 0.5rem; }
.entry-content { line-height: 1.7; }

/*
 اگر CSS شما اعمال نشد:
 ۱) بررسی کنید functions.php فایل را درست اضافه کرده‌ایم و style.css بعد از parent load می‌شود.
 ۲) کش مرورگر/پلاگین را خالی کنید.
 */
