/* #Typography */

/* #Typography X-Small Screen */
.font-yellowtail-regular {
  font-family: 'Yellowtail', cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
}

/* #Typography Medium Screen */
@media screen and (min-width: 960px) {
  .font-yellowtail-regular {
    font-size: 22px;
    line-height: 1.7;
  }
}

/* #Typography X-Large Screen */
@media screen and (min-width: 1416px) {
  .font-yellowtail-regular {
    font-size: 24px;
  }
}
