// Auto-generated by scripts/build-tokens.mjs — do not edit manually export const t = { breakpointDesktopScreenWidth: 'var(--breakpoint-desktop-screen-width)', breakpointTabletScreenWidth: 'var(--breakpoint-tablet-screen-width)', breakpointMobileScreenWidth: 'var(--breakpoint-mobile-screen-width)', breakpointLayoutContentMaxWidth: 'var(--breakpoint-layout-content-max-width)', breakpointTooltipContentMaxWidth: 'var(--breakpoint-tooltip-content-max-width)', error50: 'var(--error-50)', error500: 'var(--error-500)', error700: 'var(--error-700)', success50: 'var(--success-50)', success500: 'var(--success-500)', success700: 'var(--success-700)', warning50: 'var(--warning-50)', warning500: 'var(--warning-500)', warning900: 'var(--warning-900)', colorBlack: 'var(--color-black)', colorWhite: 'var(--color-white)', colorTransparent: 'var(--color-transparent)', steel50: 'var(--steel-50)', steel100: 'var(--steel-100)', steel200: 'var(--steel-200)', steel300: 'var(--steel-300)', steel400: 'var(--steel-400)', steel500: 'var(--steel-500)', steel600: 'var(--steel-600)', steel700: 'var(--steel-700)', steel800: 'var(--steel-800)', steel900: 'var(--steel-900)', grey50: 'var(--grey-50)', grey100: 'var(--grey-100)', grey200: 'var(--grey-200)', grey300: 'var(--grey-300)', grey400: 'var(--grey-400)', grey500: 'var(--grey-500)', grey600: 'var(--grey-600)', grey700: 'var(--grey-700)', grey800: 'var(--grey-800)', grey900: 'var(--grey-900)', inProgressLight: 'var(--in-progress-light)', inProgressDark: 'var(--in-progress-dark)', spacingXxs: 'var(--spacing-xxs)', spacing3xl: 'var(--spacing-3xl)', spacing2xl: 'var(--spacing-2xl)', spacingXl: 'var(--spacing-xl)', spacingLg: 'var(--spacing-lg)', spacingXs: 'var(--spacing-xs)', spacingMd: 'var(--spacing-md)', spacingSm: 'var(--spacing-sm)', spacing3xs: 'var(--spacing-3xs)', radiusXs: 'var(--radius-xs)', radiusSm: 'var(--radius-sm)', radiusMd: 'var(--radius-md)', radiusLg: 'var(--radius-lg)', radiusXl: 'var(--radius-xl)', radiusFull: 'var(--radius-full)', borderSm: 'var(--border-sm)', borderMd: 'var(--border-md)', borderLg: 'var(--border-lg)', borderXs: 'var(--border-xs)', avatarSm: 'var(--avatar-sm)', avatarMd: 'var(--avatar-md)', avatarLg: 'var(--avatar-lg)', avatarXs: 'var(--avatar-xs)', iconButtonSm: 'var(--icon-button-sm)', iconButtonMd: 'var(--icon-button-md)', iconButtonLg: 'var(--icon-button-lg)', iconSm: 'var(--icon-sm)', iconMd: 'var(--icon-md)', iconLg: 'var(--icon-lg)', iconXl: 'var(--icon-xl)', iconXxl: 'var(--icon-xxl)' } as const; export type TokenKey = keyof typeof t;