# Copyright (c) 2015-present, salesforce.com, inc. All rights reserved
# Licensed under BSD 3-Clause - see LICENSE.txt or git.io/sfdc-license

global:
  category: font
  type: size
  comment: 'Overrides for font-size tokens that should only be used in densifying of the User Interface'
  cssProperties:
  - font-size

imports:
- ./aliases/font-size.yml

props:
  VAR_FONT_SIZE_1:
    value: '{!FONT_SIZE_1}'
    comment: 'Variable typography token for font size 1'
  VAR_FONT_SIZE_2:
    value: '{!FONT_SIZE_2}'
    comment: 'Variable typography token for font size 2'
  VAR_FONT_SIZE_3:
    value: '{!FONT_SIZE_3}'
    comment: 'Variable typography token for font size 3'
  VAR_FONT_SIZE_4:
    value: '{!FONT_SIZE_4}'
    comment: 'Variable typography token for font size 4'
  VAR_FONT_SIZE_5:
    value: '{!FONT_SIZE_4}'
    comment: 'Variable typography token for font size 5'
  VAR_FONT_SIZE_6:
    value: '{!FONT_SIZE_5}'
    comment: 'Variable typography token for font size 6'
  VAR_FONT_SIZE_7:
    value: '{!FONT_SIZE_7}'
    comment: 'Variable typography token for font size 7'
  VAR_FONT_SIZE_8:
    value: '{!FONT_SIZE_7}'
    comment: 'Variable typography token for font size 8'
  VAR_FONT_SIZE_9:
    value: '{!FONT_SIZE_9}'
    comment: 'Variable typography token for font size 9'
  VAR_FONT_SIZE_10:
    value: '{!FONT_SIZE_10}'
    comment: 'Variable typography token for font size 10'
  VAR_FONT_SIZE_11:
    value: '{!FONT_SIZE_11}'
    comment: 'Variable typography token for font size 11'
