.lrt-on-light
  color: var(--group-light-rag-text-on-light) !important

.lrt-on-dark
  color: var(--group-light-rag-text-on-dark) !important

.focus\:lrt-on-light:focus
  color: var(--group-light-rag-text-on-light) !important

.hover\:lrt-on-light:hover
  color: var(--group-light-rag-text-on-light) !important

.active\:lrt-on-light:active
  color: var(--group-light-rag-text-on-light) !important

.focus\:lrt-on-dark:focus
  color: var(--group-light-rag-text-on-dark) !important

.hover\:lrt-on-dark:hover
  color: var(--group-light-rag-text-on-dark) !important

.active\:lrt-on-dark:active
  color: var(--group-light-rag-text-on-dark) !important

.drt-on-light
  color: var(--group-dark-rag-text-on-light) !important

.drt-on-dark
  color: var(--group-dark-rag-text-on-dark) !important
