* {
  color: black;
  background-color: none;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
}

@page {
  size: auto;
  margin: 0mm;
}
.c-nav__link {
  display: none;
}

.c-nav__logo {
  margin: 2rem 0 0 4rem;
}

.c-about__footer {
  display: none;
}

.o-divider {
  padding-top: 0.5rem;
  border-top: 1.5px solid black;
}

.c-menu__daily {
  width: 75%;
  margin: auto;
  padding: 0;
}

.c-menu__heading {
  border-bottom: 1px grey solid;
  font-family: "Alegreya";
  font-weight: 700;
  font-size: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-menu__heading--solo {
  border: none;
  font-size: 220%;
  margin-top: 0;
  padding-top: 1rem;
}

.c-input {
  display: none;
}

.c-menu__food-des {
  color: black;
  font-weight: 400;
}

.c-menu__heading--border-fit {
  width: fit-content;
  margin-top: 0;
}

.c-menu__food-heading {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0rem;
  position: relative;
  width: fit-content;
}

.c-menu__food-heading--side {
  border: none;
  color: black;
  font-weight: 400;
  font-size: 1rem;
}

.c-menu__food-heading--price {
  border-bottom: none;
  margin-bottom: auto;
  margin-left: 1.5rem;
  white-space: nowrap;
}

.c-about__title--center {
  font-size: 1rem;
  text-align: center;
  padding-top: 1rem;
}

.c-menu__item {
  display: grid;
  grid-template-columns: auto min-content;
  padding-bottom: 0.5rem;
}
/*# sourceMappingURL=print.css.map */