global:
  scope: component
  category: "line-height"
  type: number
  cssProperties:
  - font
  - "*height"
props:
  LINE_HEIGHT_BUTTON:
    value: 1.875rem
    cssProperties:
    - font
    - "*height"
    - bottom
    comment: Line heights for regular buttons
    access: global
  LINE_HEIGHT_BUTTON_SMALL:
    value: 1.75rem
    comment: Line heights for small buttons
    access: global
  BUTTON_LINE_HEIGHT_TOUCH:
    value: 2.65rem
    comment: Line height for touch screens
    deprecated: true
