	:root {
		--LP-background: #fff;
		--LP-foreground: #000000bd;
		--LP-title-color: #155da6;
		--LP-btn-color: #155da6;
		--LP-btn-hover: #155da6;
		--countdown-item-background: color-mix(in srgb, var(--LP-btn-color) 5%, #fff);
		--form-border-left: none;
		--form-radius: 16px;
	}

	.landing-page__submit .btn {
		--btn-foreground: #fff;
	}