:root {
	--color-appRed-500: #ad262c !important;
	--color-appRed-600: #821d1d !important;
	--color-appDark-500: #4d4d4d !important;
	--color-appDark-600: #4d4d4d !important;
	--color-appGray-300: #ececec !important;
	--color-appGray-400: #ececec !important;
	--brand-red: #ad262c !important;
	--brand-red-dark: #821d1d !important;
	--brand-gray: #4d4d4d !important;
	--brand-gray-light: #ececec !important;
}

.bg-appRed-500,
.hover\:bg-appRed-500:hover {
	background-color: #ad262c !important;
}

.bg-appRed-600,
.hover\:bg-appRed-600:hover {
	background-color: #821d1d !important;
}

.text-appRed-500,
.hover\:text-appRed-500:hover {
	color: #ad262c !important;
}

.text-appRed-600,
.hover\:text-appRed-600:hover {
	color: #821d1d !important;
}

.border-appRed-500,
.hover\:border-appRed-500:hover {
	border-color: #ad262c !important;
}

.border-appRed-600,
.hover\:border-appRed-600:hover {
	border-color: #821d1d !important;
}

.text-appDark-500 {
	color: #4d4d4d !important;
}

.text-appDark-600 {
	color: #4d4d4d !important;
}

.bg-appGray-300 {
	background-color: #ececec !important;
}

.bg-appGray-400 {
	background-color: #ececec !important;
}
