|
93 | 93 | } |
94 | 94 |
|
95 | 95 | /* ================================================ |
96 | | -<<<<<<< Updated upstream |
97 | | - SATOSHI FONT |
98 | | - ================================================ */ |
99 | | - |
100 | | -@font-face { |
101 | | - font-family: "Satoshi"; |
102 | | - src: |
103 | | - url("/fonts/Satoshi/Satoshi-Light.woff2") format("woff2"), |
104 | | - url("/fonts/Satoshi/Satoshi-Light.woff") format("woff"); |
105 | | - font-weight: 300; |
106 | | - font-style: normal; |
107 | | - font-display: swap; |
108 | | -} |
109 | | - |
110 | | -@font-face { |
111 | | - font-family: "Satoshi"; |
112 | | - src: |
113 | | - url("/fonts/Satoshi/Satoshi-Regular.woff2") format("woff2"), |
114 | | - url("/fonts/Satoshi/Satoshi-Regular.woff") format("woff"); |
115 | | - font-weight: 400; |
116 | | - font-style: normal; |
117 | | - font-display: swap; |
118 | | -} |
119 | | - |
120 | | -@font-face { |
121 | | - font-family: "Satoshi"; |
122 | | - src: |
123 | | - url("/fonts/Satoshi/Satoshi-Medium.woff2") format("woff2"), |
124 | | - url("/fonts/Satoshi/Satoshi-Medium.woff") format("woff"); |
125 | | - font-weight: 500; |
126 | | - font-style: normal; |
127 | | - font-display: swap; |
128 | | -} |
129 | | - |
130 | | -@font-face { |
131 | | - font-family: "Satoshi"; |
132 | | - src: |
133 | | - url("/fonts/Satoshi/Satoshi-Bold.woff2") format("woff2"), |
134 | | - url("/fonts/Satoshi/Satoshi-Bold.woff") format("woff"); |
135 | | - font-weight: 700; |
136 | | -======= |
137 | 96 | INTER VARIABLE FONT |
138 | 97 | ================================================ */ |
139 | 98 |
|
140 | 99 | @font-face { |
141 | 100 | font-family: "Inter"; |
142 | 101 | src: url("/fonts/Inter/Inter-roman.var.woff2") format("woff2-variations"); |
143 | 102 | font-weight: 100 900; |
144 | | ->>>>>>> Stashed changes |
145 | 103 | font-style: normal; |
146 | 104 | font-display: swap; |
147 | 105 | } |
|
197 | 155 |
|
198 | 156 | /* Fonts */ |
199 | 157 | --vp-font-family-base: |
200 | | -<<<<<<< Updated upstream |
201 | | - "Satoshi", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; |
202 | | -======= |
203 | 158 | "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; |
204 | 159 | --vp-font-family-heading: |
205 | 160 | "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; |
206 | | ->>>>>>> Stashed changes |
207 | 161 | --vp-font-family-mono: |
208 | 162 | "IBM Plex Mono", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", |
209 | 163 | monospace; |
210 | 164 | } |
211 | 165 |
|
212 | | -<<<<<<< Updated upstream |
213 | | -======= |
214 | 166 | /* ================================================ |
215 | 167 | TYPOGRAPHY OPTIMIZATION |
216 | 168 | ================================================ */ |
@@ -275,7 +227,7 @@ body { |
275 | 227 | letter-spacing: -0.015em; |
276 | 228 | } |
277 | 229 |
|
278 | | ->>>>>>> Stashed changes |
| 230 | + |
279 | 231 | /* Dark mode */ |
280 | 232 | .dark { |
281 | 233 | --vp-c-bg: #0a0a0a; |
|
0 commit comments