/**
 * ! Do not put any style here or il will be duplicated many times
 * https://vuetifyjs.com/en/features/sass-variables/#duplicated-css
 */
@forward 'vuetify/settings' with (
	$layers: true,
	$body-font-family: Arial,
	$utilities: (
		'typography': false,
	),
	$button-sizes: (
		'font-size': 1rem,
	),
	$button-text-letter-spacing: normal,
	$button-elevation: (
		'default': 0,
		'hover': 0,
		'active': 0,
	),
);
