:root {
	--color-black: #000000;

	--color-white: #ffffff;

	--color-grey1: #F2F2F2;
	--color-grey2: #CCCCCC;
	--color-grey3: #8F8F8F;
	--color-grey4: #474747;

	--color-red1: #D40511;
	--color-red2: #EB131E;

	--color-yellow1: #FFCC00;
	--color-yellow2: #FFEFB1;
	--color-yellow3: #FFEDA5;

	--color-yellow-gradient1: transparent linear-gradient(90deg, var(--color-yellow1) 0%, var(--color-yellow2) 100%) 0% 0% no-repeat padding-box;
	--color-yellow-gradient2: transparent linear-gradient(90deg, var(--color-yellow3) 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;;

	--font-family: 'Delivery';

	--font-style-normal: normal;
	--font-style-italic: italic;

	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-bold: 700;
	--font-weight-condensed-light: 800;
	--font-weight-condensed-black: 900;

	--font-size-xs: 9px;
	--font-size-sm: 12px;
	--font-size-rg: 14px;
	--font-size-md: 16px;
	--font-size-lg: 18px;
	--font-size-xl: 36px;
	--font-size-xxl: 42px;

	--line-height-xs: 1.25;
	--line-height-sm: 1.25;
	--line-height-rg: 1.25;
	--line-height-md: 1.25;
	--line-height-lg: 1.25;
	--line-height-xl: 1.25;
	--line-height-xxl: 1.25;
}