/*
 * Colors
 */

:root {
	--c-red: #ff0000;
	--c-dusty-gray: #949494;
	--c-white: #ffffff;
	--c-silver-chalice: #a9a9a9;
	--c-black: #000000;
}
