:root {
    /* --- Brand Colors --- */
    --primary-color: #079992;
    --primary-dark: #056d68;
    --primary-light: #38ada9;

    --secondary-color: #f39c12;
    --secondary-hover: #d68910;

    --success-color: #27ae60;
    --danger-color: #e74c3c;
    --warning-color: #f39c12;

    /* --- Neutral Colors --- */
    --text-dark: #2c3e50;
    --text-medium: #6c757d;
    --text-light: #ffffff;

    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --bg-dark: #2c3e50;

    --border-color: #e9ecef;

    /* --- Typography --- */
    --font-family: 'Vazirmatn FD', 'Vazirmatn', sans-serif;

    /* --- Spacing & Layout --- */
    --container-width: 1200px;
    --header-height: 80px;

    /* --- Effects --- */
    --shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 8px 15px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 15px 30px rgba(0, 0, 0, 0.15);

    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
}