snapshot-labs-theme 0.1.33 → 0.1.34

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.
@@ -13,7 +13,7 @@
13
13
 
14
14
  @mixin text-heading-3xl {
15
15
  font-family: 'Cabinet Grotesk';
16
- font-weight: 700;
16
+ font-weight: 800;
17
17
  font-size: 2.81rem;
18
18
  line-height: 4.00rem;
19
19
  letter-spacing: -0.013em;
@@ -133,7 +133,7 @@
133
133
 
134
134
  @mixin text-ui-secondary-md {
135
135
  font-family: 'Innovator Grotesk';
136
- font-weight: 500;
136
+ font-weight: 600;
137
137
  font-size: 0.94rem;
138
138
  line-height: 1.50rem;
139
139
  letter-spacing: 0em;
@@ -141,7 +141,7 @@
141
141
 
142
142
  @mixin text-ui-secondary-sm {
143
143
  font-family: 'Innovator Grotesk';
144
- font-weight: 500;
144
+ font-weight: 600;
145
145
  font-size: 0.81rem;
146
146
  line-height: 1.25rem;
147
147
  letter-spacing: 0em;
@@ -149,7 +149,7 @@
149
149
 
150
150
  @mixin text-ui-secondary-xs {
151
151
  font-family: 'Innovator Grotesk';
152
- font-weight: 500;
152
+ font-weight: 600;
153
153
  font-size: 0.69rem;
154
154
  line-height: 1.00rem;
155
155
  letter-spacing: 0em;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snapshot-labs-theme",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "node build.js",