.mtv-jxt-white-stroked-text{
	color: white;
	-webkit-text-stroke: var(--mtv-white-text-stroke) !important;
	-webkit-text-fill-color: transparent !important;
}

.mtv-jxt-white-stroked-text-blue-fill{
	color: white;
	-webkit-text-stroke: var(--mtv-white-text-stroke) !important;
	-webkit-text-fill-color: var(--mtv-light-blue);
}

.mtv-jxt-white-stroked-text-wash-blue-fill{
	color: white;
	-webkit-text-stroke: var(--mtv-white-text-stroke) !important;
	-webkit-text-fill-color: var(--mtv-wash-blue);
}

.mtv-jxt-white-stroked-text-deep-blue-fill{
	color: white;
	-webkit-text-stroke: var(--mtv-white-text-stroke) !important;
	-webkit-text-fill-color: var(--mtv-deep-blue);
}

.mtv-jxt-white-stroked-text-middle-blue-fill{
	color: white;
	-webkit-text-stroke: var(--mtv-white-text-stroke) !important;
	-webkit-text-fill-color: var(--mtv-middle-blue);
}

.mtv-jxt-white-stroked-text-blue-fill{
	color: white;
	-webkit-text-stroke: var(--mtv-white-text-stroke) !important;
	-webkit-text-fill-color: var(--mtv-light-blue);
}

.mtv-jxt-deep-blue-stroked-text{
	color: var(--mtv-deep-blue);
	-webkit-text-stroke: var(--mtv-deep-blue-text-stroke) !important;
	-webkit-text-fill-color: transparent !important;
}

.mtv-jxt-deep-blue-stroked-text-white-fill{
	color: var(--mtv-deep-blue);
	-webkit-text-stroke: var(--mtv-deep-blue-text-stroke) !important;
	-webkit-text-fill-color:  var(--mtv-white);
}