/* custom properties */

:root {
	--main-theme-color: rgb(80, 52, 125);
	--main-theme-highlight-color: #533A7B;
	--main-theme-contrast-color: #59A4D0;
	--reverse-text-color: #fff;
	--semi-transparent-bg-color: rgba(0, 0, 0, .4);
	--extra-light-text-color: #999;
	--light-text-color: #676767;
	--page-text-color: #000;
	--page-bg-color: #fff;
	--reverse-bg-color: #202020;


	--schedule-bg-dark: #311d53;
	--schedule-bg-light: #3b245d;
	--schedule-text-highlight: #7ACEF9;

	--light-shadow-color: #B0B0B0;
	--speaker-list-text-color: #929AA8;
	--button-bg-color: rgb(36, 104, 190); 
	
	--body-font: "Freight-Sans-Pro", "Helvetica Neue",  Helvetica, Arial, sans-serif;
	--heading-font: "freight-big-pro", "Big Caslon",  Palatino, Georgia, serif;
	
	--header-highlight-image: url(/event-common-images/chrome/world.svg);
	--header-bg-image: url(/event-common-images/chrome/code-melb-header-bg.svg)
	
}