:root, body.light {
    --primary:			#ff6f00; 	/* background meniu principal */
    --on-primary:		#ffffff;	/* text meniu principal */
    --primary-container:	#fdfdfd;
    --on-primary-container:	#410001;

    --secondary:		#ffffff;	/* background meniu secundar selectat */
    --on-secondary:		#000000;	/* text pe meniu secundar selectat */
    --secondary-container:	#e65100;	/* background meniu secundar */
    --on-secondary-container:	#ffffff;	/* text pe meniu secundar */

    --tertiary:#705c2e;
    --on-tertiary:#ffffff;
    --tertiary-container:#fcdfa6;
    --on-tertiary-container:#261a00;

    --error:			#ba1a1a;
    --on-error:			#ffffff;
    --error-container:		#ffdad6;
    --on-error-container:	#410002;

    --background:		#fcfcfc;
    --on-background:		#212121;

    --surface:			#fcfcfc;
    --on-surface:		#212121;
    --surface-variant:		#fcfcfc;
    --on-surface-variant:	#534341;

    --outline:			#cccccc;
    --outline-variant:#d8c2be;

    --shadow:			#000000;
    --scrim:			#000000;

    --inverse-surface:		#000000;
    --inverse-on-surface:	#ffffff;
    --inverse-primary:#ffb4a9;

    --surface-dim:#e4d7d5;
    --surface-bright:#fff8f7;

    --surface-container-lowest:	#ffffff;
    --surface-container-low:	#ffffff;
    --surface-container:#f8ebe9;
    --surface-container-high:#f3e5e3;
    --surface-container-highest:#ede0de;
}