@font-face { font-family: 'IRANSansX'; src: url('../fonts/IRANSansWeb_Light.woff2') format('woff2'); font-weight: 300; }
@font-face { font-family: 'IRANSansX'; src: url('../fonts/IRANSansWeb.woff2') format('woff2'); font-weight: 400; }
@font-face { font-family: 'IRANSansX'; src: url('../fonts/IRANSansWeb_Medium.woff2') format('woff2'); font-weight: 500; }
@font-face { font-family: 'IRANSansX'; src: url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'); font-weight: 700; }

:root {
    /* پلت رنگی روز */
    --bg-color: #f8fafc;
    --surface-color: #ffffff;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --primary-navy: #0B132B;
    --primary-red: #E11D48;
    --border-color: #e2e8f0;
    
    --radius-lg: 16px;
    --radius-md: 10px;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* پلت رنگی شب (Dark Mode) */
body[data-theme="dark"] {
    --bg-color: #020617;
    --surface-color: #0f172a;
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --primary-navy: #334155;
    --border-color: #1e293b;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.4);
}