/* Outfit fonts */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");

/*===================== off line fonts End =======================*/
:root {
  --primary-color: #2b2b2b;
  --dark-green: #2d685e;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Outfit", sans-serif;
  font-size: 26px;
  color: var(--primary-color);
  line-height: 1.4;
  background-color: #f5f5f5;
  font-weight: normal;
}
img {
  max-width: 100%;
  width: 100%;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.font-medium {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}
.font-small {
  font-size: 18px;
}
h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
h1 {
  text-transform: capitalize;
  padding-bottom: 24px;
  font-size: 38px;
  line-height: 1.1;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-14 {
  margin-bottom: 14px;
}
/* article main section start */
.article-wrapper {
  max-width: 940px;
  width: 100%;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 13%) 1px 1px 13px;
  margin: 20px auto;
}
.post-acticle {
  padding: 35px 30px;
}
.article-logo {
  text-align: center;
}
.article-logo img {
  max-width: 300px;
  margin-top: 30px;
}
.ingredients-section {
  padding-top: 30px;
}
.ingredients-section h2 {
  padding-bottom: 24px;
}
.ingredients-dressing {
  padding-bottom: 32px;
}
.ingredients-section table tr th {
  text-align: left;
  padding-bottom: 20px;
}
.ingredients-section table tr td,
.ingredients-section table tr th {
  padding: 12px;
  width: 33%;
}
.web_editor {
  padding: 24px;
  background-color: #ddebe8;
}
.web_editor img {
  border-radius: 50%;
  height: 50px;
  max-width: 50px;
}
.web-editor-detail {
  display: flex;
  align-items: center;
  gap: 20px;
}
.web-editor-detail span {
  color: #2d685e;
}
/* article main section end */
