@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;
  margin-bottom: 40px;
  margin-top: 0;
}

h3 {
  color: black;
}

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

.recipe-generator-component > *:nth-child(n) {
  margin-bottom: 40px;
}

.answer-area {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  margin-bottom: 40px;
}

.answer-area > *:nth-child(n) {
  margin-bottom: 12px;
}

.answer-area > input[type=text] {
  border: none;
  border-radius: 5px;
  padding: 16px;
  font-size: 24px;
  background-color: #f8f8f8;
  box-shadow: 0 0 20px #9a9a9a;
}

.form-progress {
  font-size: 28px;
}

.recipe-response {
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.controls {
  display: flex;
  justify-content: space-between;
}

.invis {
  visibility: hidden;
}

.hide {
  display: none;
}
