
.font-display[data-v-71146f56] {
  font-family: 'Playfair Display', serif;
}
.cart-counter-animation[data-v-71146f56] {
  animation: cartBounce-71146f56 0.5s ease-out;
}
@keyframes cartBounce-71146f56 {
0% {
    transform: scale(0.3) rotate(-15deg);
    opacity: 0;
}
50% {
    transform: scale(1.2) rotate(0deg);
}
100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}
}


.restaurant-layout[data-v-2366d69e] {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
main[data-v-2366d69e] {
  flex: 1;
}

