:root {
    /*General:*/ 
        --theme-primary-font:'Manrope', sans-serif;
        --theme-secondary-font:'Manrope', sans-serif;

        --theme-primary-color:48,60,116;
        --theme-secondary-color:239,203,104;
  		--theme-light-color:255,255,255;

        --title-primary-color:48,60,116;
        --title-secondary-color:24,25,31;
        --title-light-color:255,255,255;

        --text-primary-color:24,25,31;
        --text-secondary-color:217,219,225;
        --text-light-color:255,255,255;

        --background-primary-color:48,60,116;
        --background-secondary-color:239,203,104;

        --button-text-primary-color:48,60,116;
        --button-text-secondary-color:239,203,104;
        --button-text-light-color:255,255,255;

        --button-background-primary-color:48,60,116;
        --button-background-secondary-color:239,203,104;
        --button-background-light-color:255,255,255;
    /*Header:*/
        --header-primary-font:'Manrope', sans-serif;
        --header-secondary-font:'Manrope', sans-serif;

        --header-text-primary-color:255,255,255;
        --header-text-secondary-color:48,60,116;

        --header-background-primary-color:48, 60, 116;
        --header-background-secondary-color:255,255,255;
  	/* Hambuger-header */
  		--hamburger-header-background-color:4,64,59;
 		--hamburger-header-hover-background-color:87,143,96;
 		--hamburger-header-active-background-color:252,182,26;
    /*Footer:*/
        --footer-primary-font:'Manrope', sans-serif;
        --footer-secondary-font:'Manrope', sans-serif;

        --footer-text-primary-color:255,255,255;
        --footer-text-secondary-color:217,219,225;

        --footer-background-primary-color:19, 26, 57;
        --footer-background-secondary--color:255,255,255;
  
    /*Section 3 list element custom icon, dots:*/
       	--dots-first: 0,174,158 ;
        --dots-second: 48,60,116 ;
        --dots-thrid: 239,203,104 ;
        --dots-fourth: 118,129,179 ; 
  /* Dorintol */
    --title-under-gray-color:141,141,141;
	--cst-post-color-yellow: 239, 203, 104;
    --cst-post-color-gray: 118, 129, 179;
    --cst-post-color-green: 0, 174, 158;
  
  /*Index;*/
  /* Post video format*/
  	--p-v-title:0,0,0;
  	--p-v-background:253,182,100;
  	--p-v-highlight:253,182,100;
  /* Post simple format*/
 	 --p-s-title:253,182,100;
 	 --p-s-description:0,0,0;
     --p-s-btn-color:253,182,100;
  /* Post simple width bakground format*/
 	 --p-b-title:255,255,255;
 	 --p-b-description:0,0,0;
  	 --p-b-background:144,228,205;
  	 --p-b-btn-color:255,255,255;
}