/* This file is auto-generated from "src/Colors/colors.ts" by "scripts/compile-colors.ts". Do not modify directly */
$veracity-colors: (
	primary: (
		1: #ff33ff,
		2: #2e3191,
		3: #0070b1,
		4: #8dccd6,
		5: #0b1838,
		default: #0b1838,
	),
	secondary: (
		1: #ffffff,
		2: #f2f2f2,
		3: #e5e5e5,
		4: #cccccc,
		5: #9b9b9b,
		6: #6b747a,
		7: #333333,
		8: #000000,
		default: #ffffff,
	),
	warning: #dc7c45,
)