@font-face {
  font-family: tradeGothic;
  src: url(assets/fonts/trade_gothic.woff2);
}

body {
  font-family: tradeGothic;
  color: #767676;
}

h2 {
  font-size: 48px;
  letter-spacing: 9.38px;
  line-height: 1.2;
  color: black;
}

.recipe-generator-component {
  display: flex;
  flex-direction: column;
  max-width: 90vw;
  margin: 48px auto;
}

.recipe-generator-component li {
  margin-bottom: 12px;
  font-size: 24px;
}
