/** Voor input debugging **/
debug_variables {
    primary: ;
    secundary: ;
    tertiary: ;
}

	/**
	 * We need to render inline svg here to apply the correct color to the fill property of the svg
	 * When applying this inside the _ys-theming.scss the regex will replace the value and make the synthax incorrect 
	 */
	.arrow-indicator,
	.c-select,
	.mob-sub-menu > .mob-sub-menu--toggle::before,
	.mob-sub-menu--back > a::before,
	.mob-menu-collapse--toggle::before {
		background-image: url("data:image/svg+xml;charset=utf8,<svg height='20' viewBox='0 0 48 48' width='20' fill='' xmlns='http://www.w3.org/2000/svg'><path d='M14.83 16.42l9.17 9.17 9.17-9.17 2.83 2.83-12 12-12-12z'/></svg>") !important;
	}

/** Start style **/