:root {
	--g5-body-font : #{inspect($body-font)};
	--g5-secondary-font : #{inspect($secondary_font)};
	--g5-font-icon : #{inspect($font_icon)};

	--g5-text-color : #{$text_color};
	--g5-text-color-medium: #{darken($text-color, 27%)} ; // #222
	--g5-text-color-light: #{$text_color_light};
	--g5-text-color-bold: #{darken($text-color,13.5%)};
	--g5-text-color-light-r :  #{red($text_color_light)};
	--g5-text-color-light-g :  #{green($text_color_light)};
	--g5-text-color-light-b :  #{blue($text_color_light)};


	--g5-color-accent: #{$accent_color};
	--g5-color-accent-foreground : #{$foreground_accent_color};
	--g5-color-accent-r :  #{red($accent_color)};
	--g5-color-accent-g :  #{green($accent_color)};
	--g5-color-accent-b :  #{blue($accent_color)};


	--g5-color-secondary: #{$secondary_color};

	--g5-border-color: #{$border_color};
	--g5-border-color-dark:#{$border_color_dark};
	--g5-border-color-dark-r :  #{red($border_color_dark)};
	--g5-border-color-dark-g :  #{green($border_color_dark)};
	--g5-border-color-dark-b :  #{blue($border_color_dark)};

	--g5-navigation-height: #{$navigation_height};
	--g5-navigation-spacing: #{$navigation_spacing};
	--g5-navigation-bg-color: #{$navigation_bg_color};
	--g5-navigation-text-color: #{$navigation_text_color};
	--g5-navigation-text-color-hover:#{$navigation_text_color_hover};

	--g5-top-drawer-bg-color: #{$top_drawer_bg_color};
	--g5-top-drawer-text-color: #{$top_drawer_text_color};
	--g5-top-drawer-padding-top: #{$top_drawer_padding_top};
	--g5-top-drawer-padding-bottom: #{$top_drawer_padding_bottom};

	--g5-top-bar-bg-color: #{$top_bar_bg_color};
	--g5-top-bar-text-color: #{$top_bar_text_color};
	--g5-top-bar-border-color: #{$top_bar_border_color};
	--g5-top-bar-padding-top: #{$top_bar_padding_top};
	--g5-top-bar-padding-bottom: #{$top_bar_padding_bottom};


	--g5-header-bg-color: #{$header_bg_color};
	--g5-header-text-color: #{$header_text_color};
	--g5-header-text-color-light: #{lighten($header_text_color,27%)};
	--g5-header-text-color-dark: #{darken($header_text_color,10%)};
	--g5-header-border-color: #{$header_border_color};
	--g5-header-above-border-color: #{$header_above_border_color};
	--g5-header-padding-top: #{$header_padding_top};
	--g5-header-padding-bottom: #{$header_padding_bottom};
	--g5-logo-max-height: #{$logo_max_height};
	--g5-logo-padding-top: #{$logo_padding_top};
	--g5-logo-padding-bottom: #{$logo_padding_bottom};
	--g5-header-customize-nav-spacing: #{$header_customize_nav_spacing};
	--g5-header-customize-left-spacing: #{$header_customize_left_spacing};
	--g5-header-customize-right-spacing: #{$header_customize_right_spacing};




	--g5-top-bar-mobile-bg-color: #{$top_bar_mobile_bg_color};
	--g5-top-bar-mobile-text-color: #{$top_bar_mobile_text_color};
	--g5-top-bar-mobile-border-color: #{$top_bar_mobile_border_color};
	--g5-header-mobile-bg-color: #{$header_mobile_bg_color};
	--g5-header-mobile-text-color: #{$header_mobile_text_color};
	--g5-header-mobile-border-color: #{$header_mobile_border_color};
	--g5-top-bar-mobile-padding-top: #{$top_bar_mobile_padding_top};
	--g5-top-bar-mobile-padding-bottom: #{$top_bar_mobile_padding_bottom};

	--g5-mobile-logo-max-height: #{$mobile_logo_max_height};
	--g5-mobile-logo-padding-top: #{$mobile_logo_padding_top};
	--g5-mobile-logo-padding-bottom: #{$mobile_logo_padding_bottom};

	--g5-footer-bg-color: #{$footer_bg_color};
	--g5-footer-text-color: #{$footer_text_color};
	--g5-footer-widget-title-color: #{$footer_widget_title_color};
	--g5-footer-border-color: #{$footer_border_color};
	--g5-bottom-bar-bg-color: #{$bottom_bar_bg_color};
	--g5-bottom-bar-text-color: #{$bottom_bar_text_color};
	--g5-bottom-bar-border-color: #{$bottom_bar_border_color};

	--g5-footer-padding-top: #{$footer_padding_top};
	--g5-footer-padding-bottom: #{$footer_padding_bottom};
	--g5-bottom-bar-padding-top: #{$bottom_bar_padding_top};
	--g5-bottom-bar-padding-bottom: #{$bottom_bar_padding_bottom};

}


