/*
Theme Name: Hello Elementor - Tadayon Industrial Group
Theme URI: https://tadayon-group.com
Description: Dedicated Child Theme for Tadayon Industrial Group websites. Built with Elementor.
Author: Abedin Chaleshgar
Author URI: https://tadayon-group.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-tadayon
*/

/* ==========================================================================
   Design System Variables & Global Overrides
   ========================================================================== */

:root {
    /* Brand Colors */
    --color-primary: #19224d;     /* سرمه‌ای تیره - اولویت اول */
    --color-secondary: #1f4693;   /* آبی رویال - اولویت دوم */
    --color-accent: #526588;      /* طوسی-آبی ملایم - اولویت سوم */
    --color-dark: #0f172a;        /* مشکی غنی برای متن‌ها */
    --color-muted: #64748b;       /* طوسی متوسط برای متون فرعی و مرزها */
    --color-light: #f8fafc;       /* طوسی بسیار روشن برای پس‌زمینه بخش‌ها */
    --color-white: #ffffff;       /* سفید خالص */

    /* Typography & Hierarchy */
    --font-family-sans: "IRANSans", "Segoe UI", Tahoma, sans-serif;
    
    /* Layout Details */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 16px;
    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    --shadow-subtle: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.03);
}

/* اعمال فونت سراسری برای فرانت‌اند */
body, input, textarea, select, button {
    font-family: var(--font-family-sans) !important;
}
