/*:root {
	--font-title: 'Manuale', sans-serif;
	--font-text: 'Manuale', sans-serif;
  	--color-title: 63,134,198;
	--color-text: 87,87,87;
	--color-a: 63,134,198;
}
*/
:root {
    /*General:*/ 
        --theme-primary-font:'Manuale', sans-serif;
        --theme-secondary-font:'Manuale', sans-serif;

        --theme-primary-color:63,134,198;
        --theme-secondary-color:87,87,87;
  		--theme-light-color:255,255,255;

        --title-primary-color:63,134,198;
        --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:63,134,198;
		--background-light-color:255,255,255;
  
        --button-text-primary-color:63,134,198;
        --button-text-secondary-color:87,87,87;
        --button-text-light-color:255,255,255;

        --button-background-primary-color:63,134,198;
        --button-background-secondary-color:87,87,87;
        --button-background-light-color:255,255,255;
    /*Header:*/
        --header-primary-font:'Manuale', sans-serif;
        --header-secondary-font:'Manuale', sans-serif;

        --header-text-primary-color:63,134,198;
        --header-text-secondary-color:255,255,255;

        --header-background-primary-color:63,134,198;
        --header-background-secondary-color:255,255,255;
  	/* Hambuger-header */
  		--hamburger-header-background-color:5,37,61;
 		--hamburger-header-hover-background-color:87,143,96;
 		--hamburger-header-active-background-color:252,182,26;
    /*Footer:*/
        --footer-primary-font:'Manuale', sans-serif;
        --footer-secondary-font:'Manuale', sans-serif;

        --footer-text-primary-color:255,255,255;
        --footer-text-secondary-color:63,134,198;

        --footer-background-primary-color:63,134,198;
        --footer-background-secondary--color:255,255,255;
}