
// Use for large headings only.
$font-weight-light: 300 !default;
// Most all body copy.
$font-weight-regular: 400 !default;
// Used sparingly for emphasized text within regular body copy.
$font-weight-bold: 700 !default;
// Constant typography token for font size 1
$font-size-1: 0.625rem !default;
// Constant typography token for font size 2
$font-size-2: 0.75rem !default;
// Constant typography token for font size 3
$font-size-3: 0.8125rem !default;
// Variable typography token for font size 10
$var-font-size-10: 2rem !default;
// Constant typography token for font size 4
$font-size-4: 0.875rem !default;
// Variable typography token for font size 11
$var-font-size-11: 2.625rem !default;
// Constant typography token for font size 5
$font-size-5: 1rem !default;
// Constant typography token for font size 6
$font-size-6: 1.125rem !default;
// Constant typography token for font size 7
$font-size-7: 1.25rem !default;
// Constant typography token for font size 8
$font-size-8: 1.5rem !default;
// Variable typography token for font size 1
$var-font-size-1: 0.625rem !default;
// Constant typography token for font size 9
$font-size-9: 1.75rem !default;
// Variable typography token for font size 2
$var-font-size-2: 0.75rem !default;
// Variable typography token for font size 3
$var-font-size-3: 0.8125rem !default;
// Constant typography token for font size 10
$font-size-10: 2rem !default;
// Variable typography token for font size 4
$var-font-size-4: 0.875rem !default;
// Constant typography token for font size 11
$font-size-11: 2.625rem !default;
// Variable typography token for font size 5
$var-font-size-5: 1rem !default;
// Variable typography token for font size 6
$var-font-size-6: 1.125rem !default;
// Variable typography token for font size 7
$var-font-size-7: 1.25rem !default;
// Variable typography token for font size 8
$var-font-size-8: 1.5rem !default;
// Variable typography token for font size 9
$var-font-size-9: 1.75rem !default;
// Unitless line-heights for reusability
$line-height-heading: 1.25 !default;
// Unitless line-heights for reusability
$line-height-text: 1.5 !default;
// Remove extra leading. Unitless line-heights for reusability
$line-height-reset: 1 !default;
// Variable unitless line-heights for reusability
$var-line-height-text: 1.5 !default;
// Default font-family for Salesforce applications
$font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
$font-family-heading: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
$font-family-monospace: Consolas, Menlo, Monaco, Courier, monospace !default;
