body {
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
    background-color: #d3f8c4;
    background-image: linear-gradient(to bottom, #baf8a1, #e8fae2);
    color: #374151;
}
.menu-category-title {
    border-bottom: 2px solid #166534;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}
.menu-item {
    border-bottom: 1px dashed #A3E635;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
}
.menu-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.allergy-info-inline {
    font-size: 0.8rem;
    color: #DC2626;
    font-weight: 500;
}
.nav-link {
    transition: background-color 0.3s ease, color 0.3s ease;
}
.nav-link-desktop:hover {
    background-color: #65c98b;
    color: white;
}
 .nav-link-mobile:hover {
    background-color: #65c98b;
    color: white;
}
.section-title {
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #000000;
}
.card {
    background-color: white;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}
.card:hover {
    transform: translateY(-5px);
}
.price-label {
    font-size: 0.85rem;
    color: #4B5563;
}
.price-amount {
    font-weight: 600;
    color: #15803D;
}
.nav-custom {
    background-color: #34463b;
}
.footer-custom {
    background-color: #baf8a1;
}
.footer-custom .hover\:text-yellow-400:hover {
    color: #A3E635;
}
.item-description {
    font-size: 0.85rem;
    color: #52525B;
    margin-top: 0.1rem;
}
