.text--primary {
	color: hsl(var(--primary)) !important;
}
.text--secondary {
	color: hsl(var(--secondary)) !important;
}
.text--success {
	color: hsl(var(--success)) !important;
}
.text--danger {
	color: hsl(var(--danger)) !important;
}
.text--warning {
	color: hsl(var(--warning)) !important;
}
.text--info {
	color: hsl(var(--info)) !important;
}
.text--dark {
	color: hsl(var(--dark)) !important;
}
.text--muted {
	color: hsl(var(--muted)) !important;
}
.text--heading {
	color: hsl(var(--heading)) !important;
}

.text--base {
	color: hsl(var(--base)) !important;
}
.text--body {
	color: hsl(var(--body)) !important;
}
.text--three {
	color: hsl(var(--base-three)) !important;
}
.text--accent {
	color: hsl(var(--accent)) !important;
}
