body.theme-somon {
    background: #F7B7A3 !important;
    color: #7C1034 !important;
}

.card, .modal-content, .stats-card, .toast, .toast-header {
    background: #F7B7A3 !important;
    color: #7C1034 !important;
    border: none !important;
}

.month-card {
    background: #F7B7A3 !important;
    border: 2px solid #7C1034 !important;
    color: #7C1034 !important;
}

.month-card .month-title {
    background: #7C1034 !important;
    color: #F7B7A3 !important;
    border-radius: 12px 12px 0 0 !important;
}

.month-card .data-row .label {
    color: #7C1034 !important;
    border-bottom: 2px solid #7C1034 !important;
}

.month-card .data-row .value {
    color: #7C1034 !important;
}

.btn, .btn-primary, .btn-outline-primary, .btn-success, .btn-secondary {
    background: #7C1034 !important;
    color: #F7B7A3 !important;
    border: none !important;
}

.btn:hover, .btn:focus {
    background: #7C1034 !important;
    color: #F7B7A3 !important;
}

.form-control, .form-select {
    background: #F7B7A3 !important;
    color: #7C1034 !important;
    border: 1px solid #7C1034 !important;
}

.form-label {
    color: #7C1034 !important;
}

.table, .table th, .table td {
    background: #F7B7A3 !important;
    color: #7C1034 !important;
    border-color: #7C1034 !important;
} 