@@ -204,9 +204,11 @@ $token-typography-font-weight-bold: 700;
204204$token-typography-display-500-font-family : -apple-system , BlinkMacSystemFont, Segoe UI, Helvetica , Arial , sans-serif , Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol ;
205205$token-typography-display-500-font-size : 30px ; // 30px/1.875rem
206206$token-typography-display-500-line-height : 1.2666 ; // 38px
207+ $token-typography-display-500-letter-spacing : -0.5px ; // this is `tracking`
207208$token-typography-display-400-font-family : -apple-system , BlinkMacSystemFont, Segoe UI, Helvetica , Arial , sans-serif , Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol ;
208209$token-typography-display-400-font-size : 24px ; // 24px/1.5rem
209210$token-typography-display-400-line-height : 1.3333 ; // 32px
211+ $token-typography-display-400-letter-spacing : 0px ; // this is `tracking`
210212$token-typography-display-300-font-family : -apple-system , BlinkMacSystemFont, Segoe UI, Helvetica , Arial , sans-serif , Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol ;
211213$token-typography-display-300-font-size : 18px ; // 18px/1.125rem
212214$token-typography-display-300-line-height : 1.3333 ; // 24px
@@ -218,6 +220,7 @@ $token-typography-display-200-letter-spacing: -0.5px; // this is `tracking`
218220$token-typography-display-100-font-family : -apple-system , BlinkMacSystemFont, Segoe UI, Helvetica , Arial , sans-serif , Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol ;
219221$token-typography-display-100-font-size : 13px ; // 13px/0.8125rem
220222$token-typography-display-100-line-height : 1.3846 ; // 18px
223+ $token-typography-display-100-letter-spacing : 0px ; // this is `tracking`
221224$token-typography-body-300-font-family : -apple-system , BlinkMacSystemFont, Segoe UI, Helvetica , Arial , sans-serif , Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol ;
222225$token-typography-body-300-font-size : 16px ; // 16px/1rem
223226$token-typography-body-300-line-height : 1.5 ; // 24px
@@ -227,12 +230,12 @@ $token-typography-body-200-line-height: 1.4286; // 20px
227230$token-typography-body-100-font-family : -apple-system , BlinkMacSystemFont, Segoe UI, Helvetica , Arial , sans-serif , Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol ;
228231$token-typography-body-100-font-size : 13px ; // 13px/0.8125rem
229232$token-typography-body-100-line-height : 1.3846 ; // 18px
230- $token-typography-code-100-font-family : ui-monospace , Menlo, Consolas, monospace ;
231- $token-typography-code-100-font-size : 13px ; // 13px/0.8125rem
232- $token-typography-code-100-line-height : 1.23 ; // 16px
233- $token-typography-code-200-font-family : ui-monospace , Menlo, Consolas, monospace ;
234- $token-typography-code-200-font-size : 14px ; // 14px/0.875rem
235- $token-typography-code-200-line-height : 1.125 ; // 18px
236233$token-typography-code-300-font-family : ui-monospace , Menlo, Consolas, monospace ;
237234$token-typography-code-300-font-size : 16px ; // 16px/1rem
238235$token-typography-code-300-line-height : 1.25 ; // 20px
236+ $token-typography-code-200-font-family : ui-monospace , Menlo, Consolas, monospace ;
237+ $token-typography-code-200-font-size : 14px ; // 14px/0.875rem
238+ $token-typography-code-200-line-height : 1.125 ; // 18px
239+ $token-typography-code-100-font-family : ui-monospace , Menlo, Consolas, monospace ;
240+ $token-typography-code-100-font-size : 13px ; // 13px/0.8125rem
241+ $token-typography-code-100-line-height : 1.23 ; // 16px
0 commit comments