:root {
	/* ------------------------------------
	* Typographie
	* ------------------------------------ */
	font-size: 16px !important;


	/* ------------------------------------
	* Basic Colors
	* ------------------------------------ */
	--hh-colors-black: #000;
	--hh-colors-white: #fff;

	--hh-colors-darkgray: #252525;
	--hh-colors-midgray: #757575;
	--hh-colors-lightgray: #CECECE;

	--hh-colors-green: #23a455;
	/* --hh-colors-green: #5BAB45; */
	--hh-colors-yellow: #F0E34D;
	

	/* ------------------------------------
	 * Headline "ugreen"
	 * ------------------------------------ */
	--hh-colors-headlines-ugreen-color: #151515;
	--hh-colors-headlines-ugreen-small-color: var(--hh-colors-green);
	--hh-colors-headlines-ugreen-border-color: var(--hh-colors-green);
	--hh-headlines-ugreen-h1-border-width: 0.350rem;
	--hh-headlines-ugreen-h2-border-width: 0.300rem;
	--hh-headlines-ugreen-h3-border-width: 0.250rem;


	/* ------------------------------------
	 * Headline "ugray"
	 * ------------------------------------ */
	--hh-colors-headlines-ugray-color: #151515;
	--hh-colors-headlines-ugray-small-color: #555555;
	--hh-colors-headlines-ugray-border-color: #757575;
	--hh-headlines-ugray-h1-border-width: 0.175rem;
	--hh-headlines-ugray-h2-border-width: 0.150rem;
	--hh-headlines-ugray-h3-border-width: 0.125rem;


	/* ------------------------------------
	 * Headline "uyellow"
	 * ------------------------------------ */	
	--hh-colors-headlines-uyellow-border-color: var(--hh-colors-yellow);
	--hh-headlines-uyellow-border-width: 0.15rem;

}