﻿body.food-theme {
    background-color: #fffdf7;
    color: #333;
    font-family: "Vazirmatn", "Segoe UI", sans-serif;
}

.navbar {
    background-color: #2e7d32 !important; /* سبز تازه */
}

.card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
}

.btn-primary {
    background-color: #ff7043; /* نارنجی اشتها‌آور */
    border-color: #ff7043;
}

.btn-primary:hover {
    background-color: #f4511e;
    border-color: #f4511e;
}

a {
    color: #2e7d32;
}

a:hover {
    color: #1b5e20;
}

.notyf__toast--success {
    background-color: #2e7d32 !important; /* سبز تازه */
    color: #fff !important;
}

.notyf__toast--error {
    background-color: #d32f2f !important; /* قرمز خطا */
    color: #fff !important;
}

.notyf__toast--warning {
    background-color: #ff7043 !important; /* نارنجی اشتها‌آور */
    color: #fff !important;
}

.notyf__toast--info {
    background-color: #0288d1 !important; /* آبی اطلاع */
    color: #fff !important;
}
