@charset "UTF-8";
@import "colors.css";

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

.text-color-white h1,
.text-color-white h2,
.text-color-white h3,
.text-color-white h4,
.text-color-white h5 {
  color: var(--white);
  font-weight: bold;
}
