
@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
      font-family: 'Overshoot'; 
      src: url('/fonts/b2a60e80a4ac3c2333c1d8c045ac46b7.woff2') format('woff2');
      font-weight: 700; 
      font-style: normal;
      font-display: swap; 
      letter-spacing: 1.5px;
    }


body {
  overflow:visible !important;
  font-family: 'Vazirmatn', sans-serif;
  background-color: #3c180c;
  margin: 0;
  color: #9d6d37;
  
}

header {
  text-align: center;
  padding: 25px 10px;
  background: linear-gradient(
182deg, #d1ab6e, #3c180c);
  border-bottom: 2px solid #9d6d37;
  color: #fff;
}

header img {
  width: 150px;
  height: 150px;
  
  margin-bottom: 10px;
}

header h1 {
  margin: 0;
  font-size: 1.7em;
}



.menu {
  padding: 10px;
}

/*دسته بندی */
.category {
  background-color: #fff;
  color: #4b2e05;
  font-weight: bold;
  padding: 14px;
  margin: 12px 0;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.category:hover {
  background-color: #9d6d37;
  color: #fff;
}

/* آیتمها */
.items {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

.items.open {
  transition: max-height 0.8s ease-in;
  
}



/*
.item {
  display: flex;
  gap: 12px;
  background-color: #3e2600;
  border: 1px solid #9d6d37;
  border-radius: 12px;
  padding: 10px;
  margin: 10px 0;
  align-items: center;
  
}
*/
.item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #9d6d37;
}

.item-details {
  flex: 1;
  direction:rtl;
}

.item-details h3 {
  margin: 0;
  font-size: 1em;
  color: #d2ac6e;
}

.item-details span {
  font-size: 0.85em;
  color: #ddd;
}

.item {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  background-color: #3c180c;
  border: 1px solid #9d6d37;
  border-radius: 10px;
  padding: 10px;
  margin: 8px 0;
}
h1.cafe-classic {
  font-family: 'Overshoot', serif; 
  font-size: 2.3em; 
  color: #d2ac6e;
  text-align: center;
  margin: 10px 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
  font-weight: bold; 
  letter-spacing: 1px;
}
h1.cafe-classic-fa {
  font-family: 'Vazirmatn', serif; 
  font-size: 1em; 
  color: #d2ac6e;
  text-align: center;
  margin: 10px 0;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
  font-weight: bold; 
  letter-spacing: 1px;
}
.price {
  margin: 0;
  font-size: 1em;
  color: #d2ac6e;
  font-weight: bold;
  text-align: left;
}
  
body.scroll-test-active {
      overflow: visible !important;
    }



