:root {
    --black: rgb(0,0,0);
    --white: rgb(255,255,255);
    --primary-color: rgb(0,68,180);
    --secondary-color: rgb(255,101,28);
}

.button:hover,
.button:focus,
.button.light_button:hover,
.button.light_button:focus {
    color: var(--black);
}