.text-theme-color-1 {
		color: #eba952;
	}

	.text-theme-hero-color {
		color: #ffffff !important;
	}

	.bg-theme-color-1 {
		background-color: #eba952;
	}

	.button--theme-color-1 {
		background: #eba952;
		color: #fff;
	}

	.link--theme-border-color-1 {
		border-color: #eba952;
	}

	.button--theme-color-1:hover,
	.button--theme-color-1:focus {
		background: rgba(235, 169, 82, .9);
		color: #fff;
	}

	.fill--theme-color-1 {
		fill: #eba952;
	}

			.menu-mobile__item__toggle {
			background-color: #eba952;
		}
		.top-menu__list--level-2,
		.top-menu__list-item--level-2 {
			background-color: #eba952;
		}
		.scrolled .scrolled\:bg-theme-color-1 {
			background-color: #eba952 !important;
		}
	
				
	.text-theme-color-2 {
		color: #e2c9b5;
	}

	.text-theme-hero-color {
		color: #ffffff !important;
	}

	.bg-theme-color-2 {
		background-color: #e2c9b5;
	}

	.button--theme-color-2 {
		background: #e2c9b5;
		color: #fff;
	}

	.link--theme-border-color-2 {
		border-color: #e2c9b5;
	}

	.button--theme-color-2:hover,
	.button--theme-color-2:focus {
		background: rgba(226, 201, 181, .9);
		color: #fff;
	}

	.fill--theme-color-2 {
		fill: #e2c9b5;
	}

	
				
	.text-theme-color-3 {
		color: #ffffff;
	}

	.text-theme-hero-color {
		color: #ffffff !important;
	}

	.bg-theme-color-3 {
		background-color: #ffffff;
	}

	.button--theme-color-3 {
		background: #ffffff;
		color: #fff;
	}

	.link--theme-border-color-3 {
		border-color: #ffffff;
	}

	.button--theme-color-3:hover,
	.button--theme-color-3:focus {
		background: rgba(255, 255, 255, .9);
		color: #fff;
	}

	.fill--theme-color-3 {
		fill: #ffffff;
	}