UNPKG

572 BCSSView Raw
1
2:root {
3
4 --fontMontserrat: 'Montserrat', Helvetica, Arial, sans-serif;
5
6 --fontSmall: 12px;
7 --fontMedium: 16px;
8 --fontLarge: 21px;
9 --fontHuge: 28px;
10
11 --heading {
12 font-size: 28px;
13 font-weight: 700;
14 line-height: 48px;
15 }
16
17 --subHeading {
18 font-size: 21px;
19 font-weight: 700;
20 line-height: 24px;
21 }
22
23 --normal {
24 font-size: 16px;
25 font-weight: 400;
26 line-height: 24px;
27 }
28
29 --small {
30 font-size: 12px;
31 font-weight: 400;
32 line-height: 24px;
33 }
34
35}