@function to-rem($size) {
	@return calc(#{$size} * 1rem / var(--kolibri-root-font-size, 16));
}
