@charset "utf-8";

@property --p {
	syntax: '<number>';
	inherits: true;
	initial-value: 1;
}
@keyframes circleHalfDrawDecorLine {
	from {
		--p: 0;
	}
	to {
		--p: 50;
	}
}
@keyframes circleFullDrawDecorLine {
	from {
		--p: 0;
	}
	to {
		--p: 100;
	}
}
