.righteous-regular {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.licorice-regular {
  font-family: "Licorice", cursive;
  font-weight: 400;
  font-style: normal;
}

.decorated-text {
  font-family: "Licorice", cursive;
  font-weight: bold;
  font-size: 1.5em;
}

.underlined {
  text-decoration: underline;
}