@cerberus-design/styled-system
Version:
Cerberus Design System Panda-CSS styled-system.
1,896 lines (1,895 loc) • 144 kB
JavaScript
const tokens = {
"aspectRatios.square": {
"value": "1 / 1",
"variable": "var(--cerberus-aspect-ratios-square)"
},
"aspectRatios.landscape": {
"value": "4 / 3",
"variable": "var(--cerberus-aspect-ratios-landscape)"
},
"aspectRatios.portrait": {
"value": "3 / 4",
"variable": "var(--cerberus-aspect-ratios-portrait)"
},
"aspectRatios.wide": {
"value": "16 / 9",
"variable": "var(--cerberus-aspect-ratios-wide)"
},
"aspectRatios.ultrawide": {
"value": "18 / 5",
"variable": "var(--cerberus-aspect-ratios-ultrawide)"
},
"aspectRatios.golden": {
"value": "1.618 / 1",
"variable": "var(--cerberus-aspect-ratios-golden)"
},
"borders.none": {
"value": "none",
"variable": "var(--cerberus-borders-none)"
},
"easings.default": {
"value": "cubic-bezier(0.4, 0, 0.2, 1)",
"variable": "var(--cerberus-easings-default)"
},
"easings.linear": {
"value": "linear",
"variable": "var(--cerberus-easings-linear)"
},
"easings.in": {
"value": "cubic-bezier(0.4, 0, 1, 1)",
"variable": "var(--cerberus-easings-in)"
},
"easings.out": {
"value": "cubic-bezier(0, 0, 0.2, 1)",
"variable": "var(--cerberus-easings-out)"
},
"easings.in-out": {
"value": "cubic-bezier(0.4, 0, 0.2, 1)",
"variable": "var(--cerberus-easings-in-out)"
},
"durations.fastest": {
"value": "50ms",
"variable": "var(--cerberus-durations-fastest)"
},
"durations.faster": {
"value": "100ms",
"variable": "var(--cerberus-durations-faster)"
},
"durations.fast": {
"value": "150ms",
"variable": "var(--cerberus-durations-fast)"
},
"durations.normal": {
"value": "200ms",
"variable": "var(--cerberus-durations-normal)"
},
"durations.slow": {
"value": "300ms",
"variable": "var(--cerberus-durations-slow)"
},
"durations.slower": {
"value": "400ms",
"variable": "var(--cerberus-durations-slower)"
},
"durations.slowest": {
"value": "500ms",
"variable": "var(--cerberus-durations-slowest)"
},
"radii.xs": {
"value": "0.125rem",
"variable": "var(--cerberus-radii-xs)"
},
"radii.sm": {
"value": "0.25rem",
"variable": "var(--cerberus-radii-sm)"
},
"radii.md": {
"value": "0.375rem",
"variable": "var(--cerberus-radii-md)"
},
"radii.lg": {
"value": "0.5rem",
"variable": "var(--cerberus-radii-lg)"
},
"radii.xl": {
"value": "0.75rem",
"variable": "var(--cerberus-radii-xl)"
},
"radii.2xl": {
"value": "1rem",
"variable": "var(--cerberus-radii-2xl)"
},
"radii.3xl": {
"value": "1.5rem",
"variable": "var(--cerberus-radii-3xl)"
},
"radii.4xl": {
"value": "2rem",
"variable": "var(--cerberus-radii-4xl)"
},
"radii.full": {
"value": "9999px",
"variable": "var(--cerberus-radii-full)"
},
"fontWeights.thin": {
"value": "100",
"variable": "var(--cerberus-font-weights-thin)"
},
"fontWeights.extralight": {
"value": "200",
"variable": "var(--cerberus-font-weights-extralight)"
},
"fontWeights.light": {
"value": "300",
"variable": "var(--cerberus-font-weights-light)"
},
"fontWeights.normal": {
"value": "400",
"variable": "var(--cerberus-font-weights-normal)"
},
"fontWeights.medium": {
"value": "500",
"variable": "var(--cerberus-font-weights-medium)"
},
"fontWeights.semibold": {
"value": "600",
"variable": "var(--cerberus-font-weights-semibold)"
},
"fontWeights.bold": {
"value": "700",
"variable": "var(--cerberus-font-weights-bold)"
},
"fontWeights.extrabold": {
"value": "800",
"variable": "var(--cerberus-font-weights-extrabold)"
},
"fontWeights.black": {
"value": "900",
"variable": "var(--cerberus-font-weights-black)"
},
"lineHeights.none": {
"value": "1",
"variable": "var(--cerberus-line-heights-none)"
},
"lineHeights.tight": {
"value": "1.25",
"variable": "var(--cerberus-line-heights-tight)"
},
"lineHeights.snug": {
"value": "1.375",
"variable": "var(--cerberus-line-heights-snug)"
},
"lineHeights.normal": {
"value": "1.5",
"variable": "var(--cerberus-line-heights-normal)"
},
"lineHeights.relaxed": {
"value": "1.625",
"variable": "var(--cerberus-line-heights-relaxed)"
},
"lineHeights.loose": {
"value": "2",
"variable": "var(--cerberus-line-heights-loose)"
},
"letterSpacings.tighter": {
"value": "-0.05em",
"variable": "var(--cerberus-letter-spacings-tighter)"
},
"letterSpacings.tight": {
"value": "-0.025em",
"variable": "var(--cerberus-letter-spacings-tight)"
},
"letterSpacings.normal": {
"value": "0em",
"variable": "var(--cerberus-letter-spacings-normal)"
},
"letterSpacings.wide": {
"value": "0.025em",
"variable": "var(--cerberus-letter-spacings-wide)"
},
"letterSpacings.wider": {
"value": "0.05em",
"variable": "var(--cerberus-letter-spacings-wider)"
},
"letterSpacings.widest": {
"value": "0.1em",
"variable": "var(--cerberus-letter-spacings-widest)"
},
"fontSizes.2xs": {
"value": "0.5rem",
"variable": "var(--cerberus-font-sizes-2xs)"
},
"fontSizes.xs": {
"value": "0.75rem",
"variable": "var(--cerberus-font-sizes-xs)"
},
"fontSizes.sm": {
"value": "0.875rem",
"variable": "var(--cerberus-font-sizes-sm)"
},
"fontSizes.md": {
"value": "1rem",
"variable": "var(--cerberus-font-sizes-md)"
},
"fontSizes.lg": {
"value": "1.125rem",
"variable": "var(--cerberus-font-sizes-lg)"
},
"fontSizes.xl": {
"value": "1.25rem",
"variable": "var(--cerberus-font-sizes-xl)"
},
"fontSizes.2xl": {
"value": "1.5rem",
"variable": "var(--cerberus-font-sizes-2xl)"
},
"fontSizes.3xl": {
"value": "1.875rem",
"variable": "var(--cerberus-font-sizes-3xl)"
},
"fontSizes.4xl": {
"value": "2.25rem",
"variable": "var(--cerberus-font-sizes-4xl)"
},
"fontSizes.5xl": {
"value": "3rem",
"variable": "var(--cerberus-font-sizes-5xl)"
},
"fontSizes.6xl": {
"value": "3.75rem",
"variable": "var(--cerberus-font-sizes-6xl)"
},
"fontSizes.7xl": {
"value": "4.5rem",
"variable": "var(--cerberus-font-sizes-7xl)"
},
"fontSizes.8xl": {
"value": "6rem",
"variable": "var(--cerberus-font-sizes-8xl)"
},
"fontSizes.9xl": {
"value": "8rem",
"variable": "var(--cerberus-font-sizes-9xl)"
},
"blurs.sm": {
"value": "4px",
"variable": "var(--cerberus-blurs-sm)"
},
"blurs.base": {
"value": "8px",
"variable": "var(--cerberus-blurs-base)"
},
"blurs.md": {
"value": "12px",
"variable": "var(--cerberus-blurs-md)"
},
"blurs.lg": {
"value": "16px",
"variable": "var(--cerberus-blurs-lg)"
},
"blurs.xl": {
"value": "24px",
"variable": "var(--cerberus-blurs-xl)"
},
"blurs.2xl": {
"value": "40px",
"variable": "var(--cerberus-blurs-2xl)"
},
"blurs.3xl": {
"value": "64px",
"variable": "var(--cerberus-blurs-3xl)"
},
"sizes.0": {
"value": "0rem",
"variable": "var(--cerberus-sizes-0)"
},
"sizes.1": {
"value": "0.25rem",
"variable": "var(--cerberus-sizes-1)"
},
"sizes.2": {
"value": "0.5rem",
"variable": "var(--cerberus-sizes-2)"
},
"sizes.3": {
"value": "0.75rem",
"variable": "var(--cerberus-sizes-3)"
},
"sizes.4": {
"value": "1rem",
"variable": "var(--cerberus-sizes-4)"
},
"sizes.5": {
"value": "1.25rem",
"variable": "var(--cerberus-sizes-5)"
},
"sizes.6": {
"value": "1.5rem",
"variable": "var(--cerberus-sizes-6)"
},
"sizes.7": {
"value": "1.75rem",
"variable": "var(--cerberus-sizes-7)"
},
"sizes.8": {
"value": "2rem",
"variable": "var(--cerberus-sizes-8)"
},
"sizes.9": {
"value": "2.25rem",
"variable": "var(--cerberus-sizes-9)"
},
"sizes.10": {
"value": "2.5rem",
"variable": "var(--cerberus-sizes-10)"
},
"sizes.11": {
"value": "2.75rem",
"variable": "var(--cerberus-sizes-11)"
},
"sizes.12": {
"value": "3rem",
"variable": "var(--cerberus-sizes-12)"
},
"sizes.14": {
"value": "3.5rem",
"variable": "var(--cerberus-sizes-14)"
},
"sizes.16": {
"value": "4rem",
"variable": "var(--cerberus-sizes-16)"
},
"sizes.20": {
"value": "5rem",
"variable": "var(--cerberus-sizes-20)"
},
"sizes.24": {
"value": "6rem",
"variable": "var(--cerberus-sizes-24)"
},
"sizes.28": {
"value": "7rem",
"variable": "var(--cerberus-sizes-28)"
},
"sizes.32": {
"value": "8rem",
"variable": "var(--cerberus-sizes-32)"
},
"sizes.36": {
"value": "9rem",
"variable": "var(--cerberus-sizes-36)"
},
"sizes.40": {
"value": "10rem",
"variable": "var(--cerberus-sizes-40)"
},
"sizes.44": {
"value": "11rem",
"variable": "var(--cerberus-sizes-44)"
},
"sizes.48": {
"value": "12rem",
"variable": "var(--cerberus-sizes-48)"
},
"sizes.52": {
"value": "13rem",
"variable": "var(--cerberus-sizes-52)"
},
"sizes.56": {
"value": "14rem",
"variable": "var(--cerberus-sizes-56)"
},
"sizes.60": {
"value": "15rem",
"variable": "var(--cerberus-sizes-60)"
},
"sizes.64": {
"value": "16rem",
"variable": "var(--cerberus-sizes-64)"
},
"sizes.72": {
"value": "18rem",
"variable": "var(--cerberus-sizes-72)"
},
"sizes.80": {
"value": "20rem",
"variable": "var(--cerberus-sizes-80)"
},
"sizes.96": {
"value": "24rem",
"variable": "var(--cerberus-sizes-96)"
},
"sizes.0.5": {
"value": "0.125rem",
"variable": "var(--cerberus-sizes-0\\.5)"
},
"sizes.1.5": {
"value": "0.375rem",
"variable": "var(--cerberus-sizes-1\\.5)"
},
"sizes.2.5": {
"value": "0.625rem",
"variable": "var(--cerberus-sizes-2\\.5)"
},
"sizes.3.5": {
"value": "0.875rem",
"variable": "var(--cerberus-sizes-3\\.5)"
},
"sizes.xs": {
"value": "20rem",
"variable": "var(--cerberus-sizes-xs)"
},
"sizes.sm": {
"value": "24rem",
"variable": "var(--cerberus-sizes-sm)"
},
"sizes.md": {
"value": "28rem",
"variable": "var(--cerberus-sizes-md)"
},
"sizes.lg": {
"value": "32rem",
"variable": "var(--cerberus-sizes-lg)"
},
"sizes.xl": {
"value": "36rem",
"variable": "var(--cerberus-sizes-xl)"
},
"sizes.2xl": {
"value": "42rem",
"variable": "var(--cerberus-sizes-2xl)"
},
"sizes.3xl": {
"value": "48rem",
"variable": "var(--cerberus-sizes-3xl)"
},
"sizes.4xl": {
"value": "56rem",
"variable": "var(--cerberus-sizes-4xl)"
},
"sizes.5xl": {
"value": "64rem",
"variable": "var(--cerberus-sizes-5xl)"
},
"sizes.6xl": {
"value": "72rem",
"variable": "var(--cerberus-sizes-6xl)"
},
"sizes.7xl": {
"value": "80rem",
"variable": "var(--cerberus-sizes-7xl)"
},
"sizes.8xl": {
"value": "90rem",
"variable": "var(--cerberus-sizes-8xl)"
},
"sizes.prose": {
"value": "65ch",
"variable": "var(--cerberus-sizes-prose)"
},
"sizes.full": {
"value": "100%",
"variable": "var(--cerberus-sizes-full)"
},
"sizes.min": {
"value": "min-content",
"variable": "var(--cerberus-sizes-min)"
},
"sizes.max": {
"value": "max-content",
"variable": "var(--cerberus-sizes-max)"
},
"sizes.fit": {
"value": "fit-content",
"variable": "var(--cerberus-sizes-fit)"
},
"sizes.breakpoint-sm": {
"value": "640px",
"variable": "var(--cerberus-sizes-breakpoint-sm)"
},
"sizes.breakpoint-md": {
"value": "768px",
"variable": "var(--cerberus-sizes-breakpoint-md)"
},
"sizes.breakpoint-lg": {
"value": "1024px",
"variable": "var(--cerberus-sizes-breakpoint-lg)"
},
"sizes.breakpoint-xl": {
"value": "1280px",
"variable": "var(--cerberus-sizes-breakpoint-xl)"
},
"sizes.breakpoint-2xl": {
"value": "1536px",
"variable": "var(--cerberus-sizes-breakpoint-2xl)"
},
"animations.spin": {
"value": "spin 1s linear infinite",
"variable": "var(--cerberus-animations-spin)"
},
"animations.ping": {
"value": "ping 1s cubic-bezier(0, 0, 0.2, 1) infinite",
"variable": "var(--cerberus-animations-ping)"
},
"animations.pulse": {
"value": "pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite",
"variable": "var(--cerberus-animations-pulse)"
},
"animations.bounce": {
"value": "bounce 1s infinite",
"variable": "var(--cerberus-animations-bounce)"
},
"colors.current": {
"value": "currentColor",
"variable": "var(--cerberus-colors-current)"
},
"colors.black": {
"value": "#000",
"variable": "var(--cerberus-colors-black)"
},
"colors.white": {
"value": "#fff",
"variable": "var(--cerberus-colors-white)"
},
"colors.transparent": {
"value": "rgb(0 0 0 / 0)",
"variable": "var(--cerberus-colors-transparent)"
},
"colors.rose.50": {
"value": "#fff1f2",
"variable": "var(--cerberus-colors-rose-50)"
},
"colors.rose.100": {
"value": "#ffe4e6",
"variable": "var(--cerberus-colors-rose-100)"
},
"colors.rose.200": {
"value": "#fecdd3",
"variable": "var(--cerberus-colors-rose-200)"
},
"colors.rose.300": {
"value": "#fda4af",
"variable": "var(--cerberus-colors-rose-300)"
},
"colors.rose.400": {
"value": "#fb7185",
"variable": "var(--cerberus-colors-rose-400)"
},
"colors.rose.500": {
"value": "#f43f5e",
"variable": "var(--cerberus-colors-rose-500)"
},
"colors.rose.600": {
"value": "#e11d48",
"variable": "var(--cerberus-colors-rose-600)"
},
"colors.rose.700": {
"value": "#be123c",
"variable": "var(--cerberus-colors-rose-700)"
},
"colors.rose.800": {
"value": "#9f1239",
"variable": "var(--cerberus-colors-rose-800)"
},
"colors.rose.900": {
"value": "#881337",
"variable": "var(--cerberus-colors-rose-900)"
},
"colors.rose.950": {
"value": "#4c0519",
"variable": "var(--cerberus-colors-rose-950)"
},
"colors.pink.50": {
"value": "#fdf2f8",
"variable": "var(--cerberus-colors-pink-50)"
},
"colors.pink.100": {
"value": "#fce7f3",
"variable": "var(--cerberus-colors-pink-100)"
},
"colors.pink.200": {
"value": "#fbcfe8",
"variable": "var(--cerberus-colors-pink-200)"
},
"colors.pink.300": {
"value": "#f9a8d4",
"variable": "var(--cerberus-colors-pink-300)"
},
"colors.pink.400": {
"value": "#f472b6",
"variable": "var(--cerberus-colors-pink-400)"
},
"colors.pink.500": {
"value": "#ec4899",
"variable": "var(--cerberus-colors-pink-500)"
},
"colors.pink.600": {
"value": "#db2777",
"variable": "var(--cerberus-colors-pink-600)"
},
"colors.pink.700": {
"value": "#be185d",
"variable": "var(--cerberus-colors-pink-700)"
},
"colors.pink.800": {
"value": "#9d174d",
"variable": "var(--cerberus-colors-pink-800)"
},
"colors.pink.900": {
"value": "#831843",
"variable": "var(--cerberus-colors-pink-900)"
},
"colors.pink.950": {
"value": "#500724",
"variable": "var(--cerberus-colors-pink-950)"
},
"colors.fuchsia.50": {
"value": "#fdf4ff",
"variable": "var(--cerberus-colors-fuchsia-50)"
},
"colors.fuchsia.100": {
"value": "#fae8ff",
"variable": "var(--cerberus-colors-fuchsia-100)"
},
"colors.fuchsia.200": {
"value": "#f5d0fe",
"variable": "var(--cerberus-colors-fuchsia-200)"
},
"colors.fuchsia.300": {
"value": "#f0abfc",
"variable": "var(--cerberus-colors-fuchsia-300)"
},
"colors.fuchsia.400": {
"value": "#e879f9",
"variable": "var(--cerberus-colors-fuchsia-400)"
},
"colors.fuchsia.500": {
"value": "#d946ef",
"variable": "var(--cerberus-colors-fuchsia-500)"
},
"colors.fuchsia.600": {
"value": "#c026d3",
"variable": "var(--cerberus-colors-fuchsia-600)"
},
"colors.fuchsia.700": {
"value": "#a21caf",
"variable": "var(--cerberus-colors-fuchsia-700)"
},
"colors.fuchsia.800": {
"value": "#86198f",
"variable": "var(--cerberus-colors-fuchsia-800)"
},
"colors.fuchsia.900": {
"value": "#701a75",
"variable": "var(--cerberus-colors-fuchsia-900)"
},
"colors.fuchsia.950": {
"value": "#4a044e",
"variable": "var(--cerberus-colors-fuchsia-950)"
},
"colors.purple.50": {
"value": "#faf5ff",
"variable": "var(--cerberus-colors-purple-50)"
},
"colors.purple.100": {
"value": "#f3e8ff",
"variable": "var(--cerberus-colors-purple-100)"
},
"colors.purple.200": {
"value": "#e9d5ff",
"variable": "var(--cerberus-colors-purple-200)"
},
"colors.purple.300": {
"value": "#d8b4fe",
"variable": "var(--cerberus-colors-purple-300)"
},
"colors.purple.400": {
"value": "#c084fc",
"variable": "var(--cerberus-colors-purple-400)"
},
"colors.purple.500": {
"value": "#a855f7",
"variable": "var(--cerberus-colors-purple-500)"
},
"colors.purple.600": {
"value": "#9333ea",
"variable": "var(--cerberus-colors-purple-600)"
},
"colors.purple.700": {
"value": "#7e22ce",
"variable": "var(--cerberus-colors-purple-700)"
},
"colors.purple.800": {
"value": "#6b21a8",
"variable": "var(--cerberus-colors-purple-800)"
},
"colors.purple.900": {
"value": "#581c87",
"variable": "var(--cerberus-colors-purple-900)"
},
"colors.purple.950": {
"value": "#3b0764",
"variable": "var(--cerberus-colors-purple-950)"
},
"colors.violet.50": {
"value": "#f5f3ff",
"variable": "var(--cerberus-colors-violet-50)"
},
"colors.violet.100": {
"value": "#ede9fe",
"variable": "var(--cerberus-colors-violet-100)"
},
"colors.violet.200": {
"value": "#ddd6fe",
"variable": "var(--cerberus-colors-violet-200)"
},
"colors.violet.300": {
"value": "#c4b5fd",
"variable": "var(--cerberus-colors-violet-300)"
},
"colors.violet.400": {
"value": "#a78bfa",
"variable": "var(--cerberus-colors-violet-400)"
},
"colors.violet.500": {
"value": "#8b5cf6",
"variable": "var(--cerberus-colors-violet-500)"
},
"colors.violet.600": {
"value": "#7c3aed",
"variable": "var(--cerberus-colors-violet-600)"
},
"colors.violet.700": {
"value": "#6d28d9",
"variable": "var(--cerberus-colors-violet-700)"
},
"colors.violet.800": {
"value": "#5b21b6",
"variable": "var(--cerberus-colors-violet-800)"
},
"colors.violet.900": {
"value": "#4c1d95",
"variable": "var(--cerberus-colors-violet-900)"
},
"colors.violet.950": {
"value": "#2e1065",
"variable": "var(--cerberus-colors-violet-950)"
},
"colors.indigo.50": {
"value": "#eef2ff",
"variable": "var(--cerberus-colors-indigo-50)"
},
"colors.indigo.100": {
"value": "#e0e7ff",
"variable": "var(--cerberus-colors-indigo-100)"
},
"colors.indigo.200": {
"value": "#c7d2fe",
"variable": "var(--cerberus-colors-indigo-200)"
},
"colors.indigo.300": {
"value": "#a5b4fc",
"variable": "var(--cerberus-colors-indigo-300)"
},
"colors.indigo.400": {
"value": "#818cf8",
"variable": "var(--cerberus-colors-indigo-400)"
},
"colors.indigo.500": {
"value": "#6366f1",
"variable": "var(--cerberus-colors-indigo-500)"
},
"colors.indigo.600": {
"value": "#4f46e5",
"variable": "var(--cerberus-colors-indigo-600)"
},
"colors.indigo.700": {
"value": "#4338ca",
"variable": "var(--cerberus-colors-indigo-700)"
},
"colors.indigo.800": {
"value": "#3730a3",
"variable": "var(--cerberus-colors-indigo-800)"
},
"colors.indigo.900": {
"value": "#312e81",
"variable": "var(--cerberus-colors-indigo-900)"
},
"colors.indigo.950": {
"value": "#1e1b4b",
"variable": "var(--cerberus-colors-indigo-950)"
},
"colors.blue.50": {
"value": "#eff6ff",
"variable": "var(--cerberus-colors-blue-50)"
},
"colors.blue.100": {
"value": "#dbeafe",
"variable": "var(--cerberus-colors-blue-100)"
},
"colors.blue.200": {
"value": "#bfdbfe",
"variable": "var(--cerberus-colors-blue-200)"
},
"colors.blue.300": {
"value": "#93c5fd",
"variable": "var(--cerberus-colors-blue-300)"
},
"colors.blue.400": {
"value": "#60a5fa",
"variable": "var(--cerberus-colors-blue-400)"
},
"colors.blue.500": {
"value": "#3b82f6",
"variable": "var(--cerberus-colors-blue-500)"
},
"colors.blue.600": {
"value": "#2563eb",
"variable": "var(--cerberus-colors-blue-600)"
},
"colors.blue.700": {
"value": "#1d4ed8",
"variable": "var(--cerberus-colors-blue-700)"
},
"colors.blue.800": {
"value": "#1e40af",
"variable": "var(--cerberus-colors-blue-800)"
},
"colors.blue.900": {
"value": "#1e3a8a",
"variable": "var(--cerberus-colors-blue-900)"
},
"colors.blue.950": {
"value": "#172554",
"variable": "var(--cerberus-colors-blue-950)"
},
"colors.sky.50": {
"value": "#f0f9ff",
"variable": "var(--cerberus-colors-sky-50)"
},
"colors.sky.100": {
"value": "#e0f2fe",
"variable": "var(--cerberus-colors-sky-100)"
},
"colors.sky.200": {
"value": "#bae6fd",
"variable": "var(--cerberus-colors-sky-200)"
},
"colors.sky.300": {
"value": "#7dd3fc",
"variable": "var(--cerberus-colors-sky-300)"
},
"colors.sky.400": {
"value": "#38bdf8",
"variable": "var(--cerberus-colors-sky-400)"
},
"colors.sky.500": {
"value": "#0ea5e9",
"variable": "var(--cerberus-colors-sky-500)"
},
"colors.sky.600": {
"value": "#0284c7",
"variable": "var(--cerberus-colors-sky-600)"
},
"colors.sky.700": {
"value": "#0369a1",
"variable": "var(--cerberus-colors-sky-700)"
},
"colors.sky.800": {
"value": "#075985",
"variable": "var(--cerberus-colors-sky-800)"
},
"colors.sky.900": {
"value": "#0c4a6e",
"variable": "var(--cerberus-colors-sky-900)"
},
"colors.sky.950": {
"value": "#082f49",
"variable": "var(--cerberus-colors-sky-950)"
},
"colors.cyan.50": {
"value": "#ecfeff",
"variable": "var(--cerberus-colors-cyan-50)"
},
"colors.cyan.100": {
"value": "#cffafe",
"variable": "var(--cerberus-colors-cyan-100)"
},
"colors.cyan.200": {
"value": "#a5f3fc",
"variable": "var(--cerberus-colors-cyan-200)"
},
"colors.cyan.300": {
"value": "#67e8f9",
"variable": "var(--cerberus-colors-cyan-300)"
},
"colors.cyan.400": {
"value": "#22d3ee",
"variable": "var(--cerberus-colors-cyan-400)"
},
"colors.cyan.500": {
"value": "#06b6d4",
"variable": "var(--cerberus-colors-cyan-500)"
},
"colors.cyan.600": {
"value": "#0891b2",
"variable": "var(--cerberus-colors-cyan-600)"
},
"colors.cyan.700": {
"value": "#0e7490",
"variable": "var(--cerberus-colors-cyan-700)"
},
"colors.cyan.800": {
"value": "#155e75",
"variable": "var(--cerberus-colors-cyan-800)"
},
"colors.cyan.900": {
"value": "#164e63",
"variable": "var(--cerberus-colors-cyan-900)"
},
"colors.cyan.950": {
"value": "#083344",
"variable": "var(--cerberus-colors-cyan-950)"
},
"colors.teal.50": {
"value": "#f0fdfa",
"variable": "var(--cerberus-colors-teal-50)"
},
"colors.teal.100": {
"value": "#ccfbf1",
"variable": "var(--cerberus-colors-teal-100)"
},
"colors.teal.200": {
"value": "#99f6e4",
"variable": "var(--cerberus-colors-teal-200)"
},
"colors.teal.300": {
"value": "#5eead4",
"variable": "var(--cerberus-colors-teal-300)"
},
"colors.teal.400": {
"value": "#2dd4bf",
"variable": "var(--cerberus-colors-teal-400)"
},
"colors.teal.500": {
"value": "#14b8a6",
"variable": "var(--cerberus-colors-teal-500)"
},
"colors.teal.600": {
"value": "#0d9488",
"variable": "var(--cerberus-colors-teal-600)"
},
"colors.teal.700": {
"value": "#0f766e",
"variable": "var(--cerberus-colors-teal-700)"
},
"colors.teal.800": {
"value": "#115e59",
"variable": "var(--cerberus-colors-teal-800)"
},
"colors.teal.900": {
"value": "#134e4a",
"variable": "var(--cerberus-colors-teal-900)"
},
"colors.teal.950": {
"value": "#042f2e",
"variable": "var(--cerberus-colors-teal-950)"
},
"colors.emerald.50": {
"value": "#ecfdf5",
"variable": "var(--cerberus-colors-emerald-50)"
},
"colors.emerald.100": {
"value": "#d1fae5",
"variable": "var(--cerberus-colors-emerald-100)"
},
"colors.emerald.200": {
"value": "#a7f3d0",
"variable": "var(--cerberus-colors-emerald-200)"
},
"colors.emerald.300": {
"value": "#6ee7b7",
"variable": "var(--cerberus-colors-emerald-300)"
},
"colors.emerald.400": {
"value": "#34d399",
"variable": "var(--cerberus-colors-emerald-400)"
},
"colors.emerald.500": {
"value": "#10b981",
"variable": "var(--cerberus-colors-emerald-500)"
},
"colors.emerald.600": {
"value": "#059669",
"variable": "var(--cerberus-colors-emerald-600)"
},
"colors.emerald.700": {
"value": "#047857",
"variable": "var(--cerberus-colors-emerald-700)"
},
"colors.emerald.800": {
"value": "#065f46",
"variable": "var(--cerberus-colors-emerald-800)"
},
"colors.emerald.900": {
"value": "#064e3b",
"variable": "var(--cerberus-colors-emerald-900)"
},
"colors.emerald.950": {
"value": "#022c22",
"variable": "var(--cerberus-colors-emerald-950)"
},
"colors.green.50": {
"value": "#f0fdf4",
"variable": "var(--cerberus-colors-green-50)"
},
"colors.green.100": {
"value": "#dcfce7",
"variable": "var(--cerberus-colors-green-100)"
},
"colors.green.200": {
"value": "#bbf7d0",
"variable": "var(--cerberus-colors-green-200)"
},
"colors.green.300": {
"value": "#86efac",
"variable": "var(--cerberus-colors-green-300)"
},
"colors.green.400": {
"value": "#4ade80",
"variable": "var(--cerberus-colors-green-400)"
},
"colors.green.500": {
"value": "#22c55e",
"variable": "var(--cerberus-colors-green-500)"
},
"colors.green.600": {
"value": "#16a34a",
"variable": "var(--cerberus-colors-green-600)"
},
"colors.green.700": {
"value": "#15803d",
"variable": "var(--cerberus-colors-green-700)"
},
"colors.green.800": {
"value": "#166534",
"variable": "var(--cerberus-colors-green-800)"
},
"colors.green.900": {
"value": "#14532d",
"variable": "var(--cerberus-colors-green-900)"
},
"colors.green.950": {
"value": "#052e16",
"variable": "var(--cerberus-colors-green-950)"
},
"colors.lime.50": {
"value": "#f7fee7",
"variable": "var(--cerberus-colors-lime-50)"
},
"colors.lime.100": {
"value": "#ecfccb",
"variable": "var(--cerberus-colors-lime-100)"
},
"colors.lime.200": {
"value": "#d9f99d",
"variable": "var(--cerberus-colors-lime-200)"
},
"colors.lime.300": {
"value": "#bef264",
"variable": "var(--cerberus-colors-lime-300)"
},
"colors.lime.400": {
"value": "#a3e635",
"variable": "var(--cerberus-colors-lime-400)"
},
"colors.lime.500": {
"value": "#84cc16",
"variable": "var(--cerberus-colors-lime-500)"
},
"colors.lime.600": {
"value": "#65a30d",
"variable": "var(--cerberus-colors-lime-600)"
},
"colors.lime.700": {
"value": "#4d7c0f",
"variable": "var(--cerberus-colors-lime-700)"
},
"colors.lime.800": {
"value": "#3f6212",
"variable": "var(--cerberus-colors-lime-800)"
},
"colors.lime.900": {
"value": "#365314",
"variable": "var(--cerberus-colors-lime-900)"
},
"colors.lime.950": {
"value": "#1a2e05",
"variable": "var(--cerberus-colors-lime-950)"
},
"colors.yellow.50": {
"value": "#fefce8",
"variable": "var(--cerberus-colors-yellow-50)"
},
"colors.yellow.100": {
"value": "#fef9c3",
"variable": "var(--cerberus-colors-yellow-100)"
},
"colors.yellow.200": {
"value": "#fef08a",
"variable": "var(--cerberus-colors-yellow-200)"
},
"colors.yellow.300": {
"value": "#fde047",
"variable": "var(--cerberus-colors-yellow-300)"
},
"colors.yellow.400": {
"value": "#facc15",
"variable": "var(--cerberus-colors-yellow-400)"
},
"colors.yellow.500": {
"value": "#eab308",
"variable": "var(--cerberus-colors-yellow-500)"
},
"colors.yellow.600": {
"value": "#ca8a04",
"variable": "var(--cerberus-colors-yellow-600)"
},
"colors.yellow.700": {
"value": "#a16207",
"variable": "var(--cerberus-colors-yellow-700)"
},
"colors.yellow.800": {
"value": "#854d0e",
"variable": "var(--cerberus-colors-yellow-800)"
},
"colors.yellow.900": {
"value": "#713f12",
"variable": "var(--cerberus-colors-yellow-900)"
},
"colors.yellow.950": {
"value": "#422006",
"variable": "var(--cerberus-colors-yellow-950)"
},
"colors.amber.50": {
"value": "#fffbeb",
"variable": "var(--cerberus-colors-amber-50)"
},
"colors.amber.100": {
"value": "#fef3c7",
"variable": "var(--cerberus-colors-amber-100)"
},
"colors.amber.200": {
"value": "#fde68a",
"variable": "var(--cerberus-colors-amber-200)"
},
"colors.amber.300": {
"value": "#fcd34d",
"variable": "var(--cerberus-colors-amber-300)"
},
"colors.amber.400": {
"value": "#fbbf24",
"variable": "var(--cerberus-colors-amber-400)"
},
"colors.amber.500": {
"value": "#f59e0b",
"variable": "var(--cerberus-colors-amber-500)"
},
"colors.amber.600": {
"value": "#d97706",
"variable": "var(--cerberus-colors-amber-600)"
},
"colors.amber.700": {
"value": "#b45309",
"variable": "var(--cerberus-colors-amber-700)"
},
"colors.amber.800": {
"value": "#92400e",
"variable": "var(--cerberus-colors-amber-800)"
},
"colors.amber.900": {
"value": "#78350f",
"variable": "var(--cerberus-colors-amber-900)"
},
"colors.amber.950": {
"value": "#451a03",
"variable": "var(--cerberus-colors-amber-950)"
},
"colors.orange.50": {
"value": "#fff7ed",
"variable": "var(--cerberus-colors-orange-50)"
},
"colors.orange.100": {
"value": "#ffedd5",
"variable": "var(--cerberus-colors-orange-100)"
},
"colors.orange.200": {
"value": "#fed7aa",
"variable": "var(--cerberus-colors-orange-200)"
},
"colors.orange.300": {
"value": "#fdba74",
"variable": "var(--cerberus-colors-orange-300)"
},
"colors.orange.400": {
"value": "#fb923c",
"variable": "var(--cerberus-colors-orange-400)"
},
"colors.orange.500": {
"value": "#f97316",
"variable": "var(--cerberus-colors-orange-500)"
},
"colors.orange.600": {
"value": "#ea580c",
"variable": "var(--cerberus-colors-orange-600)"
},
"colors.orange.700": {
"value": "#c2410c",
"variable": "var(--cerberus-colors-orange-700)"
},
"colors.orange.800": {
"value": "#9a3412",
"variable": "var(--cerberus-colors-orange-800)"
},
"colors.orange.900": {
"value": "#7c2d12",
"variable": "var(--cerberus-colors-orange-900)"
},
"colors.orange.950": {
"value": "#431407",
"variable": "var(--cerberus-colors-orange-950)"
},
"colors.red.50": {
"value": "#fef2f2",
"variable": "var(--cerberus-colors-red-50)"
},
"colors.red.100": {
"value": "#fee2e2",
"variable": "var(--cerberus-colors-red-100)"
},
"colors.red.200": {
"value": "#fecaca",
"variable": "var(--cerberus-colors-red-200)"
},
"colors.red.300": {
"value": "#fca5a5",
"variable": "var(--cerberus-colors-red-300)"
},
"colors.red.400": {
"value": "#f87171",
"variable": "var(--cerberus-colors-red-400)"
},
"colors.red.500": {
"value": "#ef4444",
"variable": "var(--cerberus-colors-red-500)"
},
"colors.red.600": {
"value": "#dc2626",
"variable": "var(--cerberus-colors-red-600)"
},
"colors.red.700": {
"value": "#b91c1c",
"variable": "var(--cerberus-colors-red-700)"
},
"colors.red.800": {
"value": "#991b1b",
"variable": "var(--cerberus-colors-red-800)"
},
"colors.red.900": {
"value": "#7f1d1d",
"variable": "var(--cerberus-colors-red-900)"
},
"colors.red.950": {
"value": "#450a0a",
"variable": "var(--cerberus-colors-red-950)"
},
"colors.neutral.50": {
"value": "#fafafa",
"variable": "var(--cerberus-colors-neutral-50)"
},
"colors.neutral.100": {
"value": "#f5f5f5",
"variable": "var(--cerberus-colors-neutral-100)"
},
"colors.neutral.200": {
"value": "#e5e5e5",
"variable": "var(--cerberus-colors-neutral-200)"
},
"colors.neutral.300": {
"value": "#d4d4d4",
"variable": "var(--cerberus-colors-neutral-300)"
},
"colors.neutral.400": {
"value": "#a3a3a3",
"variable": "var(--cerberus-colors-neutral-400)"
},
"colors.neutral.500": {
"value": "#737373",
"variable": "var(--cerberus-colors-neutral-500)"
},
"colors.neutral.600": {
"value": "#525252",
"variable": "var(--cerberus-colors-neutral-600)"
},
"colors.neutral.700": {
"value": "#404040",
"variable": "var(--cerberus-colors-neutral-700)"
},
"colors.neutral.800": {
"value": "#262626",
"variable": "var(--cerberus-colors-neutral-800)"
},
"colors.neutral.900": {
"value": "#171717",
"variable": "var(--cerberus-colors-neutral-900)"
},
"colors.neutral.950": {
"value": "#0a0a0a",
"variable": "var(--cerberus-colors-neutral-950)"
},
"colors.stone.50": {
"value": "#fafaf9",
"variable": "var(--cerberus-colors-stone-50)"
},
"colors.stone.100": {
"value": "#f5f5f4",
"variable": "var(--cerberus-colors-stone-100)"
},
"colors.stone.200": {
"value": "#e7e5e4",
"variable": "var(--cerberus-colors-stone-200)"
},
"colors.stone.300": {
"value": "#d6d3d1",
"variable": "var(--cerberus-colors-stone-300)"
},
"colors.stone.400": {
"value": "#a8a29e",
"variable": "var(--cerberus-colors-stone-400)"
},
"colors.stone.500": {
"value": "#78716c",
"variable": "var(--cerberus-colors-stone-500)"
},
"colors.stone.600": {
"value": "#57534e",
"variable": "var(--cerberus-colors-stone-600)"
},
"colors.stone.700": {
"value": "#44403c",
"variable": "var(--cerberus-colors-stone-700)"
},
"colors.stone.800": {
"value": "#292524",
"variable": "var(--cerberus-colors-stone-800)"
},
"colors.stone.900": {
"value": "#1c1917",
"variable": "var(--cerberus-colors-stone-900)"
},
"colors.stone.950": {
"value": "#0c0a09",
"variable": "var(--cerberus-colors-stone-950)"
},
"colors.zinc.50": {
"value": "#fafafa",
"variable": "var(--cerberus-colors-zinc-50)"
},
"colors.zinc.100": {
"value": "#f4f4f5",
"variable": "var(--cerberus-colors-zinc-100)"
},
"colors.zinc.200": {
"value": "#e4e4e7",
"variable": "var(--cerberus-colors-zinc-200)"
},
"colors.zinc.300": {
"value": "#d4d4d8",
"variable": "var(--cerberus-colors-zinc-300)"
},
"colors.zinc.400": {
"value": "#a1a1aa",
"variable": "var(--cerberus-colors-zinc-400)"
},
"colors.zinc.500": {
"value": "#71717a",
"variable": "var(--cerberus-colors-zinc-500)"
},
"colors.zinc.600": {
"value": "#52525b",
"variable": "var(--cerberus-colors-zinc-600)"
},
"colors.zinc.700": {
"value": "#3f3f46",
"variable": "var(--cerberus-colors-zinc-700)"
},
"colors.zinc.800": {
"value": "#27272a",
"variable": "var(--cerberus-colors-zinc-800)"
},
"colors.zinc.900": {
"value": "#18181b",
"variable": "var(--cerberus-colors-zinc-900)"
},
"colors.zinc.950": {
"value": "#09090b",
"variable": "var(--cerberus-colors-zinc-950)"
},
"colors.gray.50": {
"value": "#f9fafb",
"variable": "var(--cerberus-colors-gray-50)"
},
"colors.gray.100": {
"value": "#f3f4f6",
"variable": "var(--cerberus-colors-gray-100)"
},
"colors.gray.200": {
"value": "#e5e7eb",
"variable": "var(--cerberus-colors-gray-200)"
},
"colors.gray.300": {
"value": "#d1d5db",
"variable": "var(--cerberus-colors-gray-300)"
},
"colors.gray.400": {
"value": "#9ca3af",
"variable": "var(--cerberus-colors-gray-400)"
},
"colors.gray.500": {
"value": "#6b7280",
"variable": "var(--cerberus-colors-gray-500)"
},
"colors.gray.600": {
"value": "#4b5563",
"variable": "var(--cerberus-colors-gray-600)"
},
"colors.gray.700": {
"value": "#374151",
"variable": "var(--cerberus-colors-gray-700)"
},
"colors.gray.800": {
"value": "#1f2937",
"variable": "var(--cerberus-colors-gray-800)"
},
"colors.gray.900": {
"value": "#111827",
"variable": "var(--cerberus-colors-gray-900)"
},
"colors.gray.950": {
"value": "#030712",
"variable": "var(--cerberus-colors-gray-950)"
},
"colors.slate.50": {
"value": "#f8fafc",
"variable": "var(--cerberus-colors-slate-50)"
},
"colors.slate.100": {
"value": "#f1f5f9",
"variable": "var(--cerberus-colors-slate-100)"
},
"colors.slate.200": {
"value": "#e2e8f0",
"variable": "var(--cerberus-colors-slate-200)"
},
"colors.slate.300": {
"value": "#cbd5e1",
"variable": "var(--cerberus-colors-slate-300)"
},
"colors.slate.400": {
"value": "#94a3b8",
"variable": "var(--cerberus-colors-slate-400)"
},
"colors.slate.500": {
"value": "#64748b",
"variable": "var(--cerberus-colors-slate-500)"
},
"colors.slate.600": {
"value": "#475569",
"variable": "var(--cerberus-colors-slate-600)"
},
"colors.slate.700": {
"value": "#334155",
"variable": "var(--cerberus-colors-slate-700)"
},
"colors.slate.800": {
"value": "#1e293b",
"variable": "var(--cerberus-colors-slate-800)"
},
"colors.slate.900": {
"value": "#0f172a",
"variable": "var(--cerberus-colors-slate-900)"
},
"colors.slate.950": {
"value": "#020617",
"variable": "var(--cerberus-colors-slate-950)"
},
"colors.acheron.neutral.0": {
"value": "#fafafa",
"variable": "var(--cerberus-colors-acheron-neutral-0)"
},
"colors.acheron.neutral.5": {
"value": "#f4f3f2",
"variable": "var(--cerberus-colors-acheron-neutral-5)"
},
"colors.acheron.neutral.10": {
"value": "#ececec",
"variable": "var(--cerberus-colors-acheron-neutral-10)"
},
"colors.acheron.neutral.20": {
"value": "#dad9d8",
"variable": "var(--cerberus-colors-acheron-neutral-20)"
},
"colors.acheron.neutral.30": {
"value": "#b4b3b2",
"variable": "var(--cerberus-colors-acheron-neutral-30)"
},
"colors.acheron.neutral.40": {
"value": "#8f8d8b",
"variable": "var(--cerberus-colors-acheron-neutral-40)"
},
"colors.acheron.neutral.50": {
"value": "#6a6764",
"variable": "var(--cerberus-colors-acheron-neutral-50)"
},
"colors.acheron.neutral.60": {
"value": "#44413e",
"variable": "var(--cerberus-colors-acheron-neutral-60)"
},
"colors.acheron.neutral.70": {
"value": "#373431",
"variable": "var(--cerberus-colors-acheron-neutral-70)"
},
"colors.acheron.neutral.80": {
"value": "#292725",
"variable": "var(--cerberus-colors-acheron-neutral-80)"
},
"colors.acheron.neutral.90": {
"value": "#1b1a19",
"variable": "var(--cerberus-colors-acheron-neutral-90)"
},
"colors.acheron.neutral.100": {
"value": "#0e0d0c",
"variable": "var(--cerberus-colors-acheron-neutral-100)"
},
"colors.acheron.neutral.white": {
"value": "#ffffff",
"variable": "var(--cerberus-colors-acheron-neutral-white)"
},
"colors.acheron.brand.5": {
"value": "#fefdfa",
"variable": "var(--cerberus-colors-acheron-brand-5)"
},
"colors.acheron.brand.10": {
"value": "#fdf6ed",
"variable": "var(--cerberus-colors-acheron-brand-10)"
},
"colors.acheron.brand.20": {
"value": "#fbeddb",
"variable": "var(--cerberus-colors-acheron-brand-20)"
},
"colors.acheron.brand.30": {
"value": "#f7dcb7",
"variable": "var(--cerberus-colors-acheron-brand-30)"
},
"colors.acheron.brand.40": {
"value": "#f4ca93",
"variable": "var(--cerberus-colors-acheron-brand-40)"
},
"colors.acheron.brand.50": {
"value": "#f0b86f",
"variable": "var(--cerberus-colors-acheron-brand-50)"
},
"colors.acheron.brand.60": {
"value": "#eca64b",
"variable": "var(--cerberus-colors-acheron-brand-60)"
},
"colors.acheron.brand.70": {
"value": "#bd853c",
"variable": "var(--cerberus-colors-acheron-brand-70)"
},
"colors.acheron.brand.80": {
"value": "#8e642d",
"variable": "var(--cerberus-colors-acheron-brand-80)"
},
"colors.acheron.brand.90": {
"value": "#5e431e",
"variable": "var(--cerberus-colors-acheron-brand-90)"
},
"colors.acheron.brand.100": {
"value": "#2f210f",
"variable": "var(--cerberus-colors-acheron-brand-100)"
},
"colors.acheron.accent.10": {
"value": "#edf7fd",
"variable": "var(--cerberus-colors-acheron-accent-10)"
},
"colors.acheron.accent.20": {
"value": "#dbf0fb",
"variable": "var(--cerberus-colors-acheron-accent-20)"
},
"colors.acheron.accent.30": {
"value": "#b7e1f8",
"variable": "var(--cerberus-colors-acheron-accent-30)"
},
"colors.acheron.accent.40": {
"value": "#94d2f4",
"variable": "var(--cerberus-colors-acheron-accent-40)"
},
"colors.acheron.accent.50": {
"value": "#70c3f1",
"variable": "var(--cerberus-colors-acheron-accent-50)"
},
"colors.acheron.accent.60": {
"value": "#4cb4ed",
"variable": "var(--cerberus-colors-acheron-accent-60)"
},
"colors.acheron.accent.70": {
"value": "#3d90be",
"variable": "var(--cerberus-colors-acheron-accent-70)"
},
"colors.acheron.accent.80": {
"value": "#2e6c8e",
"variable": "var(--cerberus-colors-acheron-accent-80)"
},
"colors.acheron.accent.90": {
"value": "#1e485f",
"variable": "var(--cerberus-colors-acheron-accent-90)"
},
"colors.acheron.accent.100": {
"value": "#0f242f",
"variable": "var(--cerberus-colors-acheron-accent-100)"
},
"colors.acheron.success.10": {
"value": "#effaf1",
"variable": "var(--cerberus-colors-acheron-success-10)"
},
"colors.acheron.success.20": {
"value": "#d0f0d4",
"variable": "var(--cerberus-colors-acheron-success-20)"
},
"colors.acheron.success.30": {
"value": "#a0e0a9",
"variable": "var(--cerberus-colors-acheron-success-30)"
},
"colors.acheron.success.40": {
"value": "#71d17e",
"variable": "var(--cerberus-colors-acheron-success-40)"
},
"colors.acheron.success.50": {
"value": "#41c152",
"variable": "var(--cerberus-colors-acheron-success-50)"
},
"colors.acheron.success.60": {
"value": "#12b227",
"variable": "var(--cerberus-colors-acheron-success-60)"
},
"colors.acheron.success.70": {
"value": "#0e8e1f",
"variable": "var(--cerberus-colors-acheron-success-70)"
},
"colors.acheron.success.80": {
"value": "#0f671b",
"variable": "var(--cerberus-colors-acheron-success-80)"
},
"colors.acheron.success.90": {
"value": "#0a4412",
"variable": "var(--cerberus-colors-acheron-success-90)"
},
"colors.acheron.success.100": {
"value": "#052309",
"variable": "var(--cerberus-colors-acheron-success-100)"
},
"colors.acheron.danger.10": {
"value": "#ffedea",
"variable": "var(--cerberus-colors-acheron-danger-10)"
},
"colors.acheron.danger.20": {
"value": "#fedad5",
"variable": "var(--cerberus-colors-acheron-danger-20)"
},
"colors.acheron.danger.30": {
"value": "#fdb6ab",
"variable": "var(--cerberus-colors-acheron-danger-30)"
},
"colors.acheron.danger.40": {
"value": "#fd9181",
"variable": "var(--cerberus-colors-acheron-danger-40)"
},
"colors.acheron.danger.50": {
"value": "#fc6d57",
"variable": "var(--cerberus-colors-acheron-danger-50)"
},
"colors.acheron.danger.60": {
"value": "#fb482d",
"variable": "var(--cerberus-colors-acheron-danger-60)"
},
"colors.acheron.danger.70": {
"value": "#c93a24",
"variable": "var(--cerberus-colors-acheron-danger-70)"
},
"colors.acheron.danger.80": {
"value": "#972b1b",
"variable": "var(--cerberus-colors-acheron-danger-80)"
},
"colors.acheron.danger.90": {
"value": "#641d12",
"variable": "var(--cerberus-colors-acheron-danger-90)"
},
"colors.acheron.danger.100": {
"value": "#320e09",
"variable": "var(--cerberus-colors-acheron-danger-100)"
},
"colors.acheron.warning.10": {
"value": "#fdfbed",
"variable": "var(--cerberus-colors-acheron-warning-10)"
},
"colors.acheron.warning.20": {
"value": "#fbf7ce",
"variable": "var(--cerberus-colors-acheron-warning-20)"
},
"colors.acheron.warning.30": {
"value": "#f6ef9e",
"variable": "var(--cerberus-colors-acheron-warning-30)"
},
"colors.acheron.warning.40": {
"value": "#f2e76d",
"variable": "var(--cerberus-colors-acheron-warning-40)"
},
"colors.acheron.warning.50": {
"value": "#edde3d",
"variable": "var(--cerberus-colors-acheron-warning-50)"
},
"colors.acheron.warning.60": {
"value": "#e9d70c",
"variable": "var(--cerberus-colors-acheron-warning-60)"
},
"colors.acheron.warning.70": {
"value": "#baab0a",
"variable": "var(--cerberus-colors-acheron-warning-70)"
},
"colors.acheron.warning.80": {
"value": "#8c8107",
"variable": "var(--cerberus-colors-acheron-warning-80)"
},
"colors.acheron.warning.90": {
"value": "#5d5605",
"variable": "var(--cerberus-colors-acheron-warning-90)"
},
"colors.acheron.warning.100": {
"value": "#2f2b02",
"variable": "var(--cerberus-colors-acheron-warning-100)"
},
"colors.acheron.drop-shadow.100": {
"value": "#44413e26",
"variable": "var(--cerberus-colors-acheron-drop-shadow-100)"
},
"colors.acheron.drop-shadow.200": {
"value": "#44413e40",
"variable": "var(--cerberus-colors-acheron-drop-shadow-200)"
},
"colors.acheron.drop-shadow.300": {
"value": "#44413e59",
"variable": "var(--cerberus-colors-acheron-drop-shadow-300)"
},
"colors.acheron.drop-shadow.400": {
"value": "#44413e80",
"variable": "var(--cerberus-colors-acheron-drop-shadow-400)"
},
"colors.acheron.drop-shadow.500": {
"value": "#0e0d0c59",
"variable": "var(--cerberus-colors-acheron-drop-shadow-500)"
},
"colors.acheron.drop-shadow.600": {
"value": "#0e0d0c80",
"variable": "var(--cerberus-colors-acheron-drop-shadow-600)"
},
"colors.acheron.drop-shadow.700": {
"value": "#0e0d0cbf",
"variable": "var(--cerberus-colors-acheron-drop-shadow-700)"
},
"colors.acheron.drop-shadow.800": {
"value": "#00000059",
"variable": "var(--cerberus-colors-acheron-drop-shadow-800)"
},
"colors.acheron.drop-shadow.900": {
"value": "#00000080",
"variable": "var(--cerberus-colors-acheron-drop-shadow-900)"
},
"colors.acheron.drop-shadow.1000": {
"value": "#000000e5",
"variable": "var(--cerberus-colors-acheron-drop-shadow-1000)"
},
"colors.acheron.info.10": {
"value": "#edf2fd",
"variable": "var(--cerberus-colors-acheron-info-10)"
},
"colors.acheron.info.20": {
"value": "#dbe6fb",
"variable": "var(--cerberus-colors-acheron-info-20)"
},
"colors.acheron.info.30": {
"value": "#b7cdf8",
"variable": "var(--cerberus-colors-acheron-info-30)"
},
"colors.acheron.info.40": {
"value": "#94b3f4",
"variable": "var(--cerberus-colors-acheron-info-40)"
},
"colors.acheron.info.50": {
"value": "#709af1",
"variable": "var(--cerberus-colors-acheron-info-50)"
},
"colors.acheron.info.60": {
"value": "#4c81ed",
"variable": "var(--cerberus-colors-acheron-info-60)"
},
"colors.acheron.info.70": {
"value": "#3d67be",
"variable": "var(--cerberus-colors-acheron-info-70)"
},
"colors.acheron.info.80": {
"value": "#2e4d8e",
"variable": "var(--cerberus-colors-acheron-info-80)"
},
"colors.acheron.info.90": {
"value": "#1e345f",
"variable": "var(--cerberus-colors-acheron-info-90)"
},
"colors.acheron.info.100": {
"value": "#0f1a2f",
"variable": "var(--cerberus-colors-acheron-info-100)"
},
"colors.cerberus.neutral.5": {
"value": "#f9f9fb",
"variable": "var(--cerberus-colors-cerberus-neutral-5)"
},
"colors.cerberus.neutral.10": {
"value": "#eeedf2",
"variable": "var(--cerberus-colors-cerberus-neutral-10)"
},
"colors.cerberus.neutral.15": {
"value": "#e7e5eb",
"variable": "var(--cerberus-colors-cerberus-neutral-15)"
},
"colors.cerberus.neutral.20": {
"value": "#dedce5",
"variable": "var(--cerberus-colors-cerberus-neutral-20)"
},
"colors.cerberus.neutral.30": {
"value": "#a6a0b6",
"variable": "var(--cerberus-colors-cerberus-neutral-30)"
},
"colors.cerberus.neutral.40": {
"value": "#867f9b",
"variable": "var(--cerberus-colors-cerberus-neutral-40)"
},
"colors.cerberus.neutral.50": {
"value": "#605579",
"variable": "var(--cerberus-colors-cerberus-neutral-50)"
},
"colors.cerberus.neutral.60": {
"value": "#392e55",
"variable": "var(--cerberus-colors-cerberus-neutral-60)"
},
"colors.cerberus.neutral.70": {
"value": "#2d2246",
"variable": "var(--cerberus-colors-cerberus-neutral-70)"
},
"colors.cerberus.neutral.80": {
"value": "#201935",
"variable": "var(--cerberus-colors-cerberus-neutral-80)"
},
"colors.cerberus.neutral.90": {
"value": "#130a2a",
"variable": "var(--cerberus-colors-cerberus-neutral-90)"
},
"colors.cerberus.neutral.100": {
"value": "#0c0420",
"variable": "var(--cerberus-colors-cerberus-neutral-100)"
},
"colors.cerberus.neutral.white": {
"value": "#ffffff",
"variable": "var(--cerberus-colors-cerberus-neutral-white)"
},
"colors.cerberus.brand.5": {
"value": "#fcfbfe",