body {
  margin: 0;
  font-family: "Gilroy", "Open Sans", "Helvetica Neue", "Sans Serif", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #FDFAF7;
}

h1 {
  font-size: 2.25rem;
  font-weight: 900;
  color: #114d4d;
  word-wrap: break-word;
  text-transform: uppercase;
  font-family: "Gilroy", "Source Sans Pro", "Helvetica Neue", "Sans Serif", serif;
}

h3 {
  color: #114d4d;
}

h4 {
  margin-top: 30px;
  color: #114d4d;
}

p {
  text-align: justify;
  margin: 30px 0;
}

.container {
  font-size: 1.2rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 300px);
}

.subtitle {
  color: #212529;
  font-size: 1.8rem;
}

.inline {
  display: inline; 
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

table {
  margin-bottom: 50px;
}

.table-header {
  font-weight: bold;
}

hr {
  border-top: 3px dashed #bbb;
  margin: 100px 0;
}

.ingredients p {
  text-align: start;
}

.warning {
  font-weight: bold;
  font-size: 1.8rem;
}

@media (max-width: 992px) {
  .container {
    max-width: calc(100% - 200px);
  }
  .tgtg-editor {
    font-size: 1.8rem;
  }
  .table-header {
    font-size: .9rem;
  }
  .ingredients {
    font-size: 2rem;
  }
  td {
    font-size: 0.8rem;
  }
  .ingredients td {
    font-size: 2rem;
  }
}


.highlighted {
  font-weight: bold;
  color: #49ada1;
}

.offset {
  padding-left: 2em;
}