/* Deprecated -- avoid using these classes in your components */
/* stylelint-disable */

/*------------------------------------*\
    $COLOR MODIFIERS
\*------------------------------------*/

/**
 * Text Colors
 */
.u-color--black,
.u-color--black a {
  color: rgb(var(--color-black));
}

.u-color--gray,
.u-color--gray a {
  color: rgb(var(--color-gray));
}

.u-color--gray--light,
.u-color--gray--light a {
  color: rgb(var(--color-light-gray));
}

.u-color--meta,
.u-color--meta a {
  color: rgb(var(--color-text-metadata));
}

/**
 * SVG Fill Colors
 */
.u-path-fill--white * { //nyprds gallery overlay
  fill: rgb(var(--color-white));
}
.u-path-fill--quaternary * { //used in gothamist
  fill: rgb(var(--color-taxicab-yellow));
}
/* stylelint-enable */
