:root {
    --ink-1: #D64728;
    --ink-1-darken: #96321c;
    --inactive-light: linear-gradient(0deg, rgba(214, 71, 40, 0.1), rgba(214, 71, 40, 0.1)), #FFFFFF;
    --ink-7: #551A8B;
    --ink-7-darken: #2a0c45;
    --ink-1-disable: #eaa293;
}

/*
@media only screen and (min-width: 1024px){
	body {
		background-size: contain !important;
		background-color: #5a3058 !important;
		background-position: center !important;
		background-image: linear-gradient(to right, #e77a5e -50%,white 50%, #5a3058 120%, transparent 120%), url("bg.png") !important;
		-moz-background-image: -moz-linear-gradient(to right, #e77a5e -50%,white 50%, #5a3058 120%, transparent 120%), url("bg.png") !important;
	}
}
@media only screen and (max-width: 1023px){
	body {
		background-image: linear-gradient(to right, #e77a5e -50%,white 50%, #5a3058 120%, transparent 120%), url("bg.png") !important;
		-moz-background-image: -moz-linear-gradient(to right, #e77a5e -50%,white 50%, #5a3058 120%, transparent 120%), url("bg.png") !important;
	}
}
*/