:root {
	/* Primary */
	--primary: #28a745;
	--primary-hover: #145322;
	--primary-dark: #034D2E;
	--rgba-primary-1: rgba(40,167,69,0.1);
	--rgba-primary-2: rgba(40,167,69,0.2);
	--rgba-primary-3: rgba(40,167,69,0.3);
	--rgba-primary-4: rgba(40,167,69,0.4);
	--rgba-primary-5: rgba(40,167,69,0.5);
	--rgba-primary-05: rgba(40,167,69,0.05);
	--rgba-primary-6: rgba(40,167,69,0.6);
	--rgba-primary-7: rgba(40,167,69,0.7);
	--rgba-primary-8: rgba(40,167,69,0.8);
	--rgba-primary-9: rgba(40,167,69,0.9);
	/* Other */
	--secondary: #232323;
	--theme-text-color: #fff;
	--title: #000000;
	/* Gradient */
	--gradient: linear-gradient(89deg, #24963e 1.12%, #28a745 44%);
	--gradient-1: linear-gradient(90deg, #186429 47.55%, #28a745 100.15%);
	--gradient-2: linear-gradient(90deg, #28a745 0%, #08210d 100%);
	--gradient-3: linear-gradient(180deg, var(--primary) 0%, #08210d 100%);
	/* Box Shadow */
	--primary-shadow: linear-gradient(90deg, #fcde3b 47.55%, #ebc600 100.15%);
	/* extra variable */
	--theme2-bg-pattern1: url(../images/pattern/theme/bg-pattern5.svg);
	--theme3-bg-color: #420b17;
	--theme3-secondary: #160105;
	--theme3-secondary2: #f7c024;
}
