:root {
    /*General:*/ 
        --theme-primary-font:'Montserrat', sans-serif;
        --theme-secondary-font:'Montserrat', sans-serif;

        --theme-primary-color:114, 54, 108;
        --theme-secondary-color:87,87,87;
  		--theme-light-color:255,255,255;

        --title-primary-color:114, 54, 108;
        --title-secondary-color:87,87,87;
        --title-light-color:255,255,255;

        --text-primary-color:87,87,87;
        --text-light-color:255,255,255;

        --background-primary-color:114, 54, 108;
		--background-light-color:255,255,255;
  
        --button-text-primary-color:114, 54, 108;
        --button-text-secondary-color:87,87,87;
        --button-text-light-color:255,255,255;

        --button-background-primary-color:114, 54, 108;
        --button-background-secondary-color:87,87,87;
        --button-background-light-color:255,255,255;
  	/* Index title color */
  		--index-title-color:225, 108, 0;
    /*Header:*/
        --header-primary-font:'Montserrat', sans-serif;
        --header-secondary-font:'Montserrat', sans-serif;

        --header-text-primary-color:114, 54, 108;
        --header-text-secondary-color:255,255,255;
   		--header-elements-color:225, 108, 0;

        --header-background-primary-color:225, 108, 0, 1;
        --header-background-secondary-color:255,255,255;
  		/* Hambuger-header */
  		--hamburger-header-background-color:114, 54, 108;
 		--hamburger-header-hover-background-color:87,143,96;
 		--hamburger-header-active-background-color:252,182,26;
    /*Footer:*/
        --footer-primary-font:'Montserrat', sans-serif;
        --footer-secondary-font:'Montserrat', sans-serif;

        --footer-text-primary-color:255,255,255;
        --footer-text-secondary-color:114, 54, 108;

        --footer-background-primary-color:114, 54, 108;
        --footer-background-secondary--color:255,255,255;
  	/*Footer bootom:*/
    	--footer-bottom-background-color:255,255,255;
        --footer-bottom-text-color:114, 54, 108;
  		/* Proiect box background color*/
  		--pbbc-default:114, 54, 108;
        --pbbc-first:114, 54, 108;
        --pbbc-second:138, 158, 94;
        --pbbc-third:0, 59, 106;
        --pbbc-fourth:194, 207, 218;
  		/* Proiect box fade color*/
  		--pbfc-default:114, 54, 108;
        --pbfc-first:114, 54, 108;
        --pbfc-second:138, 158, 94;
        --pbfc-third:0, 59, 106;
        --pbfc-fourth:194, 207, 218;
  
  		/* Evenimente box background color*/
  		--ebbc-default:225, 108, 0;
        --ebbc-first:225, 108, 0;
        --ebbc-second:0, 59, 106;
        --ebbc-third:225, 108, 0;
        --ebbc-fourth:225, 0, 176;
  		/* Evenimente box fade color*/
  		--ebfc-default:225, 108, 0;
        --ebfc-first:225, 108, 0;
        --ebfc-second:0, 59, 106;
        --ebfc-third:114, 54, 108;
        --ebfc-fourth:112, 1, 87;
}