
.all-container {
    color: #212529; 
  }
  .food-list-container {
    color: #212529;
  }
  .custom-font {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
    font-size: small;
    font-weight: bold;
  }
  .nunito-custom {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
  }
  .menu-item .item-name {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: whitesmoke;
  }
  .menu-item .item-price {
    font-size: 0.8rem;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }
  .menu-item .item-description {
    font-size: 0.875rem;
    color: #6c757d;
  }
  .menu-item .dotted-line {
    border-bottom: 1px dashed #6c757d;
    margin: 15px 0;
    /* width: 500px; */
  }

 

.modal-body img {
    max-width: 100%;
    height: auto;
}


a {
  text-decoration: none;
  color: black;

}

a:hover {
  color: yellow;
}

.text-with-lines {
  display: flex;
  align-items: center;
}

.line {
  border-top: 1px solid #cccccc7c;
}

.dark-grey-text{
  color: #ffffff;
}