/// _text.scss - Common text definitions.

.green-text {
  color: var(--green-text);
}

.text-align-center {
  text-align: center;
}
