summaryrefslogtreecommitdiff
path: root/scss/values/typography/_constants.scss
blob: 4921059c5579fb832906c85f8c93024b0cf298b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$base-font-size: (
  'xxl': 1.5rem,
  'xl': 1.2rem,
  'lg': 1.1rem,
  'md': 1rem,
  'sm': 0.9rem,
  'xs': 0.8rem,
  'initial': 0.7rem,
);

$font-size-factor: (
  '0': 1,
  '1': 1.25,
  '2': 1.5,
  '3': 2,
  '4': 2.5,
  '5': 3,
  '6': 3.5,
);