/* Our additions to css-zero's utilities, which must go under names the gem does not use: unlike
   the component stylesheets, `css-zero/utilities.css` loads after ours, so a rule sharing one of
   its selectors would lose without saying so. */

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