import type { ThemeConfig } from 'tailwindcss/types/config'

export const zIndex = {
  '1': '1',
  '2': '2',
  '3': '3',
  '4': '4',
  '5': '5',
  '15': '15',
  '25': '25',
  '35': '35',
  '45': '45',
  '75': '75',
  '100': '100',
  'default-backdrop': '1050',
} satisfies ThemeConfig['zIndex']
