export global DarkPalette { out property <[brush]> text: [#78716c, #a8a29e, #d6d3d1, #e7e5e4, #fafaf9]; out property <[brush]> background: [#0c0a09, #1c1917, #292524, #44403c, #57534e]; out property <[brush]> primary: [#083344, #164e63, #155e75, #0e7490, #0891b2]; out property <[brush]> secondary: [#44403c, #57534e, #78716c, #a8a29e, #d6d3d1]; out property <[brush]> accent: [#4c1d95, #5b21b6, #6d28d9, #7c3aed, #8b5cf6]; } export global LightPalette { out property <[brush]> text: [#57534e, #44403c, #292524, #1c1917, #0c0a09]; out property <[brush]> background: [#fafaf9, #e7e5e4, #d6d3d1, #a8a29e, #78716c]; out property <[brush]> primary: [#06b6d4, #0891b2, #0e7490, #155e75, #164e63]; out property <[brush]> secondary: [#a8a29e, #78716c, #57534e, #44403c, #292524]; out property <[brush]> accent: [#8b5cf6, #7c3aed, #6d28d9, #5b21b6, #4c1d95]; } export global Metrics { out property padding-sm: 4px; out property padding-md: 8px; out property padding-lg: 16px; out property padding-xl: 24px; out property spacing-sm: 4px; out property spacing-md: 8px; out property spacing-lg: 16px; out property spacing-xl: 24px; out property size-sm: 16px; out property size-md: 24px; out property size-lg: 32px; out property size-xl: 48px; out property radius-sm: 4px; out property radius-md: 8px; out property radius-lg: 16px; out property radius-xl: 32px; out property font-sm: 10px; out property font-md: 12px; out property font-lg: 16px; out property font-xl: 24px; }