/*
 * Colors
 */
.is-twentytwenty .has-white-color {
	color: var(--c-white);
}

.is-twentytwenty .has-black-color {
	color: var(--c-black);
}

.is-twentytwenty .has-red-color {
	color: var(--c-red);
}

.is-twentytwenty .has-grey-color {
	color: var(--c-grey);
}

.is-twentytwenty .has-light-grey-color {
	color: var(--c-light-grey);
}

/*
 * Background Colors
 */
.is-twentytwenty .has-white-background-color {
	background-color: var(--c-white);
}

.is-twentytwenty .has-black-background-color {
	background-color: var(--c-black);
}

.is-twentytwenty .has-red-background-color {
	background-color: var(--c-red);
}

.is-twentytwenty .has-grey-background-color {
	background-color: var(--c-grey);
}

.is-twentytwenty .has-light-grey-background-color {
	background-color: var(--c-light-grey);
}
