@charset "UTF-8";
@import url(https://use.typekit.net/zha4hwg.css);
@import url(https://use.typekit.net/wdb8att.css);

h1 {
  font-family: "baskerville-urw", serif;
  font-weight: 900;
  font-style: normal;
    font-size: 60px;
    color: #ec0c6c;
    letter-spacing: -0.1em;
    
}
h2 {
  font-family: "baskerville-urw", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 20px;
  line-height: 0.95em;
  color: #ec0c6c;
}
h3 {
  font-size: 26px;
  line-height: 1em;
  letter-spacing: -0.02 em;
  color: #0094cb;
}

._15-ultra-thin {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 100;
  font-style: normal;
}
._55-regular {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0094cb;
  line-height: 1.2em;
  font-size: 14px;
}
._95-black{
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-style: normal;
}
  body {
    background-color: #efefef;
  }
  ._45-light {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1em;
  color: #0094cb;
  letter-spacing: 0.05em;
  }
  h4 {
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 1em;
    color: #0094cb;
  }
  .pink{
    color: #ec0c6c;
  }


  #container {
  display: flex;
  box-sizing: border-box;
  padding: 40px 18px;
  width: 800px;
  height: 800px;
  margin: 100px auto 25px auto;
  background-color: #fff;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  position: relative;
}

.svg-background {
  background-image: url('../img/mid-text.svg');
  background-size: 65%;
  background-position: 22px 55px;
  background-repeat: no-repeat;
}

#top-right {
  display: flex;
  flex-direction: column;
  width: calc(3/8 * 100% - 15px);
  height: calc(328/467 * 100%);
  position: absolute;
  top: 35px;
  right: 18px;
  padding: 0 0 12px 12px;
  shape-outside: inset(0);
}

#bottom-left {
  display: flex;
  flex-direction: column;
  width: calc(3/8 * 100% -10px);
  height: calc(314/467 * 100%);
  position: absolute;
  bottom: 10px;
  left: 22px;
  padding: 30px 12px 0 0;
  shape-outside: inset(0);
}
#tart-box {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: calc(1/4 * 100%);
  height: auto;
}

#container>* {
  display: flex;
  font-family: Helvetica, sans-serif;
  /* font-size: 11px; */
  line-height: 12px;
  color: #333;
  /* flex-direction: column; */
  /* background-color: #ff0; */
}

#middle {
  float: left;
  width: 100%;
  shape-outside: url(#text-frame);
}

#nutrition-info {
  display: grid;
  grid-template-columns: 1fr  ;
  grid-template-rows: 13px 35px auto;
  text-align: right;
}



#nutrition-info>#dv>#right {
  text-align: right;
}

#bottom-left>#dv {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto;
  line-height: 1.2;
  width: 100%;
}
#split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  line-height: 1.2;
  width: 100%;
}

#bottom-left>#dv>#right {
  text-align: right;
}

#info {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #555;
  width: 800px;
  margin: 0 auto 100px auto;
}
