@function url-image($filePath) {
	@return url(unquote($assetsImages + '/' + $filePath));
}

@function url-font($filePath) {
	@return url(unquote($assetsFonts + '/' + $filePath));
}