@layer base {
	[data-follow-scroll-relative] {
		--s-y-px: var(--follow-scroll-relative-y, 0);
		--s-y: var(--follow-scroll-relative-progress-y, 0);
		--s-y-in: var(--follow-scroll-relative-progress-y-in, 0);
		--s-y-out: var(--follow-scroll-relative-progress-y-out, 0);
		--s-y-in-out: var(--follow-scroll-relative-progress-y-in-out, 0);
		--s-y-between: var(--follow-scroll-relative-progress-y-between, 0);

		--s-x-px: var(--follow-scroll-relative-x, 0);
		--s-x: var(--follow-scroll-relative-progress-x, 0);
		--s-x-in: var(--follow-scroll-relative-progress-x-in, 0);
		--s-x-out: var(--follow-scroll-relative-progress-x-out, 0);
		--s-x-in-out: var(--follow-scroll-relative-progress-x-in-out, 0);
		--s-x-between: var(--follow-scroll-relative-progress-x-between, 0);
	}
}
