.secondary-text {
  color: var(--color-secondary-dark)
}

.app-title {
  font-size: 1.4rem;
  font-weight: bold;
}

.text-title {
  margin: 8px 0;
  font-size: 1rem;
}

.text-large {
  font-size: 1.2rem;
}

.text-x-large {
  font-size: 1.4rem;
}

.text-xx-large {
  font-size: 1.6rem;
}

.text-small {
  font-size: 0.8rem;
}

.text-x-small {
  font-size: 0.6rem;
}

/* Weight */
.text-bold {
  font-weight: bold;
}
