/*
Text color
-------------------------------------------------------------------------------
*/
.text__black,
.text__black a:focus,
.text__black a:hover {
  color: var(--gt-black) !important;
}

.text__white,
.text__white a:focus,
.text__white a:hover {
  color: var(--gt-white) !important;
}
