:root {
	/* Fonts */
	--Inter: 'Inter', sans-serif;
	--Lexend: 'Lexend', sans-serif;
	--all-round-gothic: 'all-round-gothic', sans-serif;

	/* Colors */
	--accent : var(--green-dark-2);

	--white: #fff;
	--black: #000000;
	--gray: #424242;
	--gray-dark-1: rgba(33, 33, 33, 0.75);
	--gray-dark-3: #1c1c1c;
    --cyan-dark-88: #214949;

	--brand-green: #006a3b;
	/*--brand-red: #5c3e21;*/
	--brand-grey-dark: #303e4b;
    --brand-grey: #394b57;
    --brand-grey-hover: #6a859d;
	--text-main: #000000;
	--text-gray: #4e4e4e;
	--text-gray-dark: #313131;

    --grey-light-1: #d9dbdf;

    --brand-green-new: #254336;
    --brand-green-new-hover: #2543364D;

	--green-dark-1: #123524;
	--green-dark-2: #1B4D3E;
	--green-dark-3: #3A6351;

	--green-light-1: #bdc9be;
	--green-light-2: #E1EEBC;
	--green-light-3: #CAE8BD;
	--green-light-4: #B0DB9C;

	/*--red-dark-1: #8C3333;*/


	--color-border-gray: #313131;
	--color-text-titles: #fafafa;
	--color-website-bg: #FFFDF6;
	--color-brand-main: #006a3b;

    --card-bg-dark: linear-gradient(180deg, rgba(255, 255, 255, 0.0192) 0%, rgba(255, 255, 255, 0.0576) 100%);

    --card-bg-light: linear-gradient(180deg, rgba(255, 255, 255, 0.15) -7.56%, rgba(255, 255, 255, 0.45) 55.17%, rgba(255, 255, 255, 0.9) 96.99%);
: linear-gradient(180deg, rgba(241, 241, 237, 0.2) -7.56%, rgba(241, 241, 237, 0.45) 55.17%, rgba(241, 241, 237, 0.9) 96.99%);

    --shine-border: inset 1px 1px 1px 0 rgb(255 255 255 / 8%), inset 0 0 1px 1px rgb(255 255 255 / 8%);


	/* Shadows */
	--shadow-default: 0 5px 10px 0 rgba(0, 0, 0, 0.13),
		0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
