/* Add styles for expense and income amounts */
.expense-amount {
    color: #e53935; /* Red color for expenses */
    font-weight: 500;
}

.income-amount {
    color: #43a047; /* Green color for income */
    font-weight: 500;
} 