/* Back-compat for content authored with the old "white"/"black" color slugs (theme.json only registers valkoinen/musta) */
.has-white-color,
.has-white-color a {
  color: #fff;
}
.has-white-background-color,
a.wp-block-button__link.has-white-background-color {
  background-color: #fff;
}

.has-black-color,
.has-black-color a {
  color: #171717;
}
.has-black-background-color,
a.wp-block-button__link.has-black-background-color {
  background-color: #171717;
}
