Hi, we should have the ability to customize, create, and edit shadow settings with variable values like --shadow-xs, --shadow-s, --shadow-m, --shadow-l, and --shadow-xl. Example: box-shadow: var(--shadow-xl); --shadow-xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25). Thanks.