@use '@lucca-front/scss/src/commons/utils/namespace';

@mixin vars($atRoot: namespace.$defaultAtRoot) {
	@at-root ($atRoot) {
		:root {
			--components-calloutPopover-width: 30rem;
		}
	}
}
