/*
 Theme Name: Hello Elementor Nardong
 Theme URI: https://nardong.ir
 Description: Child theme for Nardong based on Hello Elementor.
 Author: Nardong
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: nardong
*/

/* اگر بعداً فونت را با @font-face لود کردی، فقط نام را اینجا نگه دار */
html {
    direction: rtl;
}

/* پایه‌ی کلی تایپوگرافی و جهت‌دهی */
body {
    font-family: "Iran Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #f9fafb;
    /* می‌تونی حذفش کنی اگر از المنتور پس‌زمینه می‌گذاری */
    color: #111827;
    margin: 0;
}

/* برای اطمینان از راست‌چین بودن محتوای اصلی المنتور */
body .site,
body .elementor,
body .elementor-section,
body .elementor-column,
body .elementor-widget {
    direction: rtl;
    text-align: right;
}

/* لینک‌ها – ساده نزدیک به استایل چت‌جی‌پی‌تی */
a {
    color: #10a37f;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

/* عناوین کمی پررنگ‌تر */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Iran Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #111827;
}