/* ----------------------------------------------------------------------------------------------------
-- THEME VARIABLES
-- To change the theme's primary color just edit the 'primary-color' value below.
--
-- NOTE: You can use rgb() or rgba() in place of a hex color
-- Ex: rgba( 209, 67, 67, 1 )
-- Values of rgb are 0 - 255 and value of a is 0 - 1
---------------------------------------------------------------------------------------------------- */
:root {
	--primary-color: #d14343;								/* The theme's primary color */
}
