﻿:root {
    /* צבעי מותג ודגשים */
    --brand-primary: #d2122e; /* האדום המרכזי */
    --brand-hover: #b00f26;
    --brand-shadow: rgba(210, 18, 46, 0.15);
    --brand-shadow-heavy: rgba(210, 18, 46, 0.5);
    --brand-light: rgba(231, 76, 60, 0.1);
    /* צבעי טקסט */
    --text-main: #666666;
    --text-muted: #aaaaaa;
    --text-white: #ffffff;
    --text-success: #155724;
    --text-pending: #856404;
    --text-info: #0c5460;
    /* רקעים */
    --bg-body: #f5f5f5;
    --bg-card: #ffffff;
    --bg-sidebar: #2c2c2c;
    --bg-sidebar-hover: #3a3a3a;
    --bg-table-hover: #f8f9fa;
    --bg-input: #f0f0f0;
    /* סטטוסים וטבלאות */
    --status-success: #d4edda;
    --status-pending: #fff3cd;
    --status-info: #d1ecf1;
    --amount-color: #27ae60;
    --border-color: #dddddd;
    --border-light: #f0f0f0;
    --row-even: #f8f9fa;
    --column-highlight: #fff9e6;
    /* רדיוסים וצללים כלליים */
    --radius-lg: 12px;
    --radius-md: 8px;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
}
