/* General */
:root {
	--border-radius: 0;
	--border-radius2x: 0;
	--default: #ffffff;
}
/* Skin Colors */
:root {
	--primary: #000000;
	--secondary: #969696;
	--tertiary: #ffffff;
	--quaternary: #969696;
	--dark: #000000;
	--light: #000000;
}
/* Skin Colors - Inverse */
:root {
	--primary-inverse: #000000;
	--secondary-inverse: #000000;
	--tertiary-inverse: #000000;
	--quaternary-inverse: #000000;
	--dark-inverse: #ffffff;
	--light-inverse: #ffffff;
}
/* Grey Colors */
:root {
	--grey: #000000;
}
