@dialpad/dialtone 9.54.2 → 9.55.0
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/dist/css/dialtone.css +21 -2
- package/dist/css/dialtone.min.css +1 -1
- package/dist/tokens/css/variables-dark.css +2 -1
- package/dist/tokens/css/variables-expressive-dark.css +30 -29
- package/dist/tokens/css/variables-expressive-light.css +30 -29
- package/dist/tokens/css/variables-expressive-sm-dark.css +30 -29
- package/dist/tokens/css/variables-expressive-sm-light.css +30 -29
- package/dist/tokens/css/variables-light.css +2 -1
- package/dist/tokens/css/variables-tmo-dark.css +2 -1
- package/dist/tokens/css/variables-tmo-light.css +2 -1
- package/dist/tokens/doc.json +350 -224
- package/dist/tokens/less/variables-dark.less +2 -1
- package/dist/tokens/less/variables-expressive-dark.less +30 -29
- package/dist/tokens/less/variables-expressive-light.less +30 -29
- package/dist/tokens/less/variables-expressive-sm-dark.less +30 -29
- package/dist/tokens/less/variables-expressive-sm-light.less +30 -29
- package/dist/tokens/less/variables-light.less +2 -1
- package/dist/tokens/less/variables-tmo-dark.less +2 -1
- package/dist/tokens/less/variables-tmo-light.less +2 -1
- package/dist/tokens/tokens-dark.json +1 -0
- package/dist/tokens/tokens-light.json +1 -0
- package/dist/vue2/dialtone-vue.cjs +2 -0
- package/dist/vue2/dialtone-vue.cjs.map +1 -1
- package/dist/vue2/dialtone-vue.js +2 -0
- package/dist/vue2/dialtone-vue.js.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.cjs +12 -6
- package/dist/vue2/lib/combobox-multi-select.cjs.map +1 -1
- package/dist/vue2/lib/combobox-multi-select.js +12 -6
- package/dist/vue2/lib/combobox-multi-select.js.map +1 -1
- package/dist/vue2/lib/message-input.cjs +1 -19
- package/dist/vue2/lib/message-input.cjs.map +1 -1
- package/dist/vue2/lib/message-input.js +1 -19
- package/dist/vue2/lib/message-input.js.map +1 -1
- package/dist/vue2/lib/rich-text-editor.cjs +153 -57
- package/dist/vue2/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue2/lib/rich-text-editor.js +153 -57
- package/dist/vue2/lib/rich-text-editor.js.map +1 -1
- package/dist/vue2/lib/scrollbar-directive.cjs +2402 -0
- package/dist/vue2/lib/scrollbar-directive.cjs.map +1 -0
- package/dist/vue2/lib/scrollbar-directive.js +2402 -0
- package/dist/vue2/lib/scrollbar-directive.js.map +1 -0
- package/dist/vue2/style.css +653 -9
- package/dist/vue2/types/components/rich_text_editor/extensions/channels/suggestion.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/slash_command/suggestion.d.ts.map +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.d.ts +12 -0
- package/dist/vue2/types/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.d.ts.map +1 -0
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts +1 -1
- package/dist/vue2/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue2/types/directives/scrollbar/index.d.ts +2 -0
- package/dist/vue2/types/directives/scrollbar/index.d.ts.map +1 -0
- package/dist/vue2/types/directives/scrollbar/scrollbar.d.ts +6 -0
- package/dist/vue2/types/directives/scrollbar/scrollbar.d.ts.map +1 -0
- package/dist/vue2/types/index.d.ts +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts +1 -0
- package/dist/vue2/types/recipes/comboboxes/combobox_multi_select/combobox_multi_select.vue.d.ts.map +1 -1
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts +0 -3
- package/dist/vue2/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/dist/vue3/dialtone-vue.cjs +2 -0
- package/dist/vue3/dialtone-vue.cjs.map +1 -1
- package/dist/vue3/dialtone-vue.js +2 -0
- package/dist/vue3/dialtone-vue.js.map +1 -1
- package/dist/vue3/lib/message-input.cjs +14 -24
- package/dist/vue3/lib/message-input.cjs.map +1 -1
- package/dist/vue3/lib/message-input.js +15 -25
- package/dist/vue3/lib/message-input.js.map +1 -1
- package/dist/vue3/lib/rich-text-editor.cjs +154 -57
- package/dist/vue3/lib/rich-text-editor.cjs.map +1 -1
- package/dist/vue3/lib/rich-text-editor.js +154 -57
- package/dist/vue3/lib/rich-text-editor.js.map +1 -1
- package/dist/vue3/lib/scrollbar-directive.cjs +2402 -0
- package/dist/vue3/lib/scrollbar-directive.cjs.map +1 -0
- package/dist/vue3/lib/scrollbar-directive.js +2402 -0
- package/dist/vue3/lib/scrollbar-directive.js.map +1 -0
- package/dist/vue3/style.css +648 -4
- package/dist/vue3/types/components/rich_text_editor/extensions/channels/suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/emoji/suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/mentions/suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/slash_command/suggestion.d.ts.map +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/suggestion/SuggestionList.vue.d.ts +1 -1
- package/dist/vue3/types/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.d.ts +12 -0
- package/dist/vue3/types/components/rich_text_editor/extensions/tippy_plugins/hide_on_esc.d.ts.map +1 -0
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts +2 -1
- package/dist/vue3/types/components/rich_text_editor/rich_text_editor.vue.d.ts.map +1 -1
- package/dist/vue3/types/directives/scrollbar/index.d.ts +2 -0
- package/dist/vue3/types/directives/scrollbar/index.d.ts.map +1 -0
- package/dist/vue3/types/directives/scrollbar/scrollbar.d.ts +6 -0
- package/dist/vue3/types/directives/scrollbar/scrollbar.d.ts.map +1 -0
- package/dist/vue3/types/index.d.ts +1 -0
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts +0 -3
- package/dist/vue3/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/tokens/doc.json
CHANGED
|
@@ -8473,6 +8473,33 @@
|
|
|
8473
8473
|
"description": "Secondary brand color, typically used as an accent color."
|
|
8474
8474
|
}
|
|
8475
8475
|
},
|
|
8476
|
+
"color/brand/gold": {
|
|
8477
|
+
"css/variables": {
|
|
8478
|
+
"name": "var(--dt-color-brand-gold)",
|
|
8479
|
+
"value": "#F6AB3C",
|
|
8480
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
8481
|
+
},
|
|
8482
|
+
"less/variables": {
|
|
8483
|
+
"name": "dt-color-brand-gold",
|
|
8484
|
+
"value": "#F6AB3C",
|
|
8485
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
8486
|
+
},
|
|
8487
|
+
"android/resources": {
|
|
8488
|
+
"name": "dt_light_color_brand_gold",
|
|
8489
|
+
"value": "#fff6ab3c",
|
|
8490
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
8491
|
+
},
|
|
8492
|
+
"compose/object": {
|
|
8493
|
+
"name": "dtColorBrandGold",
|
|
8494
|
+
"value": "Color(0xfff6ab3c)",
|
|
8495
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
8496
|
+
},
|
|
8497
|
+
"ios-swift/enum.swift": {
|
|
8498
|
+
"name": "dtColorBrandGold",
|
|
8499
|
+
"value": "UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)",
|
|
8500
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
8501
|
+
}
|
|
8502
|
+
},
|
|
8476
8503
|
"color/foreground/primary": {
|
|
8477
8504
|
"css/variables": {
|
|
8478
8505
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -30068,6 +30095,33 @@
|
|
|
30068
30095
|
"description": "Secondary brand color, typically used as an accent color."
|
|
30069
30096
|
}
|
|
30070
30097
|
},
|
|
30098
|
+
"color/brand/gold": {
|
|
30099
|
+
"css/variables": {
|
|
30100
|
+
"name": "var(--dt-color-brand-gold)",
|
|
30101
|
+
"value": "#F6AB3C",
|
|
30102
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
30103
|
+
},
|
|
30104
|
+
"less/variables": {
|
|
30105
|
+
"name": "dt-color-brand-gold",
|
|
30106
|
+
"value": "#F6AB3C",
|
|
30107
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
30108
|
+
},
|
|
30109
|
+
"android/resources": {
|
|
30110
|
+
"name": "dt_dark_color_brand_gold",
|
|
30111
|
+
"value": "#fff6ab3c",
|
|
30112
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
30113
|
+
},
|
|
30114
|
+
"compose/object": {
|
|
30115
|
+
"name": "dtColorBrandGold",
|
|
30116
|
+
"value": "Color(0xfff6ab3c)",
|
|
30117
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
30118
|
+
},
|
|
30119
|
+
"ios-swift/enum.swift": {
|
|
30120
|
+
"name": "dtColorBrandGold",
|
|
30121
|
+
"value": "UIColor(red: 0.965, green: 0.671, blue: 0.235, alpha: 1)",
|
|
30122
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
30123
|
+
}
|
|
30124
|
+
},
|
|
30071
30125
|
"color/foreground/primary": {
|
|
30072
30126
|
"css/variables": {
|
|
30073
30127
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -49318,6 +49372,18 @@
|
|
|
49318
49372
|
"description": "Secondary brand color, typically used as an accent color."
|
|
49319
49373
|
}
|
|
49320
49374
|
},
|
|
49375
|
+
"color/brand/gold": {
|
|
49376
|
+
"css/variables": {
|
|
49377
|
+
"name": "var(--dt-color-brand-gold)",
|
|
49378
|
+
"value": "#F6AB3C",
|
|
49379
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
49380
|
+
},
|
|
49381
|
+
"less/variables": {
|
|
49382
|
+
"name": "dt-color-brand-gold",
|
|
49383
|
+
"value": "#F6AB3C",
|
|
49384
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
49385
|
+
}
|
|
49386
|
+
},
|
|
49321
49387
|
"color/foreground/primary": {
|
|
49322
49388
|
"css/variables": {
|
|
49323
49389
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -59106,6 +59172,18 @@
|
|
|
59106
59172
|
"description": "Secondary brand color, typically used as an accent color."
|
|
59107
59173
|
}
|
|
59108
59174
|
},
|
|
59175
|
+
"color/brand/gold": {
|
|
59176
|
+
"css/variables": {
|
|
59177
|
+
"name": "var(--dt-color-brand-gold)",
|
|
59178
|
+
"value": "#F6AB3C",
|
|
59179
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
59180
|
+
},
|
|
59181
|
+
"less/variables": {
|
|
59182
|
+
"name": "dt-color-brand-gold",
|
|
59183
|
+
"value": "#F6AB3C",
|
|
59184
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
59185
|
+
}
|
|
59186
|
+
},
|
|
59109
59187
|
"color/foreground/primary": {
|
|
59110
59188
|
"css/variables": {
|
|
59111
59189
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -70084,6 +70162,18 @@
|
|
|
70084
70162
|
"description": "Secondary brand color, typically used as an accent color."
|
|
70085
70163
|
}
|
|
70086
70164
|
},
|
|
70165
|
+
"color/brand/gold": {
|
|
70166
|
+
"css/variables": {
|
|
70167
|
+
"name": "var(--dt-color-brand-gold)",
|
|
70168
|
+
"value": "#F6AB3C",
|
|
70169
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
70170
|
+
},
|
|
70171
|
+
"less/variables": {
|
|
70172
|
+
"name": "dt-color-brand-gold",
|
|
70173
|
+
"value": "#F6AB3C",
|
|
70174
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
70175
|
+
}
|
|
70176
|
+
},
|
|
70087
70177
|
"color/foreground/primary": {
|
|
70088
70178
|
"css/variables": {
|
|
70089
70179
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -72513,12 +72603,12 @@
|
|
|
72513
72603
|
"typography/body/md-compact/fontFamily": {
|
|
72514
72604
|
"css/variables": {
|
|
72515
72605
|
"name": "var(--dt-typography-body-md-compact-font-family)",
|
|
72516
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72606
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72517
72607
|
"description": "A tighter-spaced version of medium body style."
|
|
72518
72608
|
},
|
|
72519
72609
|
"less/variables": {
|
|
72520
72610
|
"name": "dt-typography-body-md-compact-font-family",
|
|
72521
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72611
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72522
72612
|
"description": "A tighter-spaced version of medium body style."
|
|
72523
72613
|
}
|
|
72524
72614
|
},
|
|
@@ -72633,12 +72723,12 @@
|
|
|
72633
72723
|
"typography/body/sm-compact/fontFamily": {
|
|
72634
72724
|
"css/variables": {
|
|
72635
72725
|
"name": "var(--dt-typography-body-sm-compact-font-family)",
|
|
72636
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72726
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72637
72727
|
"description": "A tighter-spaced version of small body style."
|
|
72638
72728
|
},
|
|
72639
72729
|
"less/variables": {
|
|
72640
72730
|
"name": "dt-typography-body-sm-compact-font-family",
|
|
72641
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72731
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72642
72732
|
"description": "A tighter-spaced version of small body style."
|
|
72643
72733
|
}
|
|
72644
72734
|
},
|
|
@@ -72813,12 +72903,12 @@
|
|
|
72813
72903
|
"typography/headline/sm-compact/fontFamily": {
|
|
72814
72904
|
"css/variables": {
|
|
72815
72905
|
"name": "var(--dt-typography-headline-sm-compact-font-family)",
|
|
72816
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72906
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72817
72907
|
"description": "A tighter-spaced version of small headline style."
|
|
72818
72908
|
},
|
|
72819
72909
|
"less/variables": {
|
|
72820
72910
|
"name": "dt-typography-headline-sm-compact-font-family",
|
|
72821
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72911
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72822
72912
|
"description": "A tighter-spaced version of small headline style."
|
|
72823
72913
|
}
|
|
72824
72914
|
},
|
|
@@ -72849,12 +72939,12 @@
|
|
|
72849
72939
|
"typography/headline/sm-compact/fontSize": {
|
|
72850
72940
|
"css/variables": {
|
|
72851
72941
|
"name": "var(--dt-typography-headline-sm-compact-font-size)",
|
|
72852
|
-
"value": "
|
|
72942
|
+
"value": "2rem",
|
|
72853
72943
|
"description": "A tighter-spaced version of small headline style."
|
|
72854
72944
|
},
|
|
72855
72945
|
"less/variables": {
|
|
72856
72946
|
"name": "dt-typography-headline-sm-compact-font-size",
|
|
72857
|
-
"value": "
|
|
72947
|
+
"value": "2rem",
|
|
72858
72948
|
"description": "A tighter-spaced version of small headline style."
|
|
72859
72949
|
}
|
|
72860
72950
|
},
|
|
@@ -72873,12 +72963,12 @@
|
|
|
72873
72963
|
"typography/headline/sm-soft/fontFamily": {
|
|
72874
72964
|
"css/variables": {
|
|
72875
72965
|
"name": "var(--dt-typography-headline-sm-soft-font-family)",
|
|
72876
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72966
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72877
72967
|
"description": "A softer font weight version of small headline style."
|
|
72878
72968
|
},
|
|
72879
72969
|
"less/variables": {
|
|
72880
72970
|
"name": "dt-typography-headline-sm-soft-font-family",
|
|
72881
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72971
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72882
72972
|
"description": "A softer font weight version of small headline style."
|
|
72883
72973
|
}
|
|
72884
72974
|
},
|
|
@@ -72909,12 +72999,12 @@
|
|
|
72909
72999
|
"typography/headline/sm-soft/fontSize": {
|
|
72910
73000
|
"css/variables": {
|
|
72911
73001
|
"name": "var(--dt-typography-headline-sm-soft-font-size)",
|
|
72912
|
-
"value": "
|
|
73002
|
+
"value": "2rem",
|
|
72913
73003
|
"description": "A softer font weight version of small headline style."
|
|
72914
73004
|
},
|
|
72915
73005
|
"less/variables": {
|
|
72916
73006
|
"name": "dt-typography-headline-sm-soft-font-size",
|
|
72917
|
-
"value": "
|
|
73007
|
+
"value": "2rem",
|
|
72918
73008
|
"description": "A softer font weight version of small headline style."
|
|
72919
73009
|
}
|
|
72920
73010
|
},
|
|
@@ -72933,12 +73023,12 @@
|
|
|
72933
73023
|
"typography/headline/sm-soft-compact/fontFamily": {
|
|
72934
73024
|
"css/variables": {
|
|
72935
73025
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-family)",
|
|
72936
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73026
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72937
73027
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
72938
73028
|
},
|
|
72939
73029
|
"less/variables": {
|
|
72940
73030
|
"name": "dt-typography-headline-sm-soft-compact-font-family",
|
|
72941
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73031
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
72942
73032
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
72943
73033
|
}
|
|
72944
73034
|
},
|
|
@@ -72969,12 +73059,12 @@
|
|
|
72969
73059
|
"typography/headline/sm-soft-compact/fontSize": {
|
|
72970
73060
|
"css/variables": {
|
|
72971
73061
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-size)",
|
|
72972
|
-
"value": "
|
|
73062
|
+
"value": "2rem",
|
|
72973
73063
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
72974
73064
|
},
|
|
72975
73065
|
"less/variables": {
|
|
72976
73066
|
"name": "dt-typography-headline-sm-soft-compact-font-size",
|
|
72977
|
-
"value": "
|
|
73067
|
+
"value": "2rem",
|
|
72978
73068
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
72979
73069
|
}
|
|
72980
73070
|
},
|
|
@@ -73053,12 +73143,12 @@
|
|
|
73053
73143
|
"typography/headline/md-compact/fontFamily": {
|
|
73054
73144
|
"css/variables": {
|
|
73055
73145
|
"name": "var(--dt-typography-headline-md-compact-font-family)",
|
|
73056
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73146
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73057
73147
|
"description": "A tighter-spaced version of medium headline style."
|
|
73058
73148
|
},
|
|
73059
73149
|
"less/variables": {
|
|
73060
73150
|
"name": "dt-typography-headline-md-compact-font-family",
|
|
73061
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73151
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73062
73152
|
"description": "A tighter-spaced version of medium headline style."
|
|
73063
73153
|
}
|
|
73064
73154
|
},
|
|
@@ -73089,12 +73179,12 @@
|
|
|
73089
73179
|
"typography/headline/md-compact/fontSize": {
|
|
73090
73180
|
"css/variables": {
|
|
73091
73181
|
"name": "var(--dt-typography-headline-md-compact-font-size)",
|
|
73092
|
-
"value": "
|
|
73182
|
+
"value": "2.8rem",
|
|
73093
73183
|
"description": "A tighter-spaced version of medium headline style."
|
|
73094
73184
|
},
|
|
73095
73185
|
"less/variables": {
|
|
73096
73186
|
"name": "dt-typography-headline-md-compact-font-size",
|
|
73097
|
-
"value": "
|
|
73187
|
+
"value": "2.8rem",
|
|
73098
73188
|
"description": "A tighter-spaced version of medium headline style."
|
|
73099
73189
|
}
|
|
73100
73190
|
},
|
|
@@ -73173,12 +73263,12 @@
|
|
|
73173
73263
|
"typography/headline/lg-soft/fontFamily": {
|
|
73174
73264
|
"css/variables": {
|
|
73175
73265
|
"name": "var(--dt-typography-headline-lg-soft-font-family)",
|
|
73176
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73266
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73177
73267
|
"description": "A softer font weight version of large headline style."
|
|
73178
73268
|
},
|
|
73179
73269
|
"less/variables": {
|
|
73180
73270
|
"name": "dt-typography-headline-lg-soft-font-family",
|
|
73181
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73271
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73182
73272
|
"description": "A softer font weight version of large headline style."
|
|
73183
73273
|
}
|
|
73184
73274
|
},
|
|
@@ -73209,12 +73299,12 @@
|
|
|
73209
73299
|
"typography/headline/lg-soft/fontSize": {
|
|
73210
73300
|
"css/variables": {
|
|
73211
73301
|
"name": "var(--dt-typography-headline-lg-soft-font-size)",
|
|
73212
|
-
"value": "
|
|
73302
|
+
"value": "4.1rem",
|
|
73213
73303
|
"description": "A softer font weight version of large headline style."
|
|
73214
73304
|
},
|
|
73215
73305
|
"less/variables": {
|
|
73216
73306
|
"name": "dt-typography-headline-lg-soft-font-size",
|
|
73217
|
-
"value": "
|
|
73307
|
+
"value": "4.1rem",
|
|
73218
73308
|
"description": "A softer font weight version of large headline style."
|
|
73219
73309
|
}
|
|
73220
73310
|
},
|
|
@@ -73233,12 +73323,12 @@
|
|
|
73233
73323
|
"typography/headline/lg-compact/fontFamily": {
|
|
73234
73324
|
"css/variables": {
|
|
73235
73325
|
"name": "var(--dt-typography-headline-lg-compact-font-family)",
|
|
73236
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73326
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73237
73327
|
"description": "A tighter-spaced version of large body style."
|
|
73238
73328
|
},
|
|
73239
73329
|
"less/variables": {
|
|
73240
73330
|
"name": "dt-typography-headline-lg-compact-font-family",
|
|
73241
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73331
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73242
73332
|
"description": "A tighter-spaced version of large body style."
|
|
73243
73333
|
}
|
|
73244
73334
|
},
|
|
@@ -73257,24 +73347,24 @@
|
|
|
73257
73347
|
"typography/headline/lg-compact/lineHeight": {
|
|
73258
73348
|
"css/variables": {
|
|
73259
73349
|
"name": "var(--dt-typography-headline-lg-compact-line-height)",
|
|
73260
|
-
"value": 1.
|
|
73350
|
+
"value": 1.4,
|
|
73261
73351
|
"description": "A tighter-spaced version of large body style."
|
|
73262
73352
|
},
|
|
73263
73353
|
"less/variables": {
|
|
73264
73354
|
"name": "dt-typography-headline-lg-compact-line-height",
|
|
73265
|
-
"value": 1.
|
|
73355
|
+
"value": 1.4,
|
|
73266
73356
|
"description": "A tighter-spaced version of large body style."
|
|
73267
73357
|
}
|
|
73268
73358
|
},
|
|
73269
73359
|
"typography/headline/lg-compact/fontSize": {
|
|
73270
73360
|
"css/variables": {
|
|
73271
73361
|
"name": "var(--dt-typography-headline-lg-compact-font-size)",
|
|
73272
|
-
"value": "
|
|
73362
|
+
"value": "4.1rem",
|
|
73273
73363
|
"description": "A tighter-spaced version of large body style."
|
|
73274
73364
|
},
|
|
73275
73365
|
"less/variables": {
|
|
73276
73366
|
"name": "dt-typography-headline-lg-compact-font-size",
|
|
73277
|
-
"value": "
|
|
73367
|
+
"value": "4.1rem",
|
|
73278
73368
|
"description": "A tighter-spaced version of large body style."
|
|
73279
73369
|
}
|
|
73280
73370
|
},
|
|
@@ -73293,12 +73383,12 @@
|
|
|
73293
73383
|
"typography/headline/lg-soft-compact/fontFamily": {
|
|
73294
73384
|
"css/variables": {
|
|
73295
73385
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-family)",
|
|
73296
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73386
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73297
73387
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
73298
73388
|
},
|
|
73299
73389
|
"less/variables": {
|
|
73300
73390
|
"name": "dt-typography-headline-lg-soft-compact-font-family",
|
|
73301
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73391
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73302
73392
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
73303
73393
|
}
|
|
73304
73394
|
},
|
|
@@ -73317,24 +73407,24 @@
|
|
|
73317
73407
|
"typography/headline/lg-soft-compact/lineHeight": {
|
|
73318
73408
|
"css/variables": {
|
|
73319
73409
|
"name": "var(--dt-typography-headline-lg-soft-compact-line-height)",
|
|
73320
|
-
"value": 1.
|
|
73410
|
+
"value": 1.4,
|
|
73321
73411
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
73322
73412
|
},
|
|
73323
73413
|
"less/variables": {
|
|
73324
73414
|
"name": "dt-typography-headline-lg-soft-compact-line-height",
|
|
73325
|
-
"value": 1.
|
|
73415
|
+
"value": 1.4,
|
|
73326
73416
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
73327
73417
|
}
|
|
73328
73418
|
},
|
|
73329
73419
|
"typography/headline/lg-soft-compact/fontSize": {
|
|
73330
73420
|
"css/variables": {
|
|
73331
73421
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-size)",
|
|
73332
|
-
"value": "
|
|
73422
|
+
"value": "4.1rem",
|
|
73333
73423
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
73334
73424
|
},
|
|
73335
73425
|
"less/variables": {
|
|
73336
73426
|
"name": "dt-typography-headline-lg-soft-compact-font-size",
|
|
73337
|
-
"value": "
|
|
73427
|
+
"value": "4.1rem",
|
|
73338
73428
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
73339
73429
|
}
|
|
73340
73430
|
},
|
|
@@ -73413,12 +73503,12 @@
|
|
|
73413
73503
|
"typography/headline/xl-compact/fontFamily": {
|
|
73414
73504
|
"css/variables": {
|
|
73415
73505
|
"name": "var(--dt-typography-headline-xl-compact-font-family)",
|
|
73416
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73506
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73417
73507
|
"description": "A tighter-spaced version of extra large headline style."
|
|
73418
73508
|
},
|
|
73419
73509
|
"less/variables": {
|
|
73420
73510
|
"name": "dt-typography-headline-xl-compact-font-family",
|
|
73421
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73511
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73422
73512
|
"description": "A tighter-spaced version of extra large headline style."
|
|
73423
73513
|
}
|
|
73424
73514
|
},
|
|
@@ -73449,12 +73539,12 @@
|
|
|
73449
73539
|
"typography/headline/xl-compact/fontSize": {
|
|
73450
73540
|
"css/variables": {
|
|
73451
73541
|
"name": "var(--dt-typography-headline-xl-compact-font-size)",
|
|
73452
|
-
"value": "
|
|
73542
|
+
"value": "6.5rem",
|
|
73453
73543
|
"description": "A tighter-spaced version of extra large headline style."
|
|
73454
73544
|
},
|
|
73455
73545
|
"less/variables": {
|
|
73456
73546
|
"name": "dt-typography-headline-xl-compact-font-size",
|
|
73457
|
-
"value": "
|
|
73547
|
+
"value": "6.5rem",
|
|
73458
73548
|
"description": "A tighter-spaced version of extra large headline style."
|
|
73459
73549
|
}
|
|
73460
73550
|
},
|
|
@@ -73533,12 +73623,12 @@
|
|
|
73533
73623
|
"typography/headline/xxl-compact/fontFamily": {
|
|
73534
73624
|
"css/variables": {
|
|
73535
73625
|
"name": "var(--dt-typography-headline-xxl-compact-font-family)",
|
|
73536
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73626
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73537
73627
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
73538
73628
|
},
|
|
73539
73629
|
"less/variables": {
|
|
73540
73630
|
"name": "dt-typography-headline-xxl-compact-font-family",
|
|
73541
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73631
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73542
73632
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
73543
73633
|
}
|
|
73544
73634
|
},
|
|
@@ -73569,12 +73659,12 @@
|
|
|
73569
73659
|
"typography/headline/xxl-compact/fontSize": {
|
|
73570
73660
|
"css/variables": {
|
|
73571
73661
|
"name": "var(--dt-typography-headline-xxl-compact-font-size)",
|
|
73572
|
-
"value": "
|
|
73662
|
+
"value": "10.5rem",
|
|
73573
73663
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
73574
73664
|
},
|
|
73575
73665
|
"less/variables": {
|
|
73576
73666
|
"name": "dt-typography-headline-xxl-compact-font-size",
|
|
73577
|
-
"value": "
|
|
73667
|
+
"value": "10.5rem",
|
|
73578
73668
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
73579
73669
|
}
|
|
73580
73670
|
},
|
|
@@ -73653,12 +73743,12 @@
|
|
|
73653
73743
|
"typography/label/md-compact/fontFamily": {
|
|
73654
73744
|
"css/variables": {
|
|
73655
73745
|
"name": "var(--dt-typography-label-md-compact-font-family)",
|
|
73656
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73746
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73657
73747
|
"description": "A tighter-spaced version of medium label style."
|
|
73658
73748
|
},
|
|
73659
73749
|
"less/variables": {
|
|
73660
73750
|
"name": "dt-typography-label-md-compact-font-family",
|
|
73661
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73751
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73662
73752
|
"description": "A tighter-spaced version of medium label style."
|
|
73663
73753
|
}
|
|
73664
73754
|
},
|
|
@@ -73713,12 +73803,12 @@
|
|
|
73713
73803
|
"typography/label/md-plain/fontFamily": {
|
|
73714
73804
|
"css/variables": {
|
|
73715
73805
|
"name": "var(--dt-typography-label-md-plain-font-family)",
|
|
73716
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73806
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73717
73807
|
"description": "A non-bold version of medium label style."
|
|
73718
73808
|
},
|
|
73719
73809
|
"less/variables": {
|
|
73720
73810
|
"name": "dt-typography-label-md-plain-font-family",
|
|
73721
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73811
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73722
73812
|
"description": "A non-bold version of medium label style."
|
|
73723
73813
|
}
|
|
73724
73814
|
},
|
|
@@ -73773,12 +73863,12 @@
|
|
|
73773
73863
|
"typography/label/md-plain-compact/fontFamily": {
|
|
73774
73864
|
"css/variables": {
|
|
73775
73865
|
"name": "var(--dt-typography-label-md-plain-compact-font-family)",
|
|
73776
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73866
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73777
73867
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
73778
73868
|
},
|
|
73779
73869
|
"less/variables": {
|
|
73780
73870
|
"name": "dt-typography-label-md-plain-compact-font-family",
|
|
73781
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73871
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73782
73872
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
73783
73873
|
}
|
|
73784
73874
|
},
|
|
@@ -73893,12 +73983,12 @@
|
|
|
73893
73983
|
"typography/label/sm-compact/fontFamily": {
|
|
73894
73984
|
"css/variables": {
|
|
73895
73985
|
"name": "var(--dt-typography-label-sm-compact-font-family)",
|
|
73896
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73986
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73897
73987
|
"description": "A tighter-spaced version of small label style."
|
|
73898
73988
|
},
|
|
73899
73989
|
"less/variables": {
|
|
73900
73990
|
"name": "dt-typography-label-sm-compact-font-family",
|
|
73901
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73991
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73902
73992
|
"description": "A tighter-spaced version of small label style."
|
|
73903
73993
|
}
|
|
73904
73994
|
},
|
|
@@ -73953,12 +74043,12 @@
|
|
|
73953
74043
|
"typography/label/sm-plain/fontFamily": {
|
|
73954
74044
|
"css/variables": {
|
|
73955
74045
|
"name": "var(--dt-typography-label-sm-plain-font-family)",
|
|
73956
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
74046
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73957
74047
|
"description": "A non-bold version of small label style."
|
|
73958
74048
|
},
|
|
73959
74049
|
"less/variables": {
|
|
73960
74050
|
"name": "dt-typography-label-sm-plain-font-family",
|
|
73961
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
74051
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
73962
74052
|
"description": "A non-bold version of small label style."
|
|
73963
74053
|
}
|
|
73964
74054
|
},
|
|
@@ -74013,12 +74103,12 @@
|
|
|
74013
74103
|
"typography/label/sm-plain-compact/fontFamily": {
|
|
74014
74104
|
"css/variables": {
|
|
74015
74105
|
"name": "var(--dt-typography-label-sm-plain-compact-font-family)",
|
|
74016
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
74106
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
74017
74107
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
74018
74108
|
},
|
|
74019
74109
|
"less/variables": {
|
|
74020
74110
|
"name": "dt-typography-label-sm-plain-compact-font-family",
|
|
74021
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
74111
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
74022
74112
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
74023
74113
|
}
|
|
74024
74114
|
},
|
|
@@ -79882,6 +79972,18 @@
|
|
|
79882
79972
|
"description": "Secondary brand color, typically used as an accent color."
|
|
79883
79973
|
}
|
|
79884
79974
|
},
|
|
79975
|
+
"color/brand/gold": {
|
|
79976
|
+
"css/variables": {
|
|
79977
|
+
"name": "var(--dt-color-brand-gold)",
|
|
79978
|
+
"value": "#F6AB3C",
|
|
79979
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
79980
|
+
},
|
|
79981
|
+
"less/variables": {
|
|
79982
|
+
"name": "dt-color-brand-gold",
|
|
79983
|
+
"value": "#F6AB3C",
|
|
79984
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
79985
|
+
}
|
|
79986
|
+
},
|
|
79885
79987
|
"color/foreground/primary": {
|
|
79886
79988
|
"css/variables": {
|
|
79887
79989
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -83511,12 +83613,12 @@
|
|
|
83511
83613
|
"typography/body/md-compact/fontFamily": {
|
|
83512
83614
|
"css/variables": {
|
|
83513
83615
|
"name": "var(--dt-typography-body-md-compact-font-family)",
|
|
83514
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83616
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83515
83617
|
"description": "A tighter-spaced version of medium body style."
|
|
83516
83618
|
},
|
|
83517
83619
|
"less/variables": {
|
|
83518
83620
|
"name": "dt-typography-body-md-compact-font-family",
|
|
83519
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83621
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83520
83622
|
"description": "A tighter-spaced version of medium body style."
|
|
83521
83623
|
}
|
|
83522
83624
|
},
|
|
@@ -83631,12 +83733,12 @@
|
|
|
83631
83733
|
"typography/body/sm-compact/fontFamily": {
|
|
83632
83734
|
"css/variables": {
|
|
83633
83735
|
"name": "var(--dt-typography-body-sm-compact-font-family)",
|
|
83634
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83736
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83635
83737
|
"description": "A tighter-spaced version of small body style."
|
|
83636
83738
|
},
|
|
83637
83739
|
"less/variables": {
|
|
83638
83740
|
"name": "dt-typography-body-sm-compact-font-family",
|
|
83639
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83741
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83640
83742
|
"description": "A tighter-spaced version of small body style."
|
|
83641
83743
|
}
|
|
83642
83744
|
},
|
|
@@ -83811,12 +83913,12 @@
|
|
|
83811
83913
|
"typography/headline/sm-compact/fontFamily": {
|
|
83812
83914
|
"css/variables": {
|
|
83813
83915
|
"name": "var(--dt-typography-headline-sm-compact-font-family)",
|
|
83814
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83916
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83815
83917
|
"description": "A tighter-spaced version of small headline style."
|
|
83816
83918
|
},
|
|
83817
83919
|
"less/variables": {
|
|
83818
83920
|
"name": "dt-typography-headline-sm-compact-font-family",
|
|
83819
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83921
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83820
83922
|
"description": "A tighter-spaced version of small headline style."
|
|
83821
83923
|
}
|
|
83822
83924
|
},
|
|
@@ -83847,12 +83949,12 @@
|
|
|
83847
83949
|
"typography/headline/sm-compact/fontSize": {
|
|
83848
83950
|
"css/variables": {
|
|
83849
83951
|
"name": "var(--dt-typography-headline-sm-compact-font-size)",
|
|
83850
|
-
"value": "
|
|
83952
|
+
"value": "2rem",
|
|
83851
83953
|
"description": "A tighter-spaced version of small headline style."
|
|
83852
83954
|
},
|
|
83853
83955
|
"less/variables": {
|
|
83854
83956
|
"name": "dt-typography-headline-sm-compact-font-size",
|
|
83855
|
-
"value": "
|
|
83957
|
+
"value": "2rem",
|
|
83856
83958
|
"description": "A tighter-spaced version of small headline style."
|
|
83857
83959
|
}
|
|
83858
83960
|
},
|
|
@@ -83871,12 +83973,12 @@
|
|
|
83871
83973
|
"typography/headline/sm-soft/fontFamily": {
|
|
83872
83974
|
"css/variables": {
|
|
83873
83975
|
"name": "var(--dt-typography-headline-sm-soft-font-family)",
|
|
83874
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83976
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83875
83977
|
"description": "A softer font weight version of small headline style."
|
|
83876
83978
|
},
|
|
83877
83979
|
"less/variables": {
|
|
83878
83980
|
"name": "dt-typography-headline-sm-soft-font-family",
|
|
83879
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83981
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83880
83982
|
"description": "A softer font weight version of small headline style."
|
|
83881
83983
|
}
|
|
83882
83984
|
},
|
|
@@ -83907,12 +84009,12 @@
|
|
|
83907
84009
|
"typography/headline/sm-soft/fontSize": {
|
|
83908
84010
|
"css/variables": {
|
|
83909
84011
|
"name": "var(--dt-typography-headline-sm-soft-font-size)",
|
|
83910
|
-
"value": "
|
|
84012
|
+
"value": "2rem",
|
|
83911
84013
|
"description": "A softer font weight version of small headline style."
|
|
83912
84014
|
},
|
|
83913
84015
|
"less/variables": {
|
|
83914
84016
|
"name": "dt-typography-headline-sm-soft-font-size",
|
|
83915
|
-
"value": "
|
|
84017
|
+
"value": "2rem",
|
|
83916
84018
|
"description": "A softer font weight version of small headline style."
|
|
83917
84019
|
}
|
|
83918
84020
|
},
|
|
@@ -83931,12 +84033,12 @@
|
|
|
83931
84033
|
"typography/headline/sm-soft-compact/fontFamily": {
|
|
83932
84034
|
"css/variables": {
|
|
83933
84035
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-family)",
|
|
83934
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84036
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83935
84037
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
83936
84038
|
},
|
|
83937
84039
|
"less/variables": {
|
|
83938
84040
|
"name": "dt-typography-headline-sm-soft-compact-font-family",
|
|
83939
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84041
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
83940
84042
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
83941
84043
|
}
|
|
83942
84044
|
},
|
|
@@ -83967,12 +84069,12 @@
|
|
|
83967
84069
|
"typography/headline/sm-soft-compact/fontSize": {
|
|
83968
84070
|
"css/variables": {
|
|
83969
84071
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-size)",
|
|
83970
|
-
"value": "
|
|
84072
|
+
"value": "2rem",
|
|
83971
84073
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
83972
84074
|
},
|
|
83973
84075
|
"less/variables": {
|
|
83974
84076
|
"name": "dt-typography-headline-sm-soft-compact-font-size",
|
|
83975
|
-
"value": "
|
|
84077
|
+
"value": "2rem",
|
|
83976
84078
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
83977
84079
|
}
|
|
83978
84080
|
},
|
|
@@ -84051,12 +84153,12 @@
|
|
|
84051
84153
|
"typography/headline/md-compact/fontFamily": {
|
|
84052
84154
|
"css/variables": {
|
|
84053
84155
|
"name": "var(--dt-typography-headline-md-compact-font-family)",
|
|
84054
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84156
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84055
84157
|
"description": "A tighter-spaced version of medium headline style."
|
|
84056
84158
|
},
|
|
84057
84159
|
"less/variables": {
|
|
84058
84160
|
"name": "dt-typography-headline-md-compact-font-family",
|
|
84059
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84161
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84060
84162
|
"description": "A tighter-spaced version of medium headline style."
|
|
84061
84163
|
}
|
|
84062
84164
|
},
|
|
@@ -84087,12 +84189,12 @@
|
|
|
84087
84189
|
"typography/headline/md-compact/fontSize": {
|
|
84088
84190
|
"css/variables": {
|
|
84089
84191
|
"name": "var(--dt-typography-headline-md-compact-font-size)",
|
|
84090
|
-
"value": "
|
|
84192
|
+
"value": "2.8rem",
|
|
84091
84193
|
"description": "A tighter-spaced version of medium headline style."
|
|
84092
84194
|
},
|
|
84093
84195
|
"less/variables": {
|
|
84094
84196
|
"name": "dt-typography-headline-md-compact-font-size",
|
|
84095
|
-
"value": "
|
|
84197
|
+
"value": "2.8rem",
|
|
84096
84198
|
"description": "A tighter-spaced version of medium headline style."
|
|
84097
84199
|
}
|
|
84098
84200
|
},
|
|
@@ -84171,12 +84273,12 @@
|
|
|
84171
84273
|
"typography/headline/lg-soft/fontFamily": {
|
|
84172
84274
|
"css/variables": {
|
|
84173
84275
|
"name": "var(--dt-typography-headline-lg-soft-font-family)",
|
|
84174
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84276
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84175
84277
|
"description": "A softer font weight version of large headline style."
|
|
84176
84278
|
},
|
|
84177
84279
|
"less/variables": {
|
|
84178
84280
|
"name": "dt-typography-headline-lg-soft-font-family",
|
|
84179
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84281
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84180
84282
|
"description": "A softer font weight version of large headline style."
|
|
84181
84283
|
}
|
|
84182
84284
|
},
|
|
@@ -84207,12 +84309,12 @@
|
|
|
84207
84309
|
"typography/headline/lg-soft/fontSize": {
|
|
84208
84310
|
"css/variables": {
|
|
84209
84311
|
"name": "var(--dt-typography-headline-lg-soft-font-size)",
|
|
84210
|
-
"value": "
|
|
84312
|
+
"value": "4.1rem",
|
|
84211
84313
|
"description": "A softer font weight version of large headline style."
|
|
84212
84314
|
},
|
|
84213
84315
|
"less/variables": {
|
|
84214
84316
|
"name": "dt-typography-headline-lg-soft-font-size",
|
|
84215
|
-
"value": "
|
|
84317
|
+
"value": "4.1rem",
|
|
84216
84318
|
"description": "A softer font weight version of large headline style."
|
|
84217
84319
|
}
|
|
84218
84320
|
},
|
|
@@ -84231,12 +84333,12 @@
|
|
|
84231
84333
|
"typography/headline/lg-compact/fontFamily": {
|
|
84232
84334
|
"css/variables": {
|
|
84233
84335
|
"name": "var(--dt-typography-headline-lg-compact-font-family)",
|
|
84234
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84336
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84235
84337
|
"description": "A tighter-spaced version of large body style."
|
|
84236
84338
|
},
|
|
84237
84339
|
"less/variables": {
|
|
84238
84340
|
"name": "dt-typography-headline-lg-compact-font-family",
|
|
84239
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84341
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84240
84342
|
"description": "A tighter-spaced version of large body style."
|
|
84241
84343
|
}
|
|
84242
84344
|
},
|
|
@@ -84255,24 +84357,24 @@
|
|
|
84255
84357
|
"typography/headline/lg-compact/lineHeight": {
|
|
84256
84358
|
"css/variables": {
|
|
84257
84359
|
"name": "var(--dt-typography-headline-lg-compact-line-height)",
|
|
84258
|
-
"value": 1.
|
|
84360
|
+
"value": 1.4,
|
|
84259
84361
|
"description": "A tighter-spaced version of large body style."
|
|
84260
84362
|
},
|
|
84261
84363
|
"less/variables": {
|
|
84262
84364
|
"name": "dt-typography-headline-lg-compact-line-height",
|
|
84263
|
-
"value": 1.
|
|
84365
|
+
"value": 1.4,
|
|
84264
84366
|
"description": "A tighter-spaced version of large body style."
|
|
84265
84367
|
}
|
|
84266
84368
|
},
|
|
84267
84369
|
"typography/headline/lg-compact/fontSize": {
|
|
84268
84370
|
"css/variables": {
|
|
84269
84371
|
"name": "var(--dt-typography-headline-lg-compact-font-size)",
|
|
84270
|
-
"value": "
|
|
84372
|
+
"value": "4.1rem",
|
|
84271
84373
|
"description": "A tighter-spaced version of large body style."
|
|
84272
84374
|
},
|
|
84273
84375
|
"less/variables": {
|
|
84274
84376
|
"name": "dt-typography-headline-lg-compact-font-size",
|
|
84275
|
-
"value": "
|
|
84377
|
+
"value": "4.1rem",
|
|
84276
84378
|
"description": "A tighter-spaced version of large body style."
|
|
84277
84379
|
}
|
|
84278
84380
|
},
|
|
@@ -84291,12 +84393,12 @@
|
|
|
84291
84393
|
"typography/headline/lg-soft-compact/fontFamily": {
|
|
84292
84394
|
"css/variables": {
|
|
84293
84395
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-family)",
|
|
84294
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84396
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84295
84397
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
84296
84398
|
},
|
|
84297
84399
|
"less/variables": {
|
|
84298
84400
|
"name": "dt-typography-headline-lg-soft-compact-font-family",
|
|
84299
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84401
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84300
84402
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
84301
84403
|
}
|
|
84302
84404
|
},
|
|
@@ -84315,24 +84417,24 @@
|
|
|
84315
84417
|
"typography/headline/lg-soft-compact/lineHeight": {
|
|
84316
84418
|
"css/variables": {
|
|
84317
84419
|
"name": "var(--dt-typography-headline-lg-soft-compact-line-height)",
|
|
84318
|
-
"value": 1.
|
|
84420
|
+
"value": 1.4,
|
|
84319
84421
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
84320
84422
|
},
|
|
84321
84423
|
"less/variables": {
|
|
84322
84424
|
"name": "dt-typography-headline-lg-soft-compact-line-height",
|
|
84323
|
-
"value": 1.
|
|
84425
|
+
"value": 1.4,
|
|
84324
84426
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
84325
84427
|
}
|
|
84326
84428
|
},
|
|
84327
84429
|
"typography/headline/lg-soft-compact/fontSize": {
|
|
84328
84430
|
"css/variables": {
|
|
84329
84431
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-size)",
|
|
84330
|
-
"value": "
|
|
84432
|
+
"value": "4.1rem",
|
|
84331
84433
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
84332
84434
|
},
|
|
84333
84435
|
"less/variables": {
|
|
84334
84436
|
"name": "dt-typography-headline-lg-soft-compact-font-size",
|
|
84335
|
-
"value": "
|
|
84437
|
+
"value": "4.1rem",
|
|
84336
84438
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
84337
84439
|
}
|
|
84338
84440
|
},
|
|
@@ -84411,12 +84513,12 @@
|
|
|
84411
84513
|
"typography/headline/xl-compact/fontFamily": {
|
|
84412
84514
|
"css/variables": {
|
|
84413
84515
|
"name": "var(--dt-typography-headline-xl-compact-font-family)",
|
|
84414
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84516
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84415
84517
|
"description": "A tighter-spaced version of extra large headline style."
|
|
84416
84518
|
},
|
|
84417
84519
|
"less/variables": {
|
|
84418
84520
|
"name": "dt-typography-headline-xl-compact-font-family",
|
|
84419
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84521
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84420
84522
|
"description": "A tighter-spaced version of extra large headline style."
|
|
84421
84523
|
}
|
|
84422
84524
|
},
|
|
@@ -84447,12 +84549,12 @@
|
|
|
84447
84549
|
"typography/headline/xl-compact/fontSize": {
|
|
84448
84550
|
"css/variables": {
|
|
84449
84551
|
"name": "var(--dt-typography-headline-xl-compact-font-size)",
|
|
84450
|
-
"value": "
|
|
84552
|
+
"value": "6.5rem",
|
|
84451
84553
|
"description": "A tighter-spaced version of extra large headline style."
|
|
84452
84554
|
},
|
|
84453
84555
|
"less/variables": {
|
|
84454
84556
|
"name": "dt-typography-headline-xl-compact-font-size",
|
|
84455
|
-
"value": "
|
|
84557
|
+
"value": "6.5rem",
|
|
84456
84558
|
"description": "A tighter-spaced version of extra large headline style."
|
|
84457
84559
|
}
|
|
84458
84560
|
},
|
|
@@ -84531,12 +84633,12 @@
|
|
|
84531
84633
|
"typography/headline/xxl-compact/fontFamily": {
|
|
84532
84634
|
"css/variables": {
|
|
84533
84635
|
"name": "var(--dt-typography-headline-xxl-compact-font-family)",
|
|
84534
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84636
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84535
84637
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
84536
84638
|
},
|
|
84537
84639
|
"less/variables": {
|
|
84538
84640
|
"name": "dt-typography-headline-xxl-compact-font-family",
|
|
84539
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84641
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84540
84642
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
84541
84643
|
}
|
|
84542
84644
|
},
|
|
@@ -84567,12 +84669,12 @@
|
|
|
84567
84669
|
"typography/headline/xxl-compact/fontSize": {
|
|
84568
84670
|
"css/variables": {
|
|
84569
84671
|
"name": "var(--dt-typography-headline-xxl-compact-font-size)",
|
|
84570
|
-
"value": "
|
|
84672
|
+
"value": "10.5rem",
|
|
84571
84673
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
84572
84674
|
},
|
|
84573
84675
|
"less/variables": {
|
|
84574
84676
|
"name": "dt-typography-headline-xxl-compact-font-size",
|
|
84575
|
-
"value": "
|
|
84677
|
+
"value": "10.5rem",
|
|
84576
84678
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
84577
84679
|
}
|
|
84578
84680
|
},
|
|
@@ -84651,12 +84753,12 @@
|
|
|
84651
84753
|
"typography/label/md-compact/fontFamily": {
|
|
84652
84754
|
"css/variables": {
|
|
84653
84755
|
"name": "var(--dt-typography-label-md-compact-font-family)",
|
|
84654
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84756
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84655
84757
|
"description": "A tighter-spaced version of medium label style."
|
|
84656
84758
|
},
|
|
84657
84759
|
"less/variables": {
|
|
84658
84760
|
"name": "dt-typography-label-md-compact-font-family",
|
|
84659
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84761
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84660
84762
|
"description": "A tighter-spaced version of medium label style."
|
|
84661
84763
|
}
|
|
84662
84764
|
},
|
|
@@ -84711,12 +84813,12 @@
|
|
|
84711
84813
|
"typography/label/md-plain/fontFamily": {
|
|
84712
84814
|
"css/variables": {
|
|
84713
84815
|
"name": "var(--dt-typography-label-md-plain-font-family)",
|
|
84714
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84816
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84715
84817
|
"description": "A non-bold version of medium label style."
|
|
84716
84818
|
},
|
|
84717
84819
|
"less/variables": {
|
|
84718
84820
|
"name": "dt-typography-label-md-plain-font-family",
|
|
84719
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84821
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84720
84822
|
"description": "A non-bold version of medium label style."
|
|
84721
84823
|
}
|
|
84722
84824
|
},
|
|
@@ -84771,12 +84873,12 @@
|
|
|
84771
84873
|
"typography/label/md-plain-compact/fontFamily": {
|
|
84772
84874
|
"css/variables": {
|
|
84773
84875
|
"name": "var(--dt-typography-label-md-plain-compact-font-family)",
|
|
84774
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84876
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84775
84877
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
84776
84878
|
},
|
|
84777
84879
|
"less/variables": {
|
|
84778
84880
|
"name": "dt-typography-label-md-plain-compact-font-family",
|
|
84779
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84881
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84780
84882
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
84781
84883
|
}
|
|
84782
84884
|
},
|
|
@@ -84891,12 +84993,12 @@
|
|
|
84891
84993
|
"typography/label/sm-compact/fontFamily": {
|
|
84892
84994
|
"css/variables": {
|
|
84893
84995
|
"name": "var(--dt-typography-label-sm-compact-font-family)",
|
|
84894
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84996
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84895
84997
|
"description": "A tighter-spaced version of small label style."
|
|
84896
84998
|
},
|
|
84897
84999
|
"less/variables": {
|
|
84898
85000
|
"name": "dt-typography-label-sm-compact-font-family",
|
|
84899
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85001
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84900
85002
|
"description": "A tighter-spaced version of small label style."
|
|
84901
85003
|
}
|
|
84902
85004
|
},
|
|
@@ -84951,12 +85053,12 @@
|
|
|
84951
85053
|
"typography/label/sm-plain/fontFamily": {
|
|
84952
85054
|
"css/variables": {
|
|
84953
85055
|
"name": "var(--dt-typography-label-sm-plain-font-family)",
|
|
84954
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85056
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84955
85057
|
"description": "A non-bold version of small label style."
|
|
84956
85058
|
},
|
|
84957
85059
|
"less/variables": {
|
|
84958
85060
|
"name": "dt-typography-label-sm-plain-font-family",
|
|
84959
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85061
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
84960
85062
|
"description": "A non-bold version of small label style."
|
|
84961
85063
|
}
|
|
84962
85064
|
},
|
|
@@ -85011,12 +85113,12 @@
|
|
|
85011
85113
|
"typography/label/sm-plain-compact/fontFamily": {
|
|
85012
85114
|
"css/variables": {
|
|
85013
85115
|
"name": "var(--dt-typography-label-sm-plain-compact-font-family)",
|
|
85014
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85116
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85015
85117
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
85016
85118
|
},
|
|
85017
85119
|
"less/variables": {
|
|
85018
85120
|
"name": "dt-typography-label-sm-plain-compact-font-family",
|
|
85019
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85121
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
85020
85122
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
85021
85123
|
}
|
|
85022
85124
|
},
|
|
@@ -90860,6 +90962,18 @@
|
|
|
90860
90962
|
"description": "Secondary brand color, typically used as an accent color."
|
|
90861
90963
|
}
|
|
90862
90964
|
},
|
|
90965
|
+
"color/brand/gold": {
|
|
90966
|
+
"css/variables": {
|
|
90967
|
+
"name": "var(--dt-color-brand-gold)",
|
|
90968
|
+
"value": "#F6AB3C",
|
|
90969
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
90970
|
+
},
|
|
90971
|
+
"less/variables": {
|
|
90972
|
+
"name": "dt-color-brand-gold",
|
|
90973
|
+
"value": "#F6AB3C",
|
|
90974
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
90975
|
+
}
|
|
90976
|
+
},
|
|
90863
90977
|
"color/foreground/primary": {
|
|
90864
90978
|
"css/variables": {
|
|
90865
90979
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -93289,12 +93403,12 @@
|
|
|
93289
93403
|
"typography/body/md-compact/fontFamily": {
|
|
93290
93404
|
"css/variables": {
|
|
93291
93405
|
"name": "var(--dt-typography-body-md-compact-font-family)",
|
|
93292
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93406
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93293
93407
|
"description": "A tighter-spaced version of medium body style."
|
|
93294
93408
|
},
|
|
93295
93409
|
"less/variables": {
|
|
93296
93410
|
"name": "dt-typography-body-md-compact-font-family",
|
|
93297
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93411
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93298
93412
|
"description": "A tighter-spaced version of medium body style."
|
|
93299
93413
|
}
|
|
93300
93414
|
},
|
|
@@ -93409,12 +93523,12 @@
|
|
|
93409
93523
|
"typography/body/sm-compact/fontFamily": {
|
|
93410
93524
|
"css/variables": {
|
|
93411
93525
|
"name": "var(--dt-typography-body-sm-compact-font-family)",
|
|
93412
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93526
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93413
93527
|
"description": "A tighter-spaced version of small body style."
|
|
93414
93528
|
},
|
|
93415
93529
|
"less/variables": {
|
|
93416
93530
|
"name": "dt-typography-body-sm-compact-font-family",
|
|
93417
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93531
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93418
93532
|
"description": "A tighter-spaced version of small body style."
|
|
93419
93533
|
}
|
|
93420
93534
|
},
|
|
@@ -93589,12 +93703,12 @@
|
|
|
93589
93703
|
"typography/headline/sm-compact/fontFamily": {
|
|
93590
93704
|
"css/variables": {
|
|
93591
93705
|
"name": "var(--dt-typography-headline-sm-compact-font-family)",
|
|
93592
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93706
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93593
93707
|
"description": "A tighter-spaced version of small headline style."
|
|
93594
93708
|
},
|
|
93595
93709
|
"less/variables": {
|
|
93596
93710
|
"name": "dt-typography-headline-sm-compact-font-family",
|
|
93597
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93711
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93598
93712
|
"description": "A tighter-spaced version of small headline style."
|
|
93599
93713
|
}
|
|
93600
93714
|
},
|
|
@@ -93625,12 +93739,12 @@
|
|
|
93625
93739
|
"typography/headline/sm-compact/fontSize": {
|
|
93626
93740
|
"css/variables": {
|
|
93627
93741
|
"name": "var(--dt-typography-headline-sm-compact-font-size)",
|
|
93628
|
-
"value": "1.
|
|
93742
|
+
"value": "1.6rem",
|
|
93629
93743
|
"description": "A tighter-spaced version of small headline style."
|
|
93630
93744
|
},
|
|
93631
93745
|
"less/variables": {
|
|
93632
93746
|
"name": "dt-typography-headline-sm-compact-font-size",
|
|
93633
|
-
"value": "1.
|
|
93747
|
+
"value": "1.6rem",
|
|
93634
93748
|
"description": "A tighter-spaced version of small headline style."
|
|
93635
93749
|
}
|
|
93636
93750
|
},
|
|
@@ -93649,12 +93763,12 @@
|
|
|
93649
93763
|
"typography/headline/sm-soft/fontFamily": {
|
|
93650
93764
|
"css/variables": {
|
|
93651
93765
|
"name": "var(--dt-typography-headline-sm-soft-font-family)",
|
|
93652
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93766
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93653
93767
|
"description": "A softer font weight version of small headline style."
|
|
93654
93768
|
},
|
|
93655
93769
|
"less/variables": {
|
|
93656
93770
|
"name": "dt-typography-headline-sm-soft-font-family",
|
|
93657
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93771
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93658
93772
|
"description": "A softer font weight version of small headline style."
|
|
93659
93773
|
}
|
|
93660
93774
|
},
|
|
@@ -93685,12 +93799,12 @@
|
|
|
93685
93799
|
"typography/headline/sm-soft/fontSize": {
|
|
93686
93800
|
"css/variables": {
|
|
93687
93801
|
"name": "var(--dt-typography-headline-sm-soft-font-size)",
|
|
93688
|
-
"value": "1.
|
|
93802
|
+
"value": "1.6rem",
|
|
93689
93803
|
"description": "A softer font weight version of small headline style."
|
|
93690
93804
|
},
|
|
93691
93805
|
"less/variables": {
|
|
93692
93806
|
"name": "dt-typography-headline-sm-soft-font-size",
|
|
93693
|
-
"value": "1.
|
|
93807
|
+
"value": "1.6rem",
|
|
93694
93808
|
"description": "A softer font weight version of small headline style."
|
|
93695
93809
|
}
|
|
93696
93810
|
},
|
|
@@ -93709,12 +93823,12 @@
|
|
|
93709
93823
|
"typography/headline/sm-soft-compact/fontFamily": {
|
|
93710
93824
|
"css/variables": {
|
|
93711
93825
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-family)",
|
|
93712
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93826
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93713
93827
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
93714
93828
|
},
|
|
93715
93829
|
"less/variables": {
|
|
93716
93830
|
"name": "dt-typography-headline-sm-soft-compact-font-family",
|
|
93717
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93831
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93718
93832
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
93719
93833
|
}
|
|
93720
93834
|
},
|
|
@@ -93745,12 +93859,12 @@
|
|
|
93745
93859
|
"typography/headline/sm-soft-compact/fontSize": {
|
|
93746
93860
|
"css/variables": {
|
|
93747
93861
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-size)",
|
|
93748
|
-
"value": "1.
|
|
93862
|
+
"value": "1.6rem",
|
|
93749
93863
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
93750
93864
|
},
|
|
93751
93865
|
"less/variables": {
|
|
93752
93866
|
"name": "dt-typography-headline-sm-soft-compact-font-size",
|
|
93753
|
-
"value": "1.
|
|
93867
|
+
"value": "1.6rem",
|
|
93754
93868
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
93755
93869
|
}
|
|
93756
93870
|
},
|
|
@@ -93829,12 +93943,12 @@
|
|
|
93829
93943
|
"typography/headline/md-compact/fontFamily": {
|
|
93830
93944
|
"css/variables": {
|
|
93831
93945
|
"name": "var(--dt-typography-headline-md-compact-font-family)",
|
|
93832
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93946
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93833
93947
|
"description": "A tighter-spaced version of medium headline style."
|
|
93834
93948
|
},
|
|
93835
93949
|
"less/variables": {
|
|
93836
93950
|
"name": "dt-typography-headline-md-compact-font-family",
|
|
93837
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93951
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93838
93952
|
"description": "A tighter-spaced version of medium headline style."
|
|
93839
93953
|
}
|
|
93840
93954
|
},
|
|
@@ -93865,12 +93979,12 @@
|
|
|
93865
93979
|
"typography/headline/md-compact/fontSize": {
|
|
93866
93980
|
"css/variables": {
|
|
93867
93981
|
"name": "var(--dt-typography-headline-md-compact-font-size)",
|
|
93868
|
-
"value": "
|
|
93982
|
+
"value": "2rem",
|
|
93869
93983
|
"description": "A tighter-spaced version of medium headline style."
|
|
93870
93984
|
},
|
|
93871
93985
|
"less/variables": {
|
|
93872
93986
|
"name": "dt-typography-headline-md-compact-font-size",
|
|
93873
|
-
"value": "
|
|
93987
|
+
"value": "2rem",
|
|
93874
93988
|
"description": "A tighter-spaced version of medium headline style."
|
|
93875
93989
|
}
|
|
93876
93990
|
},
|
|
@@ -93949,12 +94063,12 @@
|
|
|
93949
94063
|
"typography/headline/lg-soft/fontFamily": {
|
|
93950
94064
|
"css/variables": {
|
|
93951
94065
|
"name": "var(--dt-typography-headline-lg-soft-font-family)",
|
|
93952
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94066
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93953
94067
|
"description": "A softer font weight version of large headline style."
|
|
93954
94068
|
},
|
|
93955
94069
|
"less/variables": {
|
|
93956
94070
|
"name": "dt-typography-headline-lg-soft-font-family",
|
|
93957
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94071
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
93958
94072
|
"description": "A softer font weight version of large headline style."
|
|
93959
94073
|
}
|
|
93960
94074
|
},
|
|
@@ -93985,12 +94099,12 @@
|
|
|
93985
94099
|
"typography/headline/lg-soft/fontSize": {
|
|
93986
94100
|
"css/variables": {
|
|
93987
94101
|
"name": "var(--dt-typography-headline-lg-soft-font-size)",
|
|
93988
|
-
"value": "
|
|
94102
|
+
"value": "2.8rem",
|
|
93989
94103
|
"description": "A softer font weight version of large headline style."
|
|
93990
94104
|
},
|
|
93991
94105
|
"less/variables": {
|
|
93992
94106
|
"name": "dt-typography-headline-lg-soft-font-size",
|
|
93993
|
-
"value": "
|
|
94107
|
+
"value": "2.8rem",
|
|
93994
94108
|
"description": "A softer font weight version of large headline style."
|
|
93995
94109
|
}
|
|
93996
94110
|
},
|
|
@@ -94009,12 +94123,12 @@
|
|
|
94009
94123
|
"typography/headline/lg-compact/fontFamily": {
|
|
94010
94124
|
"css/variables": {
|
|
94011
94125
|
"name": "var(--dt-typography-headline-lg-compact-font-family)",
|
|
94012
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94126
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94013
94127
|
"description": "A tighter-spaced version of large body style."
|
|
94014
94128
|
},
|
|
94015
94129
|
"less/variables": {
|
|
94016
94130
|
"name": "dt-typography-headline-lg-compact-font-family",
|
|
94017
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94131
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94018
94132
|
"description": "A tighter-spaced version of large body style."
|
|
94019
94133
|
}
|
|
94020
94134
|
},
|
|
@@ -94033,24 +94147,24 @@
|
|
|
94033
94147
|
"typography/headline/lg-compact/lineHeight": {
|
|
94034
94148
|
"css/variables": {
|
|
94035
94149
|
"name": "var(--dt-typography-headline-lg-compact-line-height)",
|
|
94036
|
-
"value": 1.
|
|
94150
|
+
"value": 1.4,
|
|
94037
94151
|
"description": "A tighter-spaced version of large body style."
|
|
94038
94152
|
},
|
|
94039
94153
|
"less/variables": {
|
|
94040
94154
|
"name": "dt-typography-headline-lg-compact-line-height",
|
|
94041
|
-
"value": 1.
|
|
94155
|
+
"value": 1.4,
|
|
94042
94156
|
"description": "A tighter-spaced version of large body style."
|
|
94043
94157
|
}
|
|
94044
94158
|
},
|
|
94045
94159
|
"typography/headline/lg-compact/fontSize": {
|
|
94046
94160
|
"css/variables": {
|
|
94047
94161
|
"name": "var(--dt-typography-headline-lg-compact-font-size)",
|
|
94048
|
-
"value": "
|
|
94162
|
+
"value": "2.8rem",
|
|
94049
94163
|
"description": "A tighter-spaced version of large body style."
|
|
94050
94164
|
},
|
|
94051
94165
|
"less/variables": {
|
|
94052
94166
|
"name": "dt-typography-headline-lg-compact-font-size",
|
|
94053
|
-
"value": "
|
|
94167
|
+
"value": "2.8rem",
|
|
94054
94168
|
"description": "A tighter-spaced version of large body style."
|
|
94055
94169
|
}
|
|
94056
94170
|
},
|
|
@@ -94069,12 +94183,12 @@
|
|
|
94069
94183
|
"typography/headline/lg-soft-compact/fontFamily": {
|
|
94070
94184
|
"css/variables": {
|
|
94071
94185
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-family)",
|
|
94072
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94186
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94073
94187
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
94074
94188
|
},
|
|
94075
94189
|
"less/variables": {
|
|
94076
94190
|
"name": "dt-typography-headline-lg-soft-compact-font-family",
|
|
94077
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94191
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94078
94192
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
94079
94193
|
}
|
|
94080
94194
|
},
|
|
@@ -94093,24 +94207,24 @@
|
|
|
94093
94207
|
"typography/headline/lg-soft-compact/lineHeight": {
|
|
94094
94208
|
"css/variables": {
|
|
94095
94209
|
"name": "var(--dt-typography-headline-lg-soft-compact-line-height)",
|
|
94096
|
-
"value": 1.
|
|
94210
|
+
"value": 1.4,
|
|
94097
94211
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
94098
94212
|
},
|
|
94099
94213
|
"less/variables": {
|
|
94100
94214
|
"name": "dt-typography-headline-lg-soft-compact-line-height",
|
|
94101
|
-
"value": 1.
|
|
94215
|
+
"value": 1.4,
|
|
94102
94216
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
94103
94217
|
}
|
|
94104
94218
|
},
|
|
94105
94219
|
"typography/headline/lg-soft-compact/fontSize": {
|
|
94106
94220
|
"css/variables": {
|
|
94107
94221
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-size)",
|
|
94108
|
-
"value": "
|
|
94222
|
+
"value": "2.8rem",
|
|
94109
94223
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
94110
94224
|
},
|
|
94111
94225
|
"less/variables": {
|
|
94112
94226
|
"name": "dt-typography-headline-lg-soft-compact-font-size",
|
|
94113
|
-
"value": "
|
|
94227
|
+
"value": "2.8rem",
|
|
94114
94228
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
94115
94229
|
}
|
|
94116
94230
|
},
|
|
@@ -94189,12 +94303,12 @@
|
|
|
94189
94303
|
"typography/headline/xl-compact/fontFamily": {
|
|
94190
94304
|
"css/variables": {
|
|
94191
94305
|
"name": "var(--dt-typography-headline-xl-compact-font-family)",
|
|
94192
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94306
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94193
94307
|
"description": "A tighter-spaced version of extra large headline style."
|
|
94194
94308
|
},
|
|
94195
94309
|
"less/variables": {
|
|
94196
94310
|
"name": "dt-typography-headline-xl-compact-font-family",
|
|
94197
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94311
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94198
94312
|
"description": "A tighter-spaced version of extra large headline style."
|
|
94199
94313
|
}
|
|
94200
94314
|
},
|
|
@@ -94225,12 +94339,12 @@
|
|
|
94225
94339
|
"typography/headline/xl-compact/fontSize": {
|
|
94226
94340
|
"css/variables": {
|
|
94227
94341
|
"name": "var(--dt-typography-headline-xl-compact-font-size)",
|
|
94228
|
-
"value": "
|
|
94342
|
+
"value": "4.1rem",
|
|
94229
94343
|
"description": "A tighter-spaced version of extra large headline style."
|
|
94230
94344
|
},
|
|
94231
94345
|
"less/variables": {
|
|
94232
94346
|
"name": "dt-typography-headline-xl-compact-font-size",
|
|
94233
|
-
"value": "
|
|
94347
|
+
"value": "4.1rem",
|
|
94234
94348
|
"description": "A tighter-spaced version of extra large headline style."
|
|
94235
94349
|
}
|
|
94236
94350
|
},
|
|
@@ -94309,12 +94423,12 @@
|
|
|
94309
94423
|
"typography/headline/xxl-compact/fontFamily": {
|
|
94310
94424
|
"css/variables": {
|
|
94311
94425
|
"name": "var(--dt-typography-headline-xxl-compact-font-family)",
|
|
94312
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94426
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94313
94427
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
94314
94428
|
},
|
|
94315
94429
|
"less/variables": {
|
|
94316
94430
|
"name": "dt-typography-headline-xxl-compact-font-family",
|
|
94317
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94431
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94318
94432
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
94319
94433
|
}
|
|
94320
94434
|
},
|
|
@@ -94345,12 +94459,12 @@
|
|
|
94345
94459
|
"typography/headline/xxl-compact/fontSize": {
|
|
94346
94460
|
"css/variables": {
|
|
94347
94461
|
"name": "var(--dt-typography-headline-xxl-compact-font-size)",
|
|
94348
|
-
"value": "
|
|
94462
|
+
"value": "5.1rem",
|
|
94349
94463
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
94350
94464
|
},
|
|
94351
94465
|
"less/variables": {
|
|
94352
94466
|
"name": "dt-typography-headline-xxl-compact-font-size",
|
|
94353
|
-
"value": "
|
|
94467
|
+
"value": "5.1rem",
|
|
94354
94468
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
94355
94469
|
}
|
|
94356
94470
|
},
|
|
@@ -94429,12 +94543,12 @@
|
|
|
94429
94543
|
"typography/label/md-compact/fontFamily": {
|
|
94430
94544
|
"css/variables": {
|
|
94431
94545
|
"name": "var(--dt-typography-label-md-compact-font-family)",
|
|
94432
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94546
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94433
94547
|
"description": "A tighter-spaced version of medium label style."
|
|
94434
94548
|
},
|
|
94435
94549
|
"less/variables": {
|
|
94436
94550
|
"name": "dt-typography-label-md-compact-font-family",
|
|
94437
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94551
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94438
94552
|
"description": "A tighter-spaced version of medium label style."
|
|
94439
94553
|
}
|
|
94440
94554
|
},
|
|
@@ -94489,12 +94603,12 @@
|
|
|
94489
94603
|
"typography/label/md-plain/fontFamily": {
|
|
94490
94604
|
"css/variables": {
|
|
94491
94605
|
"name": "var(--dt-typography-label-md-plain-font-family)",
|
|
94492
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94606
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94493
94607
|
"description": "A non-bold version of medium label style."
|
|
94494
94608
|
},
|
|
94495
94609
|
"less/variables": {
|
|
94496
94610
|
"name": "dt-typography-label-md-plain-font-family",
|
|
94497
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94611
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94498
94612
|
"description": "A non-bold version of medium label style."
|
|
94499
94613
|
}
|
|
94500
94614
|
},
|
|
@@ -94549,12 +94663,12 @@
|
|
|
94549
94663
|
"typography/label/md-plain-compact/fontFamily": {
|
|
94550
94664
|
"css/variables": {
|
|
94551
94665
|
"name": "var(--dt-typography-label-md-plain-compact-font-family)",
|
|
94552
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94666
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94553
94667
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
94554
94668
|
},
|
|
94555
94669
|
"less/variables": {
|
|
94556
94670
|
"name": "dt-typography-label-md-plain-compact-font-family",
|
|
94557
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94671
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94558
94672
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
94559
94673
|
}
|
|
94560
94674
|
},
|
|
@@ -94669,12 +94783,12 @@
|
|
|
94669
94783
|
"typography/label/sm-compact/fontFamily": {
|
|
94670
94784
|
"css/variables": {
|
|
94671
94785
|
"name": "var(--dt-typography-label-sm-compact-font-family)",
|
|
94672
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94786
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94673
94787
|
"description": "A tighter-spaced version of small label style."
|
|
94674
94788
|
},
|
|
94675
94789
|
"less/variables": {
|
|
94676
94790
|
"name": "dt-typography-label-sm-compact-font-family",
|
|
94677
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94791
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94678
94792
|
"description": "A tighter-spaced version of small label style."
|
|
94679
94793
|
}
|
|
94680
94794
|
},
|
|
@@ -94729,12 +94843,12 @@
|
|
|
94729
94843
|
"typography/label/sm-plain/fontFamily": {
|
|
94730
94844
|
"css/variables": {
|
|
94731
94845
|
"name": "var(--dt-typography-label-sm-plain-font-family)",
|
|
94732
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94846
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94733
94847
|
"description": "A non-bold version of small label style."
|
|
94734
94848
|
},
|
|
94735
94849
|
"less/variables": {
|
|
94736
94850
|
"name": "dt-typography-label-sm-plain-font-family",
|
|
94737
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94851
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94738
94852
|
"description": "A non-bold version of small label style."
|
|
94739
94853
|
}
|
|
94740
94854
|
},
|
|
@@ -94789,12 +94903,12 @@
|
|
|
94789
94903
|
"typography/label/sm-plain-compact/fontFamily": {
|
|
94790
94904
|
"css/variables": {
|
|
94791
94905
|
"name": "var(--dt-typography-label-sm-plain-compact-font-family)",
|
|
94792
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94906
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94793
94907
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
94794
94908
|
},
|
|
94795
94909
|
"less/variables": {
|
|
94796
94910
|
"name": "dt-typography-label-sm-plain-compact-font-family",
|
|
94797
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94911
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
94798
94912
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
94799
94913
|
}
|
|
94800
94914
|
},
|
|
@@ -100658,6 +100772,18 @@
|
|
|
100658
100772
|
"description": "Secondary brand color, typically used as an accent color."
|
|
100659
100773
|
}
|
|
100660
100774
|
},
|
|
100775
|
+
"color/brand/gold": {
|
|
100776
|
+
"css/variables": {
|
|
100777
|
+
"name": "var(--dt-color-brand-gold)",
|
|
100778
|
+
"value": "#F6AB3C",
|
|
100779
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
100780
|
+
},
|
|
100781
|
+
"less/variables": {
|
|
100782
|
+
"name": "dt-color-brand-gold",
|
|
100783
|
+
"value": "#F6AB3C",
|
|
100784
|
+
"description": "Secondary brand color, typically used as an accent color."
|
|
100785
|
+
}
|
|
100786
|
+
},
|
|
100661
100787
|
"color/foreground/primary": {
|
|
100662
100788
|
"css/variables": {
|
|
100663
100789
|
"name": "var(--dt-color-foreground-primary)",
|
|
@@ -104287,12 +104413,12 @@
|
|
|
104287
104413
|
"typography/body/md-compact/fontFamily": {
|
|
104288
104414
|
"css/variables": {
|
|
104289
104415
|
"name": "var(--dt-typography-body-md-compact-font-family)",
|
|
104290
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104416
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104291
104417
|
"description": "A tighter-spaced version of medium body style."
|
|
104292
104418
|
},
|
|
104293
104419
|
"less/variables": {
|
|
104294
104420
|
"name": "dt-typography-body-md-compact-font-family",
|
|
104295
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104421
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104296
104422
|
"description": "A tighter-spaced version of medium body style."
|
|
104297
104423
|
}
|
|
104298
104424
|
},
|
|
@@ -104407,12 +104533,12 @@
|
|
|
104407
104533
|
"typography/body/sm-compact/fontFamily": {
|
|
104408
104534
|
"css/variables": {
|
|
104409
104535
|
"name": "var(--dt-typography-body-sm-compact-font-family)",
|
|
104410
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104536
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104411
104537
|
"description": "A tighter-spaced version of small body style."
|
|
104412
104538
|
},
|
|
104413
104539
|
"less/variables": {
|
|
104414
104540
|
"name": "dt-typography-body-sm-compact-font-family",
|
|
104415
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104541
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104416
104542
|
"description": "A tighter-spaced version of small body style."
|
|
104417
104543
|
}
|
|
104418
104544
|
},
|
|
@@ -104587,12 +104713,12 @@
|
|
|
104587
104713
|
"typography/headline/sm-compact/fontFamily": {
|
|
104588
104714
|
"css/variables": {
|
|
104589
104715
|
"name": "var(--dt-typography-headline-sm-compact-font-family)",
|
|
104590
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104716
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104591
104717
|
"description": "A tighter-spaced version of small headline style."
|
|
104592
104718
|
},
|
|
104593
104719
|
"less/variables": {
|
|
104594
104720
|
"name": "dt-typography-headline-sm-compact-font-family",
|
|
104595
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104721
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104596
104722
|
"description": "A tighter-spaced version of small headline style."
|
|
104597
104723
|
}
|
|
104598
104724
|
},
|
|
@@ -104623,12 +104749,12 @@
|
|
|
104623
104749
|
"typography/headline/sm-compact/fontSize": {
|
|
104624
104750
|
"css/variables": {
|
|
104625
104751
|
"name": "var(--dt-typography-headline-sm-compact-font-size)",
|
|
104626
|
-
"value": "1.
|
|
104752
|
+
"value": "1.6rem",
|
|
104627
104753
|
"description": "A tighter-spaced version of small headline style."
|
|
104628
104754
|
},
|
|
104629
104755
|
"less/variables": {
|
|
104630
104756
|
"name": "dt-typography-headline-sm-compact-font-size",
|
|
104631
|
-
"value": "1.
|
|
104757
|
+
"value": "1.6rem",
|
|
104632
104758
|
"description": "A tighter-spaced version of small headline style."
|
|
104633
104759
|
}
|
|
104634
104760
|
},
|
|
@@ -104647,12 +104773,12 @@
|
|
|
104647
104773
|
"typography/headline/sm-soft/fontFamily": {
|
|
104648
104774
|
"css/variables": {
|
|
104649
104775
|
"name": "var(--dt-typography-headline-sm-soft-font-family)",
|
|
104650
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104776
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104651
104777
|
"description": "A softer font weight version of small headline style."
|
|
104652
104778
|
},
|
|
104653
104779
|
"less/variables": {
|
|
104654
104780
|
"name": "dt-typography-headline-sm-soft-font-family",
|
|
104655
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104781
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104656
104782
|
"description": "A softer font weight version of small headline style."
|
|
104657
104783
|
}
|
|
104658
104784
|
},
|
|
@@ -104683,12 +104809,12 @@
|
|
|
104683
104809
|
"typography/headline/sm-soft/fontSize": {
|
|
104684
104810
|
"css/variables": {
|
|
104685
104811
|
"name": "var(--dt-typography-headline-sm-soft-font-size)",
|
|
104686
|
-
"value": "1.
|
|
104812
|
+
"value": "1.6rem",
|
|
104687
104813
|
"description": "A softer font weight version of small headline style."
|
|
104688
104814
|
},
|
|
104689
104815
|
"less/variables": {
|
|
104690
104816
|
"name": "dt-typography-headline-sm-soft-font-size",
|
|
104691
|
-
"value": "1.
|
|
104817
|
+
"value": "1.6rem",
|
|
104692
104818
|
"description": "A softer font weight version of small headline style."
|
|
104693
104819
|
}
|
|
104694
104820
|
},
|
|
@@ -104707,12 +104833,12 @@
|
|
|
104707
104833
|
"typography/headline/sm-soft-compact/fontFamily": {
|
|
104708
104834
|
"css/variables": {
|
|
104709
104835
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-family)",
|
|
104710
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104836
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104711
104837
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
104712
104838
|
},
|
|
104713
104839
|
"less/variables": {
|
|
104714
104840
|
"name": "dt-typography-headline-sm-soft-compact-font-family",
|
|
104715
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104841
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104716
104842
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
104717
104843
|
}
|
|
104718
104844
|
},
|
|
@@ -104743,12 +104869,12 @@
|
|
|
104743
104869
|
"typography/headline/sm-soft-compact/fontSize": {
|
|
104744
104870
|
"css/variables": {
|
|
104745
104871
|
"name": "var(--dt-typography-headline-sm-soft-compact-font-size)",
|
|
104746
|
-
"value": "1.
|
|
104872
|
+
"value": "1.6rem",
|
|
104747
104873
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
104748
104874
|
},
|
|
104749
104875
|
"less/variables": {
|
|
104750
104876
|
"name": "dt-typography-headline-sm-soft-compact-font-size",
|
|
104751
|
-
"value": "1.
|
|
104877
|
+
"value": "1.6rem",
|
|
104752
104878
|
"description": "A softer font weight, tighter-spaced version of small headline style."
|
|
104753
104879
|
}
|
|
104754
104880
|
},
|
|
@@ -104827,12 +104953,12 @@
|
|
|
104827
104953
|
"typography/headline/md-compact/fontFamily": {
|
|
104828
104954
|
"css/variables": {
|
|
104829
104955
|
"name": "var(--dt-typography-headline-md-compact-font-family)",
|
|
104830
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104956
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104831
104957
|
"description": "A tighter-spaced version of medium headline style."
|
|
104832
104958
|
},
|
|
104833
104959
|
"less/variables": {
|
|
104834
104960
|
"name": "dt-typography-headline-md-compact-font-family",
|
|
104835
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104961
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104836
104962
|
"description": "A tighter-spaced version of medium headline style."
|
|
104837
104963
|
}
|
|
104838
104964
|
},
|
|
@@ -104863,12 +104989,12 @@
|
|
|
104863
104989
|
"typography/headline/md-compact/fontSize": {
|
|
104864
104990
|
"css/variables": {
|
|
104865
104991
|
"name": "var(--dt-typography-headline-md-compact-font-size)",
|
|
104866
|
-
"value": "
|
|
104992
|
+
"value": "2rem",
|
|
104867
104993
|
"description": "A tighter-spaced version of medium headline style."
|
|
104868
104994
|
},
|
|
104869
104995
|
"less/variables": {
|
|
104870
104996
|
"name": "dt-typography-headline-md-compact-font-size",
|
|
104871
|
-
"value": "
|
|
104997
|
+
"value": "2rem",
|
|
104872
104998
|
"description": "A tighter-spaced version of medium headline style."
|
|
104873
104999
|
}
|
|
104874
105000
|
},
|
|
@@ -104947,12 +105073,12 @@
|
|
|
104947
105073
|
"typography/headline/lg-soft/fontFamily": {
|
|
104948
105074
|
"css/variables": {
|
|
104949
105075
|
"name": "var(--dt-typography-headline-lg-soft-font-family)",
|
|
104950
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105076
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104951
105077
|
"description": "A softer font weight version of large headline style."
|
|
104952
105078
|
},
|
|
104953
105079
|
"less/variables": {
|
|
104954
105080
|
"name": "dt-typography-headline-lg-soft-font-family",
|
|
104955
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105081
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
104956
105082
|
"description": "A softer font weight version of large headline style."
|
|
104957
105083
|
}
|
|
104958
105084
|
},
|
|
@@ -104983,12 +105109,12 @@
|
|
|
104983
105109
|
"typography/headline/lg-soft/fontSize": {
|
|
104984
105110
|
"css/variables": {
|
|
104985
105111
|
"name": "var(--dt-typography-headline-lg-soft-font-size)",
|
|
104986
|
-
"value": "
|
|
105112
|
+
"value": "2.8rem",
|
|
104987
105113
|
"description": "A softer font weight version of large headline style."
|
|
104988
105114
|
},
|
|
104989
105115
|
"less/variables": {
|
|
104990
105116
|
"name": "dt-typography-headline-lg-soft-font-size",
|
|
104991
|
-
"value": "
|
|
105117
|
+
"value": "2.8rem",
|
|
104992
105118
|
"description": "A softer font weight version of large headline style."
|
|
104993
105119
|
}
|
|
104994
105120
|
},
|
|
@@ -105007,12 +105133,12 @@
|
|
|
105007
105133
|
"typography/headline/lg-compact/fontFamily": {
|
|
105008
105134
|
"css/variables": {
|
|
105009
105135
|
"name": "var(--dt-typography-headline-lg-compact-font-family)",
|
|
105010
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105136
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105011
105137
|
"description": "A tighter-spaced version of large body style."
|
|
105012
105138
|
},
|
|
105013
105139
|
"less/variables": {
|
|
105014
105140
|
"name": "dt-typography-headline-lg-compact-font-family",
|
|
105015
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105141
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105016
105142
|
"description": "A tighter-spaced version of large body style."
|
|
105017
105143
|
}
|
|
105018
105144
|
},
|
|
@@ -105031,24 +105157,24 @@
|
|
|
105031
105157
|
"typography/headline/lg-compact/lineHeight": {
|
|
105032
105158
|
"css/variables": {
|
|
105033
105159
|
"name": "var(--dt-typography-headline-lg-compact-line-height)",
|
|
105034
|
-
"value": 1.
|
|
105160
|
+
"value": 1.4,
|
|
105035
105161
|
"description": "A tighter-spaced version of large body style."
|
|
105036
105162
|
},
|
|
105037
105163
|
"less/variables": {
|
|
105038
105164
|
"name": "dt-typography-headline-lg-compact-line-height",
|
|
105039
|
-
"value": 1.
|
|
105165
|
+
"value": 1.4,
|
|
105040
105166
|
"description": "A tighter-spaced version of large body style."
|
|
105041
105167
|
}
|
|
105042
105168
|
},
|
|
105043
105169
|
"typography/headline/lg-compact/fontSize": {
|
|
105044
105170
|
"css/variables": {
|
|
105045
105171
|
"name": "var(--dt-typography-headline-lg-compact-font-size)",
|
|
105046
|
-
"value": "
|
|
105172
|
+
"value": "2.8rem",
|
|
105047
105173
|
"description": "A tighter-spaced version of large body style."
|
|
105048
105174
|
},
|
|
105049
105175
|
"less/variables": {
|
|
105050
105176
|
"name": "dt-typography-headline-lg-compact-font-size",
|
|
105051
|
-
"value": "
|
|
105177
|
+
"value": "2.8rem",
|
|
105052
105178
|
"description": "A tighter-spaced version of large body style."
|
|
105053
105179
|
}
|
|
105054
105180
|
},
|
|
@@ -105067,12 +105193,12 @@
|
|
|
105067
105193
|
"typography/headline/lg-soft-compact/fontFamily": {
|
|
105068
105194
|
"css/variables": {
|
|
105069
105195
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-family)",
|
|
105070
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105196
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105071
105197
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
105072
105198
|
},
|
|
105073
105199
|
"less/variables": {
|
|
105074
105200
|
"name": "dt-typography-headline-lg-soft-compact-font-family",
|
|
105075
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105201
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105076
105202
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
105077
105203
|
}
|
|
105078
105204
|
},
|
|
@@ -105091,24 +105217,24 @@
|
|
|
105091
105217
|
"typography/headline/lg-soft-compact/lineHeight": {
|
|
105092
105218
|
"css/variables": {
|
|
105093
105219
|
"name": "var(--dt-typography-headline-lg-soft-compact-line-height)",
|
|
105094
|
-
"value": 1.
|
|
105220
|
+
"value": 1.4,
|
|
105095
105221
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
105096
105222
|
},
|
|
105097
105223
|
"less/variables": {
|
|
105098
105224
|
"name": "dt-typography-headline-lg-soft-compact-line-height",
|
|
105099
|
-
"value": 1.
|
|
105225
|
+
"value": 1.4,
|
|
105100
105226
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
105101
105227
|
}
|
|
105102
105228
|
},
|
|
105103
105229
|
"typography/headline/lg-soft-compact/fontSize": {
|
|
105104
105230
|
"css/variables": {
|
|
105105
105231
|
"name": "var(--dt-typography-headline-lg-soft-compact-font-size)",
|
|
105106
|
-
"value": "
|
|
105232
|
+
"value": "2.8rem",
|
|
105107
105233
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
105108
105234
|
},
|
|
105109
105235
|
"less/variables": {
|
|
105110
105236
|
"name": "dt-typography-headline-lg-soft-compact-font-size",
|
|
105111
|
-
"value": "
|
|
105237
|
+
"value": "2.8rem",
|
|
105112
105238
|
"description": "A softer font weight, tighter spaced version of large headline style."
|
|
105113
105239
|
}
|
|
105114
105240
|
},
|
|
@@ -105187,12 +105313,12 @@
|
|
|
105187
105313
|
"typography/headline/xl-compact/fontFamily": {
|
|
105188
105314
|
"css/variables": {
|
|
105189
105315
|
"name": "var(--dt-typography-headline-xl-compact-font-family)",
|
|
105190
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105316
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105191
105317
|
"description": "A tighter-spaced version of extra large headline style."
|
|
105192
105318
|
},
|
|
105193
105319
|
"less/variables": {
|
|
105194
105320
|
"name": "dt-typography-headline-xl-compact-font-family",
|
|
105195
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105321
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105196
105322
|
"description": "A tighter-spaced version of extra large headline style."
|
|
105197
105323
|
}
|
|
105198
105324
|
},
|
|
@@ -105223,12 +105349,12 @@
|
|
|
105223
105349
|
"typography/headline/xl-compact/fontSize": {
|
|
105224
105350
|
"css/variables": {
|
|
105225
105351
|
"name": "var(--dt-typography-headline-xl-compact-font-size)",
|
|
105226
|
-
"value": "
|
|
105352
|
+
"value": "4.1rem",
|
|
105227
105353
|
"description": "A tighter-spaced version of extra large headline style."
|
|
105228
105354
|
},
|
|
105229
105355
|
"less/variables": {
|
|
105230
105356
|
"name": "dt-typography-headline-xl-compact-font-size",
|
|
105231
|
-
"value": "
|
|
105357
|
+
"value": "4.1rem",
|
|
105232
105358
|
"description": "A tighter-spaced version of extra large headline style."
|
|
105233
105359
|
}
|
|
105234
105360
|
},
|
|
@@ -105307,12 +105433,12 @@
|
|
|
105307
105433
|
"typography/headline/xxl-compact/fontFamily": {
|
|
105308
105434
|
"css/variables": {
|
|
105309
105435
|
"name": "var(--dt-typography-headline-xxl-compact-font-family)",
|
|
105310
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105436
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105311
105437
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
105312
105438
|
},
|
|
105313
105439
|
"less/variables": {
|
|
105314
105440
|
"name": "dt-typography-headline-xxl-compact-font-family",
|
|
105315
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105441
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105316
105442
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
105317
105443
|
}
|
|
105318
105444
|
},
|
|
@@ -105343,12 +105469,12 @@
|
|
|
105343
105469
|
"typography/headline/xxl-compact/fontSize": {
|
|
105344
105470
|
"css/variables": {
|
|
105345
105471
|
"name": "var(--dt-typography-headline-xxl-compact-font-size)",
|
|
105346
|
-
"value": "
|
|
105472
|
+
"value": "5.1rem",
|
|
105347
105473
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
105348
105474
|
},
|
|
105349
105475
|
"less/variables": {
|
|
105350
105476
|
"name": "dt-typography-headline-xxl-compact-font-size",
|
|
105351
|
-
"value": "
|
|
105477
|
+
"value": "5.1rem",
|
|
105352
105478
|
"description": "A tighter-spaced version of extra extra large headline style."
|
|
105353
105479
|
}
|
|
105354
105480
|
},
|
|
@@ -105427,12 +105553,12 @@
|
|
|
105427
105553
|
"typography/label/md-compact/fontFamily": {
|
|
105428
105554
|
"css/variables": {
|
|
105429
105555
|
"name": "var(--dt-typography-label-md-compact-font-family)",
|
|
105430
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105556
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105431
105557
|
"description": "A tighter-spaced version of medium label style."
|
|
105432
105558
|
},
|
|
105433
105559
|
"less/variables": {
|
|
105434
105560
|
"name": "dt-typography-label-md-compact-font-family",
|
|
105435
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105561
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105436
105562
|
"description": "A tighter-spaced version of medium label style."
|
|
105437
105563
|
}
|
|
105438
105564
|
},
|
|
@@ -105487,12 +105613,12 @@
|
|
|
105487
105613
|
"typography/label/md-plain/fontFamily": {
|
|
105488
105614
|
"css/variables": {
|
|
105489
105615
|
"name": "var(--dt-typography-label-md-plain-font-family)",
|
|
105490
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105616
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105491
105617
|
"description": "A non-bold version of medium label style."
|
|
105492
105618
|
},
|
|
105493
105619
|
"less/variables": {
|
|
105494
105620
|
"name": "dt-typography-label-md-plain-font-family",
|
|
105495
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105621
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105496
105622
|
"description": "A non-bold version of medium label style."
|
|
105497
105623
|
}
|
|
105498
105624
|
},
|
|
@@ -105547,12 +105673,12 @@
|
|
|
105547
105673
|
"typography/label/md-plain-compact/fontFamily": {
|
|
105548
105674
|
"css/variables": {
|
|
105549
105675
|
"name": "var(--dt-typography-label-md-plain-compact-font-family)",
|
|
105550
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105676
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105551
105677
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
105552
105678
|
},
|
|
105553
105679
|
"less/variables": {
|
|
105554
105680
|
"name": "dt-typography-label-md-plain-compact-font-family",
|
|
105555
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105681
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105556
105682
|
"description": "A non-bolded, tighter-spaced version of medium label style."
|
|
105557
105683
|
}
|
|
105558
105684
|
},
|
|
@@ -105667,12 +105793,12 @@
|
|
|
105667
105793
|
"typography/label/sm-compact/fontFamily": {
|
|
105668
105794
|
"css/variables": {
|
|
105669
105795
|
"name": "var(--dt-typography-label-sm-compact-font-family)",
|
|
105670
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105796
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105671
105797
|
"description": "A tighter-spaced version of small label style."
|
|
105672
105798
|
},
|
|
105673
105799
|
"less/variables": {
|
|
105674
105800
|
"name": "dt-typography-label-sm-compact-font-family",
|
|
105675
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105801
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105676
105802
|
"description": "A tighter-spaced version of small label style."
|
|
105677
105803
|
}
|
|
105678
105804
|
},
|
|
@@ -105727,12 +105853,12 @@
|
|
|
105727
105853
|
"typography/label/sm-plain/fontFamily": {
|
|
105728
105854
|
"css/variables": {
|
|
105729
105855
|
"name": "var(--dt-typography-label-sm-plain-font-family)",
|
|
105730
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105856
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105731
105857
|
"description": "A non-bold version of small label style."
|
|
105732
105858
|
},
|
|
105733
105859
|
"less/variables": {
|
|
105734
105860
|
"name": "dt-typography-label-sm-plain-font-family",
|
|
105735
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105861
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105736
105862
|
"description": "A non-bold version of small label style."
|
|
105737
105863
|
}
|
|
105738
105864
|
},
|
|
@@ -105787,12 +105913,12 @@
|
|
|
105787
105913
|
"typography/label/sm-plain-compact/fontFamily": {
|
|
105788
105914
|
"css/variables": {
|
|
105789
105915
|
"name": "var(--dt-typography-label-sm-plain-compact-font-family)",
|
|
105790
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105916
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105791
105917
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
105792
105918
|
},
|
|
105793
105919
|
"less/variables": {
|
|
105794
105920
|
"name": "dt-typography-label-sm-plain-compact-font-family",
|
|
105795
|
-
"value": "-apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105921
|
+
"value": "Archivo, -apple-system, BlinkMacSystemFont, \"SF Pro\", \"Segoe UI Adjusted\", \"Segoe UI\", SFMono, \"Helvetica Neue\", Cantarell, Ubuntu, Roboto, Arial, \"Noto Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"",
|
|
105796
105922
|
"description": "A non-bolded, tighter-spaced version of small label style."
|
|
105797
105923
|
}
|
|
105798
105924
|
},
|