:root {
  --brown: #914521;
  --beige: #79744f;
  --beige-dark: #2b2a15;
}
@font-face {
  font-family: Bold;
  src: url(/public/assets/fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: Regular;
  src: url(/public/assets/fonts/Gilroy-Regular.ttf);
}
* {
  font-family: Regular;
}
h1,
h2,
h3,
label,
th {
  font-family: Bold;
}
.bg-brown {
  background-color: var(--brown);
}
.text-sm {
  font-size: 14px;
}
.not-button {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}
.pointer {
  cursor: pointer;
}
.smooth {
  transition: all 0.5s ease-in-out;
}

/* categories */
.categories-list {
  scrollbar-width: none;
}
.cat-btn {
  white-space: nowrap;
  width: max-content;
}
.active-cat {
  background-color: var(--brown) !important;
  color: #fff !important;
}

/* dish card */
.dish-card_img {
  height: 190px;
}
