|
14 | 14 | &.l, |
15 | 15 | &.m { |
16 | 16 | .stat-label { |
17 | | - font-size: size_variables.$size-6; |
| 17 | + font-size: var(--token-typography-body-300-font-size); |
18 | 18 | font-weight: var(--token-typography-font-weight-semibold); |
19 | 19 | margin-bottom: size_variables.$spacing-4; |
20 | 20 | line-height: inherit; |
21 | 21 | } |
22 | 22 | .stat-text { |
23 | | - font-size: size_variables.$size-8; |
| 23 | + font-size: var(--token-typography-body-200-font-size); |
24 | 24 | font-weight: var(--token-typography-font-weight-regular); |
25 | 25 | color: var(--token-color-palette-neutral-500); |
26 | 26 | line-height: inherit; |
|
39 | 39 | line-height: inherit; |
40 | 40 | } |
41 | 41 | .stat-text { |
42 | | - font-size: size_variables.$size-8; |
| 42 | + font-size: var(--token-typography-body-200-font-size); |
43 | 43 | font-weight: var(--token-typography-font-weight-regular); |
44 | 44 | color: var(--token-color-palette-neutral-500); |
45 | 45 | line-height: inherit; |
|
58 | 58 | line-height: inherit; |
59 | 59 | } |
60 | 60 | .stat-text { |
61 | | - font-size: size_variables.$size-8; |
| 61 | + font-size: var(--token-typography-body-200-font-size); |
62 | 62 | font-weight: var(--token-typography-font-weight-regular); |
63 | 63 | color: var(--token-color-palette-neutral-500); |
64 | 64 | line-height: inherit; |
|
72 | 72 |
|
73 | 73 | &.m-no-subText { |
74 | 74 | .stat-label { |
75 | | - font-size: size_variables.$size-8; |
| 75 | + font-size: var(--token-typography-body-200-font-size); |
76 | 76 | font-weight: var(--token-typography-font-weight-bold); |
77 | 77 | line-height: inherit; |
78 | 78 | } |
79 | 79 | .stat-text { |
80 | | - font-size: size_variables.$size-8; |
| 80 | + font-size: var(--token-typography-body-200-font-size); |
81 | 81 | font-weight: var(--token-typography-font-weight-regular); |
82 | 82 | color: var(--token-color-palette-neutral-500); |
83 | 83 | line-height: inherit; |
|
91 | 91 |
|
92 | 92 | &.s-no-subText { |
93 | 93 | .stat-label { |
94 | | - font-size: size_variables.$size-8; |
| 94 | + font-size: var(--token-typography-body-200-font-size); |
95 | 95 | font-weight: var(--token-typography-font-weight-regular); |
96 | 96 | color: var(--token-color-palette-neutral-400); |
97 | 97 | line-height: inherit; |
98 | 98 | } |
99 | 99 | .stat-text { |
100 | | - font-size: size_variables.$size-8; |
| 100 | + font-size: var(--token-typography-body-200-font-size); |
101 | 101 | font-weight: var(--token-typography-font-weight-regular); |
102 | 102 | color: var(--token-color-palette-neutral-500); |
103 | 103 | line-height: inherit; |
104 | 104 | } |
105 | 105 | .stat-value { |
106 | | - font-size: size_variables.$size-8; |
| 106 | + font-size: var(--token-typography-body-200-font-size); |
107 | 107 | font-weight: var(--token-typography-font-weight-regular); |
108 | 108 | color: var(--token-color-palette-neutral-600); |
109 | 109 | line-height: inherit; |
|
0 commit comments