:root {
  /*** General variables ***/
   /* $cot-color-navy */
   /* --white-label-primary-color: #113355; */
 
   /* This is a trick to use the variable with alpha */
   /* This value is like rgb(0, 0, 0) */
   /* --white-label-secondary-color: 0, 0, 0;
 
   --secondary-color: rgba(var(--white-label-secondary-color), 0.12);
   --secondary-color-focus: rgba(var(--white-label-secondary-color), 0.24); */
 
   /* This is a trick to use the variable with alpha */
   /* This value is like rgb(255, 255, 255) */
   /* --general-menu-text-color: 255, 255, 255; */
 
   /*** Custom variables ***/
   /* --general-background-color: var(--white-label-primary-color); */
 
   /*** Profile ***/
   /* --profile-background-color: var(--white-label-primary-color);
   --profile-name-color:  rgba(var(--general-menu-text-color), 0.88); 
   --profile-email-color:  rgba(var(--general-menu-text-color), 0.34); */
 
   /*** Menu buttons ***/
   /* --menu-buttons-shadow: none;
   --menu-buttons-text-color: rgba(var(--general-menu-text-color), 0.84);
   --menu-buttons-text-color-hover: rgba(var(--general-menu-text-color), 0.96);
   --menu-buttons-text-color-selected: rgba(var(--general-menu-text-color), 0.96);
   --menu-buttons-background-color: var(--white-label-primary-color);
   --menu-buttons-background-color-hover: var(--secondary-color);
   --menu-buttons-background-color-selected: var(--secondary-color-focus); */
 
   /*** Search Bar ***/
   /* --search-bar-background-color: var(--white-label-primary-color); */
 }
 