:root
{
	--font-style-normal: normal;

	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;

	--color-dark-grey: #727272;
	--color-darker-grey: #4e4e4e;

	--color-main: #ffffff;  /* main text */
	--color-second: #ffffff;  /* secondary text */
	--color-second-light: #974A3A;  /* used for main background */

	--color-button-primary: #000000;
	--color-button-secondary: #1b1b1b;
	--color-button-hover: #2b2b2b;

	--color-green: #28AF23;
	--color-blue: #0d447b;
	--color-red: red;
	--color-light-blue: #205D6B;

	--color-children-quantity: #4e4e4e;

	--color-card-header: #974A3A;
	--color-disable-button : #ad6657;  /* Validation button */

	--font-size-12: 12px;
	--font-size-14: 14px;
	--font-size-16: 16px;
	--font-size-18: 18px;
	--font-size-20: 20px;
	--font-size-25: 25px;
	--font-size-45: 45px;

	--line-spacing-14: 14px;
	--line-spacing-19: 19px;
	--line-spacing-20: 20px;
	--line-spacing-28: 28px;
	--line-spacing-55: 55px;

	--font-family-roboto-light: "Roboto Light", Roboto;
	--font-family-roboto-medium: "Roboto Medium", Roboto;
	--font-family-roboto: "Roboto Regular", Roboto;
	--font-family-roboto-bold: "Roboto Bold", Roboto;

	--character-spacing-0: 0px;



/* Display block */
	--page-header: none;/* flex *//*For all exept process*/
	--card-image-title-header: none; /*block*/ /*For home page*/
	--back-button-header:  none; /*block*/ /*For create and send card*/
	--display-type-header:  column-reverse; /**column-reverse for homepage and row for other */ /**used only for mobile view*/

  	--footer-links:  block; /*block*/ /*For all exept process*/

	--history-page: block;/* block */
	--qrcode-scanner-page: block; /*block*/
	--validate-coupon-page: block; /*block*/
	--done-successfully-page: none; /*block*/
	--done-error-page: none; /*block*/


}
