:root
{
	--font-style-normal: normal;

	--font-weight-light: 300;
	--font-weight-normal: 400;
	--font-weight-medium: 500;

	--color-dark-grey: #727272;
	--color-darker-grey: #3d4547;
    --color-second-grey:#798E9A;

	--color-main: #3d4547;
	--color-second: #3d4547;
	--color-second-light: #f1f2f5;

	--color-button-primary: #a71f2d;
	--color-button-secondary: #3d4547;
	--color-button-hover: #7C0e17;

	--color-green: #1f8e1a;
	--color-blue: #0d447b;
	--color-red: #a71f2d;
	--color-light-blue: #8bb6d1;

	--color-children-quantity: #3d4547;

	--color-card-header: #3d4547;
	--color-disable-button : #A8A8A8;

	--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;

	--theme-font-family-light:  "linotype-tradegothiclt-regular", sans-serif;
	--theme-font-family-medium: "Euclid Flex", "linotype-tradegothiclt-regular", sans-serif;
	--theme-font-family:        "linotype-tradegothiclt-regular", sans-serif;
	--theme-font-family-bold:   "linotype-tradegothiclt-bold",    sans-serif;

	--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*/


}
