$pluginVars: (
	enabled: 					false,

	namespace: 					'#myApp',
	topOffset: 					0,
	appBackground: 				#EEE,
	bottomMargin: 				lui_rem(5),

	header: (
		height: 				lui_rem(5),
		bottomMargin: 			lui_rem(2),
		background: 			#FFF
	),

	navigation: (
		width: 					lui_rem(7),
		background: 			#344f5d,
		iconSize: 				1.25em,
		compactItemHeight: 		lui_rem(3.25),
		fontSize: 				lui_rem(0.9),
		fontWeight: 			600,
		bulletSize: 			5px,

		mobile-toggle: (
			background: 		luiPalette(primary, color),
			color: 				luiPalette(primary, text),
			font-size: 			lui_rem(2),
			font-weight: 		300,
			vertical-padding: 	1em,
			arrow-size:			lui_rem(1)
		)
	)
);
