/* Sets general text to black */
body#checkout #content-wrapper,
body#checkout .checkout-step {
    color: #000000 !important;
}

/* Sets checkout headers/titles to black */
body#checkout h1, 
body#checkout h3 {
    color: #000000 !important;
}

/* Sets checkout labels (e.g., terms and conditions, gift options) to black */
body#checkout label {
    color: #000000 !important;
}

/* Sets all text links in the checkout to black */
body#checkout a {
    color: #000000 !important;
}

body#checkout section.checkout-step.-unreachable .step-title {
	color: #000000 !important;
}