:root {
	--white-color: #fff;
	--black-color: #000;
	--dark-color: rgba(33, 37, 41, 1);
	--red-color: #ec2029;
	--blue-color: #0065d1;
	--error-color: #D40023;
	--notify-color: #d60024;
	--warning-color: #ffb700;
	--success-color: #006400;

	--border-color: #e5e7eb;

	--brand-50: 255 248 242;
	--neutral-800: 23 24 28;
	--neutral-100: 214 215 219;
	--subbrand-500: 7 112 228;
	--brand-500: 252 121 13;
	--text-selection-outline: 0 96 199;
	--border-secondary: 200 202 208;
	--bg-brand-hover: var(--brand-50);

	--background-light: #fff7ea;
	--background-light-2: #fdf8e4;

	--text-default: #000;
	--text-primary: #000;
	--text-secondary: #5e616e;
	--text-brand: #ec5b26;
	
	--brand-color: #ec5b26;
	--primary-color: #f9b238;
	--primary-hover-color: #fb9e00;

	--loading-color-1: var(--brand-color);
    --loading-color-2: var(--warning-color);
	--home-background-color: #f9b238;

	--blue02-color: #438bf1;
	--main-color: #f9b238;
	--main-button-color: linear-gradient(26.73deg, #F9A51A 13.7%, #FBB612 29.8%, #FFDD00 66.81%);
}
