﻿:root {
	--primary-color: #0000FB;
	--secondary-color: #EAEAEA;
	/* Button */
	--button-primary-color: #000000;
	--button-primary-hover-background: var(--primary-color);
	--button-secondary-hover-background: #CCCCCC;
	--button-primary-active-background: #15D5E8;
	--button-secondary-active-background: #8B8C8C;
}
