@font-face {
  font-family: "Lora-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Lora/Lora-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-Bold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Lora-BoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Lora/Lora-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-Thin.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ThinItalic";
  font-style: italic;
  font-weight: 100;
  src: url("/assets/font/Poppins/Poppins-ThinItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLight.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLightItalic";
  font-style: italic;
  font-weight: 200;
  src: url("/assets/font/Poppins/Poppins-ExtraLightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-LightItalic";
  font-style: italic;
  font-weight: 300;
  src: url("/assets/font/Poppins/Poppins-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Italic";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/font/Poppins/Poppins-Italic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-MediumItalic";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/font/Poppins/Poppins-MediumItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBoldItalic";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/font/Poppins/Poppins-SemiBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BoldItalic";
  font-style: italic;
  font-weight: 700;
  src: url("/assets/font/Poppins/Poppins-BoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBoldItalic";
  font-style: italic;
  font-weight: 800;
  src: url("/assets/font/Poppins/Poppins-ExtraBoldItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-Black.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-BlackItalic";
  font-style: italic;
  font-weight: 900;
  src: url("/assets/font/Poppins/Poppins-BlackItalic.woff2") format("woff2");
  font-display: swap;
}
:root {
  --header-height: 60px;
  --cc-primary-color: #B49F86 !important;
}
.restaurant {
  position: relative;
  display: flex;
  padding: 80px 0 120px;
}
.restaurant:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 66%;
  background-color: #F6F3F0;
}
.restaurant-content {
  display: flex;
  flex-direction: column;
}
.restaurant__chef-specials {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.restaurant__chef-specials__title {
  margin: 0 0 26px 0;
  width: 50%;
  color: #B49F86;
  font-family: "Lora-Regular";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.restaurant__chef-specials__desc {
  margin: 0 0 70px 0;
  color: #65625E;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.restaurant__chef-specials__desc p {
  color: #65625E;
}
.restaurant__chef-specials__image {
  margin: 0 0 30px 0;
}
.restaurant__chef-specials__image img {
  width: 100%;
}
.restaurant__right {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px 0 0 0;
  width: 100%;
}
.restaurant__right:before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  display: block;
  width: 92%;
  height: 82%;
  background-color: #F6F3F0;
}
.restaurant__right-content {
  z-index: 1;
}
.restaurant__right__desc {
  width: 78%;
  margin: 36px 0 64px auto;
  color: #65625E;
  font-family: "Poppins-Regular";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.restaurant__right__desc p {
  color: #65625E;
}
.restaurant__right__image {
  width: 100%;
}
.restaurant__right__image.-small {
  left: unset;
  width: 75%;
  margin: 0 0 0 auto;
}
.restaurant__right__image.-small img {
  width: 360px;
}
.restaurant__right__image img {
  width: 100%;
}
.restaurant__bottom {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 40px 0 0 0;
}
.restaurant__bottom__left {
  display: flex;
  justify-content: center;
  width: 100%;
}
.restaurant__bottom__left img {
  width: 100%;
}
.restaurant__bottom__right {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 40px 0 0 0;
}
.restaurant__bottom__right img {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .restaurant__chef-specials__image {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .restaurant__chef-specials__image img {
    width: min-content;
  }
  .restaurant__right__image {
    display: flex;
    justify-content: center;
  }
  .restaurant__right__image img {
    width: min-content;
  }
  .restaurant__bottom__left img {
    width: min-content;
  }
  .restaurant__bottom__right img {
    width: min-content;
  }
}
@media only screen and (min-width: 1024px) {
  :root {
    --header-height: 90px;
  }
  .restaurant:before {
    display: block;
  }
  .restaurant-content {
    flex-direction: row;
  }
  .restaurant__chef-specials {
    padding: 0 107px 0 0;
    width: 50%;
  }
  .restaurant__chef-specials__title {
    margin: 150px 0 40px 0;
    width: 35%;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 49px;
    line-height: 3.0625rem;
  }
  .restaurant__chef-specials__desc.-top {
    margin: 0 0 50px 0;
  }
  .restaurant__chef-specials__image img {
    width: 100%;
  }
  .restaurant__right {
    padding: 0;
    width: 50%;
  }
  .restaurant__right:before {
    display: none;
  }
  .restaurant__right__desc {
    margin: 36px 0 90px auto;
    padding: 0 93px 0 0;
  }
  .restaurant__right__image {
    position: relative;
    left: -53px;
    max-width: 516px;
  }
  .restaurant__right__image.-small {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .restaurant__right__image img {
    width: 100%;
  }
  .restaurant__bottom {
    flex-direction: row;
    margin: 0;
  }
  .restaurant__bottom__left {
    position: relative;
    top: -50px;
    width: calc(50% + 28px);
  }
  .restaurant__bottom__left img {
    width: 100%;
  }
  .restaurant__bottom__right {
    position: relative;
    justify-content: flex-start;
    top: 80px;
    margin: 0;
    padding: 0 0 0 48px;
    width: calc(50% - 28px);
  }
}