export const lineHeights = {
  shorter: '125%',
  short: '140%',
  base: '160%',
  tall: '180%',
} as const;
