/* Shared text palette for member, authentication and admin pages. */
:root { --gc-text-gold: #e6c15c; }
[class~="hover:text-white"]:hover { color: rgb(230 193 92 / 1) !important; }
[class~="text-gray-200"] { color: rgb(230 193 92 / 1) !important; }
[class~="text-white"] { color: rgb(230 193 92 / 1) !important; }
[class~="text-white/60"] { color: rgb(230 193 92 / 0.6) !important; }
[class~="text-white/70"] { color: rgb(230 193 92 / 0.7) !important; }
[class~="text-white/80"] { color: rgb(230 193 92 / 0.8) !important; }
