snapshot-labs-theme 0.1.28 → 0.1.29
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.
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
:root {
|
|
6
|
-
--font-family-editorial: '
|
|
7
|
-
--font-family-heading: '
|
|
6
|
+
--font-family-editorial: 'Cabinet Grotesk';
|
|
7
|
+
--font-family-heading: 'Cabinet Grotesk';
|
|
8
8
|
--font-family-default: 'Innovator Grotesk';
|
|
9
9
|
--font-family-mono: 'Berkeley Mono';
|
|
10
10
|
--font-size-275: 0.69rem;
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
--font-size-375: 0.94rem;
|
|
15
15
|
--font-size-400: 1.00rem;
|
|
16
16
|
--font-size-425: 1.06rem;
|
|
17
|
-
--font-size-450: 1.
|
|
17
|
+
--font-size-450: 1.19rem;
|
|
18
18
|
--font-size-500: 1.25rem;
|
|
19
19
|
--font-size-550: 1.44rem;
|
|
20
20
|
--font-size-600: 1.56rem;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
@mixin text-heading-display {
|
|
7
|
-
font-family: '
|
|
7
|
+
font-family: 'Cabinet Grotesk';
|
|
8
8
|
font-weight: 900;
|
|
9
9
|
font-size: 3.38rem;
|
|
10
10
|
line-height: 4.00rem;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
@mixin text-heading-3xl {
|
|
15
|
-
font-family: '
|
|
15
|
+
font-family: 'Cabinet Grotesk';
|
|
16
16
|
font-weight: 700;
|
|
17
17
|
font-size: 2.81rem;
|
|
18
18
|
line-height: 4.00rem;
|
|
@@ -20,23 +20,23 @@
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
@mixin text-heading-2xl {
|
|
23
|
-
font-family: '
|
|
24
|
-
font-weight:
|
|
23
|
+
font-family: 'Cabinet Grotesk';
|
|
24
|
+
font-weight: 800;
|
|
25
25
|
font-size: 2.38rem;
|
|
26
26
|
line-height: 3.00rem;
|
|
27
27
|
letter-spacing: 0em;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
@mixin text-heading-xl {
|
|
31
|
-
font-family: '
|
|
32
|
-
font-weight:
|
|
31
|
+
font-family: 'Cabinet Grotesk';
|
|
32
|
+
font-weight: 800;
|
|
33
33
|
font-size: 2.00rem;
|
|
34
34
|
line-height: 2.50rem;
|
|
35
35
|
letter-spacing: 0em;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
@mixin text-heading-lg {
|
|
39
|
-
font-family: '
|
|
39
|
+
font-family: 'Cabinet Grotesk';
|
|
40
40
|
font-weight: 700;
|
|
41
41
|
font-size: 1.69rem;
|
|
42
42
|
line-height: 2.00rem;
|
|
@@ -44,23 +44,23 @@
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
@mixin text-heading-md {
|
|
47
|
-
font-family: '
|
|
48
|
-
font-weight:
|
|
47
|
+
font-family: 'Cabinet Grotesk';
|
|
48
|
+
font-weight: 700;
|
|
49
49
|
font-size: 1.44rem;
|
|
50
50
|
line-height: 1.75rem;
|
|
51
51
|
letter-spacing: 0.013em;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
@mixin text-heading-sm {
|
|
55
|
-
font-family: '
|
|
56
|
-
font-weight:
|
|
57
|
-
font-size: 1.
|
|
55
|
+
font-family: 'Cabinet Grotesk';
|
|
56
|
+
font-weight: 700;
|
|
57
|
+
font-size: 1.19rem;
|
|
58
58
|
line-height: 1.50rem;
|
|
59
59
|
letter-spacing: 0.022em;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
@mixin text-body-quote {
|
|
63
|
-
font-family: '
|
|
63
|
+
font-family: 'Cabinet Grotesk';
|
|
64
64
|
font-weight: 700;
|
|
65
65
|
font-size: 1.44rem;
|
|
66
66
|
line-height: 2.00rem;
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
|
|
70
70
|
@mixin text-body-lg {
|
|
71
71
|
font-family: 'Innovator Grotesk';
|
|
72
|
-
font-weight:
|
|
72
|
+
font-weight: 400;
|
|
73
73
|
font-size: 1.25rem;
|
|
74
74
|
line-height: 2.00rem;
|
|
75
75
|
letter-spacing: 0em;
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
@mixin text-body-base {
|
|
79
79
|
font-family: 'Innovator Grotesk';
|
|
80
80
|
font-weight: 400;
|
|
81
|
-
font-size: 1.
|
|
81
|
+
font-size: 1.19rem;
|
|
82
82
|
line-height: 2.00rem;
|
|
83
83
|
letter-spacing: 0em;
|
|
84
84
|
}
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
@mixin text-ui-primary-xs {
|
|
119
119
|
font-family: 'Innovator Grotesk';
|
|
120
120
|
font-weight: 700;
|
|
121
|
-
font-size: 0.
|
|
121
|
+
font-size: 0.69rem;
|
|
122
122
|
line-height: 1.00rem;
|
|
123
123
|
letter-spacing: 0em;
|
|
124
124
|
}
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
@mixin text-ui-secondary-xs {
|
|
151
151
|
font-family: 'Innovator Grotesk';
|
|
152
152
|
font-weight: 500;
|
|
153
|
-
font-size: 0.
|
|
153
|
+
font-size: 0.69rem;
|
|
154
154
|
line-height: 1.00rem;
|
|
155
155
|
letter-spacing: 0em;
|
|
156
156
|
}
|
|
@@ -182,7 +182,7 @@
|
|
|
182
182
|
@mixin text-ui-tertiary-xs {
|
|
183
183
|
font-family: 'Innovator Grotesk';
|
|
184
184
|
font-weight: 400;
|
|
185
|
-
font-size: 0.
|
|
185
|
+
font-size: 0.69rem;
|
|
186
186
|
line-height: 1.00rem;
|
|
187
187
|
letter-spacing: 0em;
|
|
188
188
|
}
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
@mixin text-meta-mono {
|
|
191
191
|
font-family: 'Berkeley Mono';
|
|
192
192
|
font-weight: 500;
|
|
193
|
-
font-size: 0.
|
|
194
|
-
line-height: 1.
|
|
193
|
+
font-size: 0.69rem;
|
|
194
|
+
line-height: 1.00rem;
|
|
195
195
|
letter-spacing: 0em;
|
|
196
196
|
}
|