@alfalab/core-components-typography 6.0.3-alfasans → 6.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/colors.css +20 -20
- package/colors.module.css.js +1 -1
- package/cssm/text/index.module.css +13 -40
- package/cssm/title/index.module.css +40 -29
- package/cssm/title-mobile/index.module.css +45 -28
- package/esm/colors.css +20 -20
- package/esm/colors.module.css.js +1 -1
- package/esm/text/index.css +53 -80
- package/esm/text/index.module.css.js +1 -1
- package/esm/title/common.css +5 -5
- package/esm/title/common.module.css.js +1 -1
- package/esm/title/index.css +65 -54
- package/esm/title/index.module.css.js +1 -1
- package/esm/title-mobile/index.css +70 -53
- package/esm/title-mobile/index.module.css.js +1 -1
- package/modern/colors.css +20 -20
- package/modern/colors.module.css.js +1 -1
- package/modern/text/index.css +53 -80
- package/modern/text/index.module.css.js +1 -1
- package/modern/title/common.css +5 -5
- package/modern/title/common.module.css.js +1 -1
- package/modern/title/index.css +65 -54
- package/modern/title/index.module.css.js +1 -1
- package/modern/title-mobile/index.css +70 -53
- package/modern/title-mobile/index.module.css.js +1 -1
- package/moderncssm/text/index.module.css +11 -37
- package/moderncssm/title/index.module.css +35 -26
- package/moderncssm/title-mobile/index.module.css +40 -25
- package/package.json +6 -6
- package/text/index.css +53 -80
- package/text/index.module.css.js +1 -1
- package/title/common.css +5 -5
- package/title/common.module.css.js +1 -1
- package/title/index.css +65 -54
- package/title/index.module.css.js +1 -1
- package/title-mobile/index.css +70 -53
- package/title-mobile/index.module.css.js +1 -1
package/modern/title/index.css
CHANGED
|
@@ -10,132 +10,143 @@
|
|
|
10
10
|
--gap-48: var(--gap-4xl);
|
|
11
11
|
}
|
|
12
12
|
:root {
|
|
13
|
-
--font-family-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
--font-family-system:
|
|
14
|
+
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
15
|
+
--font-family-styrene:
|
|
16
|
+
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
17
|
+
sans-serif;
|
|
16
18
|
}
|
|
17
|
-
.
|
|
19
|
+
.typography__xlarge_1am21 {
|
|
18
20
|
font-size: 48px;
|
|
19
21
|
line-height: 52px;
|
|
20
22
|
font-weight: 700;
|
|
21
|
-
|
|
22
|
-
font-family: var(--font-family-alfasans);
|
|
23
|
+
font-family: var(--font-family-system);
|
|
23
24
|
}
|
|
24
|
-
.
|
|
25
|
+
.typography__xlarge_1am21.typography__font_1am21 {
|
|
25
26
|
line-height: 64px;
|
|
27
|
+
font-weight: 500;
|
|
28
|
+
font-feature-settings: 'ss01';
|
|
29
|
+
font-family: var(--font-family-styrene);
|
|
26
30
|
}
|
|
27
|
-
.typography__regular-
|
|
31
|
+
.typography__regular-xlarge_1am21 {
|
|
28
32
|
font-size: 48px;
|
|
29
33
|
line-height: 52px;
|
|
30
34
|
font-weight: 400;
|
|
31
|
-
|
|
32
|
-
font-family: var(--font-family-alfasans);
|
|
35
|
+
font-family: var(--font-family-system);
|
|
33
36
|
}
|
|
34
|
-
.typography__regular-
|
|
37
|
+
.typography__regular-xlarge_1am21.typography__font_1am21 {
|
|
35
38
|
line-height: 64px;
|
|
39
|
+
font-feature-settings: 'ss01';
|
|
40
|
+
font-family: var(--font-family-styrene);
|
|
36
41
|
}
|
|
37
|
-
.
|
|
42
|
+
.typography__large_1am21 {
|
|
38
43
|
font-size: 40px;
|
|
39
44
|
line-height: 48px;
|
|
40
45
|
font-weight: 700;
|
|
41
|
-
|
|
42
|
-
font-family: var(--font-family-alfasans);
|
|
46
|
+
font-family: var(--font-family-system);
|
|
43
47
|
}
|
|
44
|
-
.
|
|
48
|
+
.typography__large_1am21.typography__font_1am21 {
|
|
49
|
+
font-weight: 500;
|
|
50
|
+
font-feature-settings: 'ss01';
|
|
51
|
+
font-family: var(--font-family-styrene);
|
|
45
52
|
}
|
|
46
|
-
.typography__regular-
|
|
53
|
+
.typography__regular-large_1am21 {
|
|
47
54
|
font-size: 40px;
|
|
48
55
|
line-height: 48px;
|
|
49
56
|
font-weight: 400;
|
|
50
|
-
|
|
51
|
-
font-family: var(--font-family-alfasans);
|
|
57
|
+
font-family: var(--font-family-system);
|
|
52
58
|
}
|
|
53
|
-
.typography__regular-
|
|
59
|
+
.typography__regular-large_1am21.typography__font_1am21 {
|
|
60
|
+
font-feature-settings: 'ss01';
|
|
61
|
+
font-family: var(--font-family-styrene);
|
|
54
62
|
}
|
|
55
|
-
.
|
|
63
|
+
.typography__medium_1am21 {
|
|
56
64
|
font-size: 30px;
|
|
57
65
|
line-height: 36px;
|
|
58
66
|
font-weight: 700;
|
|
59
|
-
|
|
60
|
-
font-family: var(--font-family-alfasans);
|
|
67
|
+
font-family: var(--font-family-system);
|
|
61
68
|
}
|
|
62
|
-
.
|
|
69
|
+
.typography__medium_1am21.typography__font_1am21 {
|
|
63
70
|
font-size: 32px;
|
|
64
71
|
line-height: 40px;
|
|
65
|
-
|
|
72
|
+
font-weight: 500;
|
|
73
|
+
font-feature-settings: 'ss01';
|
|
74
|
+
font-family: var(--font-family-styrene);
|
|
66
75
|
}
|
|
67
|
-
.typography__regular-
|
|
76
|
+
.typography__regular-medium_1am21 {
|
|
68
77
|
font-size: 30px;
|
|
69
78
|
line-height: 36px;
|
|
70
79
|
font-weight: 400;
|
|
71
|
-
|
|
72
|
-
font-family: var(--font-family-alfasans);
|
|
80
|
+
font-family: var(--font-family-system);
|
|
73
81
|
}
|
|
74
|
-
.typography__regular-
|
|
82
|
+
.typography__regular-medium_1am21.typography__font_1am21 {
|
|
75
83
|
font-size: 32px;
|
|
76
84
|
line-height: 40px;
|
|
77
|
-
|
|
85
|
+
font-feature-settings: 'ss01';
|
|
86
|
+
font-family: var(--font-family-styrene);
|
|
78
87
|
}
|
|
79
|
-
.
|
|
88
|
+
.typography__small_1am21 {
|
|
80
89
|
font-size: 22px;
|
|
81
90
|
line-height: 26px;
|
|
82
91
|
font-weight: 700;
|
|
83
|
-
|
|
84
|
-
font-family: var(--font-family-alfasans);
|
|
92
|
+
font-family: var(--font-family-system);
|
|
85
93
|
}
|
|
86
|
-
.
|
|
94
|
+
.typography__small_1am21.typography__font_1am21 {
|
|
87
95
|
font-size: 24px;
|
|
88
96
|
line-height: 32px;
|
|
89
|
-
|
|
97
|
+
font-weight: 500;
|
|
98
|
+
font-feature-settings: 'ss01';
|
|
99
|
+
font-family: var(--font-family-styrene);
|
|
90
100
|
}
|
|
91
|
-
.typography__regular-
|
|
101
|
+
.typography__regular-small_1am21 {
|
|
92
102
|
font-size: 22px;
|
|
93
103
|
line-height: 26px;
|
|
94
104
|
font-weight: 400;
|
|
95
|
-
|
|
96
|
-
font-family: var(--font-family-alfasans);
|
|
105
|
+
font-family: var(--font-family-system);
|
|
97
106
|
}
|
|
98
|
-
.typography__regular-
|
|
107
|
+
.typography__regular-small_1am21.typography__font_1am21 {
|
|
99
108
|
font-size: 24px;
|
|
100
109
|
line-height: 32px;
|
|
101
|
-
|
|
110
|
+
font-feature-settings: 'ss01';
|
|
111
|
+
font-family: var(--font-family-styrene);
|
|
102
112
|
}
|
|
103
|
-
.
|
|
113
|
+
.typography__xsmall_1am21 {
|
|
104
114
|
font-size: 18px;
|
|
105
115
|
line-height: 22px;
|
|
106
116
|
font-weight: 700;
|
|
107
|
-
|
|
108
|
-
font-family: var(--font-family-alfasans);
|
|
117
|
+
font-family: var(--font-family-system);
|
|
109
118
|
}
|
|
110
|
-
.
|
|
119
|
+
.typography__xsmall_1am21.typography__font_1am21 {
|
|
111
120
|
font-size: 20px;
|
|
112
121
|
line-height: 24px;
|
|
113
|
-
|
|
122
|
+
font-weight: 500;
|
|
123
|
+
font-feature-settings: 'ss01';
|
|
124
|
+
font-family: var(--font-family-styrene);
|
|
114
125
|
}
|
|
115
|
-
.typography__regular-
|
|
126
|
+
.typography__regular-xsmall_1am21 {
|
|
116
127
|
font-size: 18px;
|
|
117
128
|
line-height: 22px;
|
|
118
129
|
font-weight: 400;
|
|
119
|
-
|
|
120
|
-
font-family: var(--font-family-alfasans);
|
|
130
|
+
font-family: var(--font-family-system);
|
|
121
131
|
}
|
|
122
|
-
.typography__regular-
|
|
132
|
+
.typography__regular-xsmall_1am21.typography__font_1am21 {
|
|
123
133
|
font-size: 20px;
|
|
124
134
|
line-height: 24px;
|
|
125
|
-
|
|
135
|
+
font-feature-settings: 'ss01';
|
|
136
|
+
font-family: var(--font-family-styrene);
|
|
126
137
|
}
|
|
127
|
-
.
|
|
138
|
+
.typography__component_1am21.typography__margins-xlarge_1am21 {
|
|
128
139
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
129
140
|
}
|
|
130
|
-
.
|
|
141
|
+
.typography__component_1am21.typography__margins-large_1am21 {
|
|
131
142
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
132
143
|
}
|
|
133
|
-
.
|
|
144
|
+
.typography__component_1am21.typography__margins-medium_1am21 {
|
|
134
145
|
margin: var(--gap-48) var(--gap-0) var(--gap-24);
|
|
135
146
|
}
|
|
136
|
-
.
|
|
147
|
+
.typography__component_1am21.typography__margins-small_1am21 {
|
|
137
148
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
138
149
|
}
|
|
139
|
-
.
|
|
150
|
+
.typography__component_1am21.typography__margins-xsmall_1am21 {
|
|
140
151
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
141
152
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"xlarge":"
|
|
3
|
+
const styles = {"xlarge":"typography__xlarge_1am21","font":"typography__font_1am21","regular-xlarge":"typography__regular-xlarge_1am21","large":"typography__large_1am21","regular-large":"typography__regular-large_1am21","medium":"typography__medium_1am21","regular-medium":"typography__regular-medium_1am21","small":"typography__small_1am21","regular-small":"typography__regular-small_1am21","xsmall":"typography__xsmall_1am21","regular-xsmall":"typography__regular-xsmall_1am21","component":"typography__component_1am21","margins-xlarge":"typography__margins-xlarge_1am21","margins-large":"typography__margins-large_1am21","margins-medium":"typography__margins-medium_1am21","margins-small":"typography__margins-small_1am21","margins-xsmall":"typography__margins-xsmall_1am21"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -8,112 +8,129 @@
|
|
|
8
8
|
--gap-40: var(--gap-3xl);
|
|
9
9
|
}
|
|
10
10
|
:root {
|
|
11
|
-
--font-family-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
--font-family-system:
|
|
12
|
+
system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
|
|
13
|
+
--font-family-styrene:
|
|
14
|
+
'Styrene UI', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica,
|
|
15
|
+
sans-serif;
|
|
14
16
|
}
|
|
15
|
-
.
|
|
17
|
+
.typography__xlarge_17h7t {
|
|
16
18
|
font-size: 34px;
|
|
17
19
|
line-height: 40px;
|
|
18
|
-
font-weight:
|
|
19
|
-
|
|
20
|
-
font-family: var(--font-family-alfasans);
|
|
20
|
+
font-weight: 600;
|
|
21
|
+
font-family: var(--font-family-system);
|
|
21
22
|
}
|
|
22
|
-
.
|
|
23
|
+
.typography__xlarge_17h7t.typography__font_17h7t {
|
|
24
|
+
font-weight: 500;
|
|
25
|
+
font-feature-settings: 'ss01';
|
|
26
|
+
font-family: var(--font-family-styrene);
|
|
23
27
|
}
|
|
24
|
-
.typography__regular-
|
|
28
|
+
.typography__regular-xlarge_17h7t {
|
|
25
29
|
font-size: 34px;
|
|
26
30
|
line-height: 40px;
|
|
27
31
|
font-weight: 400;
|
|
28
|
-
|
|
29
|
-
font-family: var(--font-family-alfasans);
|
|
32
|
+
font-family: var(--font-family-system);
|
|
30
33
|
}
|
|
31
|
-
.typography__regular-
|
|
34
|
+
.typography__regular-xlarge_17h7t.typography__system_17h7t {
|
|
35
|
+
font-feature-settings: 'ss01';
|
|
36
|
+
font-family: var(--font-family-styrene);
|
|
32
37
|
}
|
|
33
|
-
.
|
|
38
|
+
.typography__large_17h7t {
|
|
34
39
|
font-size: 30px;
|
|
35
40
|
line-height: 36px;
|
|
36
|
-
font-weight:
|
|
37
|
-
|
|
38
|
-
font-family: var(--font-family-alfasans);
|
|
41
|
+
font-weight: 600;
|
|
42
|
+
font-family: var(--font-family-system);
|
|
39
43
|
}
|
|
40
|
-
.
|
|
44
|
+
.typography__large_17h7t.typography__font_17h7t {
|
|
45
|
+
font-weight: 500;
|
|
46
|
+
font-feature-settings: 'ss01';
|
|
47
|
+
font-family: var(--font-family-styrene);
|
|
41
48
|
}
|
|
42
|
-
.typography__regular-
|
|
49
|
+
.typography__regular-large_17h7t {
|
|
43
50
|
font-size: 30px;
|
|
44
51
|
line-height: 36px;
|
|
45
52
|
font-weight: 400;
|
|
46
|
-
|
|
47
|
-
font-family: var(--font-family-alfasans);
|
|
53
|
+
font-family: var(--font-family-system);
|
|
48
54
|
}
|
|
49
|
-
.typography__regular-
|
|
55
|
+
.typography__regular-large_17h7t.typography__system_17h7t {
|
|
56
|
+
font-feature-settings: 'ss01';
|
|
57
|
+
font-family: var(--font-family-styrene);
|
|
50
58
|
}
|
|
51
|
-
.
|
|
59
|
+
.typography__medium_17h7t {
|
|
52
60
|
font-size: 26px;
|
|
53
61
|
line-height: 32px;
|
|
54
|
-
font-weight:
|
|
55
|
-
|
|
56
|
-
font-family: var(--font-family-alfasans);
|
|
62
|
+
font-weight: 600;
|
|
63
|
+
font-family: var(--font-family-system);
|
|
57
64
|
}
|
|
58
|
-
.
|
|
65
|
+
.typography__medium_17h7t.typography__font_17h7t {
|
|
66
|
+
font-weight: 500;
|
|
67
|
+
font-feature-settings: 'ss01';
|
|
68
|
+
font-family: var(--font-family-styrene);
|
|
59
69
|
}
|
|
60
|
-
.typography__regular-
|
|
70
|
+
.typography__regular-medium_17h7t {
|
|
61
71
|
font-size: 26px;
|
|
62
72
|
line-height: 32px;
|
|
63
73
|
font-weight: 400;
|
|
64
|
-
|
|
65
|
-
font-family: var(--font-family-alfasans);
|
|
74
|
+
font-family: var(--font-family-system);
|
|
66
75
|
}
|
|
67
|
-
.typography__regular-
|
|
76
|
+
.typography__regular-medium_17h7t.typography__system_17h7t {
|
|
77
|
+
font-feature-settings: 'ss01';
|
|
78
|
+
font-family: var(--font-family-styrene);
|
|
68
79
|
}
|
|
69
|
-
.
|
|
80
|
+
.typography__small_17h7t {
|
|
70
81
|
font-size: 20px;
|
|
71
82
|
line-height: 28px;
|
|
72
|
-
font-weight:
|
|
73
|
-
|
|
74
|
-
font-family: var(--font-family-alfasans);
|
|
83
|
+
font-weight: 600;
|
|
84
|
+
font-family: var(--font-family-system);
|
|
75
85
|
}
|
|
76
|
-
.
|
|
86
|
+
.typography__small_17h7t.typography__font_17h7t {
|
|
87
|
+
font-weight: 500;
|
|
88
|
+
font-feature-settings: 'ss01';
|
|
89
|
+
font-family: var(--font-family-styrene);
|
|
77
90
|
}
|
|
78
|
-
.typography__regular-
|
|
91
|
+
.typography__regular-small_17h7t {
|
|
79
92
|
font-size: 20px;
|
|
80
93
|
line-height: 28px;
|
|
81
94
|
font-weight: 400;
|
|
82
|
-
|
|
83
|
-
font-family: var(--font-family-alfasans);
|
|
95
|
+
font-family: var(--font-family-system);
|
|
84
96
|
}
|
|
85
|
-
.typography__regular-
|
|
97
|
+
.typography__regular-small_17h7t.typography__system_17h7t {
|
|
98
|
+
font-feature-settings: 'ss01';
|
|
99
|
+
font-family: var(--font-family-styrene);
|
|
86
100
|
}
|
|
87
|
-
.
|
|
101
|
+
.typography__xsmall_17h7t {
|
|
88
102
|
font-size: 16px;
|
|
89
103
|
line-height: 20px;
|
|
90
|
-
font-weight:
|
|
91
|
-
|
|
92
|
-
font-family: var(--font-family-alfasans);
|
|
104
|
+
font-weight: 600;
|
|
105
|
+
font-family: var(--font-family-system);
|
|
93
106
|
}
|
|
94
|
-
.
|
|
107
|
+
.typography__xsmall_17h7t.typography__font_17h7t {
|
|
108
|
+
font-weight: 500;
|
|
109
|
+
font-feature-settings: 'ss01';
|
|
110
|
+
font-family: var(--font-family-styrene);
|
|
95
111
|
}
|
|
96
|
-
.typography__regular-
|
|
112
|
+
.typography__regular-xsmall_17h7t {
|
|
97
113
|
font-size: 16px;
|
|
98
114
|
line-height: 20px;
|
|
99
115
|
font-weight: 400;
|
|
100
|
-
|
|
101
|
-
font-family: var(--font-family-alfasans);
|
|
116
|
+
font-family: var(--font-family-system);
|
|
102
117
|
}
|
|
103
|
-
.typography__regular-
|
|
118
|
+
.typography__regular-xsmall_17h7t.typography__system_17h7t {
|
|
119
|
+
font-feature-settings: 'ss01';
|
|
120
|
+
font-family: var(--font-family-styrene);
|
|
104
121
|
}
|
|
105
|
-
.
|
|
122
|
+
.typography__component_17h7t.typography__margins-xlarge_17h7t {
|
|
106
123
|
margin: var(--gap-0) var(--gap-0) var(--gap-24);
|
|
107
124
|
}
|
|
108
|
-
.
|
|
125
|
+
.typography__component_17h7t.typography__margins-large_17h7t {
|
|
109
126
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
110
127
|
}
|
|
111
|
-
.
|
|
128
|
+
.typography__component_17h7t.typography__margins-medium_17h7t {
|
|
112
129
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
113
130
|
}
|
|
114
|
-
.
|
|
131
|
+
.typography__component_17h7t.typography__margins-small_17h7t {
|
|
115
132
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
116
133
|
}
|
|
117
|
-
.
|
|
134
|
+
.typography__component_17h7t .typography__margins-xsmall_17h7t {
|
|
118
135
|
margin: var(--gap-40) var(--gap-0) var(--gap-16);
|
|
119
136
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"xlarge":"
|
|
3
|
+
const styles = {"xlarge":"typography__xlarge_17h7t","font":"typography__font_17h7t","regular-xlarge":"typography__regular-xlarge_17h7t","system":"typography__system_17h7t","large":"typography__large_17h7t","regular-large":"typography__regular-large_17h7t","medium":"typography__medium_17h7t","regular-medium":"typography__regular-medium_17h7t","small":"typography__small_17h7t","regular-small":"typography__regular-small_17h7t","xsmall":"typography__xsmall_17h7t","regular-xsmall":"typography__regular-xsmall_17h7t","component":"typography__component_17h7t","margins-xlarge":"typography__margins-xlarge_17h7t","margins-large":"typography__margins-large_17h7t","margins-medium":"typography__margins-medium_17h7t","margins-small":"typography__margins-small_17h7t","margins-xsmall":"typography__margins-xsmall_17h7t"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -20,18 +20,15 @@
|
|
|
20
20
|
font-size: 16px;
|
|
21
21
|
line-height: 20px;
|
|
22
22
|
font-weight: 400;
|
|
23
|
-
|
|
24
|
-
font-family: var(--font-family-alfasans);
|
|
23
|
+
font-family: var(--font-family-system);
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
.component.bold {
|
|
28
27
|
font-weight: 700;
|
|
29
|
-
letter-spacing: 0.43px;
|
|
30
28
|
}
|
|
31
29
|
|
|
32
30
|
.component.medium {
|
|
33
31
|
font-weight: 500;
|
|
34
|
-
letter-spacing: -0.05px;
|
|
35
32
|
}
|
|
36
33
|
|
|
37
34
|
.caps {
|
|
@@ -40,7 +37,7 @@
|
|
|
40
37
|
font-weight: 400;
|
|
41
38
|
letter-spacing: 1.25px;
|
|
42
39
|
text-transform: uppercase;
|
|
43
|
-
font-family: var(--font-family-
|
|
40
|
+
font-family: var(--font-family-system);
|
|
44
41
|
}
|
|
45
42
|
|
|
46
43
|
.caps.bold {
|
|
@@ -57,7 +54,7 @@
|
|
|
57
54
|
font-weight: 400;
|
|
58
55
|
letter-spacing: 1.25px;
|
|
59
56
|
text-transform: uppercase;
|
|
60
|
-
font-family: var(--font-family-
|
|
57
|
+
font-family: var(--font-family-system);
|
|
61
58
|
}
|
|
62
59
|
|
|
63
60
|
.tagline.bold {
|
|
@@ -72,143 +69,120 @@
|
|
|
72
69
|
font-size: 18px;
|
|
73
70
|
line-height: 24px;
|
|
74
71
|
font-weight: 400;
|
|
75
|
-
|
|
76
|
-
font-family: var(--font-family-alfasans);
|
|
72
|
+
font-family: var(--font-family-system);
|
|
77
73
|
}
|
|
78
74
|
|
|
79
75
|
.primary-large.bold {
|
|
80
76
|
font-weight: 700;
|
|
81
|
-
letter-spacing: 0.38px;
|
|
82
77
|
}
|
|
83
78
|
|
|
84
79
|
.primary-large.medium {
|
|
85
80
|
font-weight: 500;
|
|
86
|
-
letter-spacing: -0.17px;
|
|
87
81
|
}
|
|
88
82
|
|
|
89
83
|
.primary-medium {
|
|
90
84
|
font-size: 16px;
|
|
91
85
|
line-height: 24px;
|
|
92
86
|
font-weight: 400;
|
|
93
|
-
|
|
94
|
-
font-family: var(--font-family-alfasans);
|
|
87
|
+
font-family: var(--font-family-system);
|
|
95
88
|
}
|
|
96
89
|
|
|
97
90
|
.primary-medium.bold {
|
|
98
91
|
font-weight: 700;
|
|
99
|
-
letter-spacing: 0.43px;
|
|
100
92
|
}
|
|
101
93
|
|
|
102
94
|
.primary-medium.medium {
|
|
103
95
|
font-weight: 500;
|
|
104
|
-
letter-spacing: -0.05px;
|
|
105
96
|
}
|
|
106
97
|
|
|
107
98
|
.primary-small {
|
|
108
99
|
font-size: 14px;
|
|
109
100
|
line-height: 20px;
|
|
110
101
|
font-weight: 400;
|
|
111
|
-
|
|
112
|
-
font-family: var(--font-family-alfasans);
|
|
102
|
+
font-family: var(--font-family-system);
|
|
113
103
|
}
|
|
114
104
|
|
|
115
105
|
.primary-small.bold {
|
|
116
106
|
font-weight: 700;
|
|
117
|
-
letter-spacing: 0.47px;
|
|
118
107
|
}
|
|
119
108
|
|
|
120
109
|
.primary-small.medium {
|
|
121
110
|
font-weight: 500;
|
|
122
|
-
letter-spacing: 0.07px;
|
|
123
111
|
}
|
|
124
112
|
|
|
125
113
|
.component-primary {
|
|
126
114
|
font-size: 16px;
|
|
127
115
|
line-height: 20px;
|
|
128
116
|
font-weight: 400;
|
|
129
|
-
|
|
130
|
-
font-family: var(--font-family-alfasans);
|
|
117
|
+
font-family: var(--font-family-system);
|
|
131
118
|
}
|
|
132
119
|
|
|
133
120
|
.component-primary.bold {
|
|
134
121
|
font-weight: 700;
|
|
135
|
-
letter-spacing: 0.43px;
|
|
136
122
|
}
|
|
137
123
|
|
|
138
124
|
.component-primary.medium {
|
|
139
125
|
font-weight: 500;
|
|
140
|
-
letter-spacing: -0.05px;
|
|
141
126
|
}
|
|
142
127
|
|
|
143
128
|
.secondary-large {
|
|
144
129
|
font-size: 13px;
|
|
145
130
|
line-height: 16px;
|
|
146
131
|
font-weight: 400;
|
|
147
|
-
font-family: var(--font-family-
|
|
132
|
+
font-family: var(--font-family-system);
|
|
148
133
|
}
|
|
149
134
|
|
|
150
135
|
.secondary-large.bold {
|
|
151
136
|
font-weight: 700;
|
|
152
|
-
letter-spacing: 0.54px;
|
|
153
137
|
}
|
|
154
138
|
|
|
155
139
|
.secondary-large.medium {
|
|
156
140
|
font-weight: 500;
|
|
157
|
-
letter-spacing: 0.13px;
|
|
158
141
|
}
|
|
159
142
|
|
|
160
143
|
.secondary-medium {
|
|
161
144
|
font-size: 12px;
|
|
162
145
|
line-height: 16px;
|
|
163
146
|
font-weight: 400;
|
|
164
|
-
|
|
165
|
-
font-family: var(--font-family-alfasans);
|
|
147
|
+
font-family: var(--font-family-system);
|
|
166
148
|
}
|
|
167
149
|
|
|
168
150
|
.secondary-medium.bold {
|
|
169
151
|
font-weight: 700;
|
|
170
|
-
letter-spacing: 0.57px;
|
|
171
152
|
}
|
|
172
153
|
|
|
173
154
|
.secondary-medium.medium {
|
|
174
155
|
font-weight: 500;
|
|
175
|
-
letter-spacing: 0.19px;
|
|
176
156
|
}
|
|
177
157
|
|
|
178
158
|
.secondary-small {
|
|
179
159
|
font-size: 11px;
|
|
180
160
|
line-height: 16px;
|
|
181
161
|
font-weight: 400;
|
|
182
|
-
|
|
183
|
-
font-family: var(--font-family-alfasans);
|
|
162
|
+
font-family: var(--font-family-system);
|
|
184
163
|
}
|
|
185
164
|
|
|
186
165
|
.secondary-small.bold {
|
|
187
166
|
font-weight: 700;
|
|
188
|
-
letter-spacing: 0.54px;
|
|
189
167
|
}
|
|
190
168
|
|
|
191
169
|
.secondary-small.medium {
|
|
192
170
|
font-weight: 500;
|
|
193
|
-
letter-spacing: 0.24px;
|
|
194
171
|
}
|
|
195
172
|
|
|
196
173
|
.component-secondary {
|
|
197
174
|
font-size: 14px;
|
|
198
175
|
line-height: 18px;
|
|
199
176
|
font-weight: 400;
|
|
200
|
-
|
|
201
|
-
font-family: var(--font-family-alfasans);
|
|
177
|
+
font-family: var(--font-family-system);
|
|
202
178
|
}
|
|
203
179
|
|
|
204
180
|
.component-secondary.bold {
|
|
205
181
|
font-weight: 700;
|
|
206
|
-
letter-spacing: 0.47px;
|
|
207
182
|
}
|
|
208
183
|
|
|
209
184
|
.component-secondary.medium {
|
|
210
185
|
font-weight: 500;
|
|
211
|
-
letter-spacing: 0.07px;
|
|
212
186
|
}
|
|
213
187
|
|
|
214
188
|
.rowLimit1 {
|