@dialpad/dialtone-css 8.24.4 → 8.25.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.
@@ -487,6 +487,9 @@ template {
487
487
  .d-stack--gap-400 {
488
488
  --stack-gap: var(--dt-space-400);
489
489
  }
490
+ .d-stack--gap-450 {
491
+ --stack-gap: var(--dt-space-450);
492
+ }
490
493
  .d-stack--gap-500 {
491
494
  --stack-gap: var(--dt-space-500);
492
495
  }
@@ -5145,19 +5148,19 @@ legend .d-label {
5145
5148
  .d-bs-unset, .h\:d-bs-unset:hover, .f\:d-bs-unset:focus, .f\:d-bs-unset:focus-within, .fv\:d-bs-unset:focus-visible {
5146
5149
  box-shadow: unset !important;
5147
5150
  }
5148
- .d-o0 {
5151
+ .d-o0, .h\:d-o0:hover, .f\:d-o0:focus, .f\:d-o0:focus-within, .fv\:d-o0:focus-visible {
5149
5152
  opacity: 0 !important;
5150
5153
  }
5151
5154
  .d-o5 {
5152
5155
  opacity: 0.05 !important;
5153
5156
  }
5154
- .d-o10 {
5157
+ .d-o10, .h\:d-o10:hover, .f\:d-o10:focus, .f\:d-o10:focus-within, .fv\:d-o10:focus-visible {
5155
5158
  opacity: 0.1 !important;
5156
5159
  }
5157
5160
  .d-o20 {
5158
5161
  opacity: 0.2 !important;
5159
5162
  }
5160
- .d-o25 {
5163
+ .d-o25, .h\:d-o25:hover, .f\:d-o25:focus, .f\:d-o25:focus-within, .fv\:d-o25:focus-visible {
5161
5164
  opacity: 0.25 !important;
5162
5165
  }
5163
5166
  .d-o30 {
@@ -5166,7 +5169,7 @@ legend .d-label {
5166
5169
  .d-o40 {
5167
5170
  opacity: 0.4 !important;
5168
5171
  }
5169
- .d-o50 {
5172
+ .d-o50, .h\:d-o50:hover, .f\:d-o50:focus, .f\:d-o50:focus-within, .fv\:d-o50:focus-visible {
5170
5173
  opacity: 0.5 !important;
5171
5174
  }
5172
5175
  .d-o60 {
@@ -5175,16 +5178,16 @@ legend .d-label {
5175
5178
  .d-o70 {
5176
5179
  opacity: 0.7 !important;
5177
5180
  }
5178
- .d-o75 {
5181
+ .d-o75, .h\:d-o75:hover, .f\:d-o75:focus, .f\:d-o75:focus-within, .fv\:d-o75:focus-visible {
5179
5182
  opacity: 0.75 !important;
5180
5183
  }
5181
5184
  .d-o80 {
5182
5185
  opacity: 0.8 !important;
5183
5186
  }
5184
- .d-o90 {
5187
+ .d-o90, .h\:d-o90:hover, .f\:d-o90:focus, .f\:d-o90:focus-within, .fv\:d-o90:focus-visible {
5185
5188
  opacity: 0.9 !important;
5186
5189
  }
5187
- .d-o100 {
5190
+ .d-o100, .h\:d-o100:hover, .f\:d-o100:focus, .f\:d-o100:focus-within, .fv\:d-o100:focus-visible {
5188
5191
  opacity: 1 !important;
5189
5192
  }
5190
5193
  .d-o-unset {
@@ -7178,25 +7181,25 @@ ul {
7178
7181
  .d-ta-unset {
7179
7182
  text-align: unset !important;
7180
7183
  }
7181
- .d-td-none {
7184
+ .d-td-none, .h\:d-td-none:hover, .f\:d-td-none:focus, .f\:d-td-none:focus-within, .fv\:d-td-none:focus-visible {
7182
7185
  text-decoration: none !important;
7183
7186
  }
7184
- .d-td-underline {
7187
+ .d-td-underline, .h\:d-td-underline:hover, .f\:d-td-underline:focus, .f\:d-td-underline:focus-within, .fv\:d-td-underline:focus-visible {
7185
7188
  text-decoration: underline !important;
7186
7189
  text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100)) !important;
7187
7190
  text-decoration-thickness: var(--dt-size-border-50) !important;
7188
7191
  }
7189
- .d-td-dotted {
7192
+ .d-td-dotted, .h\:d-td-dotted:hover, .f\:d-td-dotted:focus, .f\:d-td-dotted:focus-within, .fv\:d-td-dotted:focus-visible {
7190
7193
  -webkit-text-decoration: underline dotted !important;
7191
7194
  text-decoration: underline dotted !important;
7192
7195
  text-underline-offset: calc(var(--dt-size-border-300) - var(--dt-size-border-100)) !important;
7193
7196
  text-decoration-thickness: var(--dt-size-border-100) !important;
7194
7197
  }
7195
- .d-td-line-through {
7198
+ .d-td-line-through, .h\:d-td-line-through:hover, .f\:d-td-line-through:focus, .f\:d-td-line-through:focus-within, .fv\:d-td-line-through:focus-visible {
7196
7199
  text-decoration: line-through !important;
7197
7200
  text-decoration-thickness: var(--dt-size-border-100) !important;
7198
7201
  }
7199
- .d-td-unset {
7202
+ .d-td-unset, .h\:d-td-unset:hover, .f\:d-td-unset:focus, .f\:d-td-unset:focus-within, .fv\:d-td-unset:focus-visible {
7200
7203
  text-decoration: unset !important;
7201
7204
  }
7202
7205
  .d-to-ellipsis {
@@ -7315,6 +7318,24 @@ ul {
7315
7318
  white-space: nowrap !important;
7316
7319
  text-overflow: ellipsis !important;
7317
7320
  }
7321
+ @font-face {
7322
+ font-weight: 400;
7323
+ font-family: Archivo;
7324
+ font-style: normal;
7325
+ src: url('../fonts/Archivo-Regular.woff2') format('woff2');
7326
+ }
7327
+ @font-face {
7328
+ font-weight: 700;
7329
+ font-family: Archivo;
7330
+ font-style: normal;
7331
+ src: url('../fonts/Archivo-Bold.woff2') format('woff2');
7332
+ }
7333
+ @font-face {
7334
+ font-weight: 600;
7335
+ font-family: Archivo;
7336
+ font-style: normal;
7337
+ src: url('../fonts/Archivo-SemiBold.woff2') format('woff2');
7338
+ }
7318
7339
  html,
7319
7340
  body {
7320
7341
  margin: 0;
@@ -7329,9 +7350,6 @@ body {
7329
7350
  background-color: var(--dt-color-surface-primary);
7330
7351
  -webkit-text-size-adjust: 100%;
7331
7352
  }
7332
- .js-focus-visible :focus:not(.focus-visible) {
7333
- outline: none;
7334
- }
7335
7353
  body {
7336
7354
  --bgo: 100%;
7337
7355
  --bco: 100%;
@@ -7401,7 +7419,7 @@ body {
7401
7419
  }
7402
7420
  /**
7403
7421
  * Do not edit directly
7404
- * Generated on Tue, 06 Feb 2024 01:42:20 GMT
7422
+ * Generated on Tue, 13 Feb 2024 19:21:32 GMT
7405
7423
  */
7406
7424
 
7407
7425
  .dialtone-theme-light {
@@ -7411,9 +7429,9 @@ body {
7411
7429
  --dt-font-size-400: 2.7rem; /* extra large / xl */
7412
7430
  --dt-font-size-500: 3.8rem; /* extra large / xxl */
7413
7431
  --dt-font-size-root: 1rem;
7414
- --dt-font-family-body: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7415
- --dt-font-family-expressive: 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"';
7416
- --dt-font-family-mono: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
7432
+ --dt-font-family-body: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7433
+ --dt-font-family-expressive: 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";
7434
+ --dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
7417
7435
  --dt-font-line-height-100: 1;
7418
7436
  --dt-font-line-height-200: 1.2;
7419
7437
  --dt-font-line-height-300: 1.4;
@@ -7885,141 +7903,141 @@ body {
7885
7903
  --dt-shadow-focus-inset-1-spread: 0.3rem;
7886
7904
  --dt-shadow-focus-inset-1-color: #51A0FE;
7887
7905
  --dt-shadow-focus-inset-1-type: innerShadow;
7888
- --dt-typography-body-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7906
+ --dt-typography-body-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7889
7907
  --dt-typography-body-small-font-weight: 400;
7890
7908
  --dt-typography-body-small-line-height: 1.4;
7891
7909
  --dt-typography-body-small-font-size: 1.2rem;
7892
7910
  --dt-typography-body-small-text-case: none;
7893
- --dt-typography-body-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7911
+ --dt-typography-body-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7894
7912
  --dt-typography-body-base-font-weight: 400;
7895
7913
  --dt-typography-body-base-line-height: 1.6;
7896
7914
  --dt-typography-body-base-font-size: 1.5rem;
7897
7915
  --dt-typography-body-base-text-case: none;
7898
- --dt-typography-body-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7916
+ --dt-typography-body-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7899
7917
  --dt-typography-body-compact-small-font-weight: 400;
7900
7918
  --dt-typography-body-compact-small-line-height: 1.2;
7901
7919
  --dt-typography-body-compact-small-font-size: 1.2rem;
7902
7920
  --dt-typography-body-compact-small-text-case: none;
7903
- --dt-typography-body-compact-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7921
+ --dt-typography-body-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7904
7922
  --dt-typography-body-compact-base-font-weight: 400;
7905
7923
  --dt-typography-body-compact-base-line-height: 1.4;
7906
7924
  --dt-typography-body-compact-base-font-size: 1.5rem;
7907
7925
  --dt-typography-body-compact-base-text-case: none;
7908
- --dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7926
+ --dt-typography-headline-eyebrow-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7909
7927
  --dt-typography-headline-eyebrow-font-weight: 400;
7910
7928
  --dt-typography-headline-eyebrow-line-height: 1.4;
7911
7929
  --dt-typography-headline-eyebrow-font-size: 1.2rem;
7912
7930
  --dt-typography-headline-eyebrow-text-case: uppercase;
7913
- --dt-typography-headline-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7914
- --dt-typography-headline-small-font-weight: 700;
7915
- --dt-typography-headline-small-line-height: 1.4;
7916
- --dt-typography-headline-small-font-size: 1.2rem;
7917
- --dt-typography-headline-small-text-case: none;
7918
- --dt-typography-headline-medium-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7919
- --dt-typography-headline-medium-font-weight: 700;
7920
- --dt-typography-headline-medium-line-height: 1.6;
7921
- --dt-typography-headline-medium-font-size: 1.5rem;
7922
- --dt-typography-headline-medium-text-case: none;
7923
- --dt-typography-headline-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7924
- --dt-typography-headline-large-font-weight: 700;
7925
- --dt-typography-headline-large-line-height: 1.6;
7926
- --dt-typography-headline-large-font-size: 1.9rem;
7927
- --dt-typography-headline-large-text-case: none;
7928
- --dt-typography-headline-extra-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7929
- --dt-typography-headline-extra-large-font-weight: 500;
7930
- --dt-typography-headline-extra-large-line-height: 1.2;
7931
- --dt-typography-headline-extra-large-font-size: 2.7rem;
7932
- --dt-typography-headline-extra-large-text-case: none;
7933
- --dt-typography-headline-extra-extra-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7934
- --dt-typography-headline-extra-extra-large-font-weight: 500;
7935
- --dt-typography-headline-extra-extra-large-line-height: 1.2;
7936
- --dt-typography-headline-extra-extra-large-font-size: 3.8rem;
7937
- --dt-typography-headline-extra-extra-large-text-case: none;
7938
- --dt-typography-headline-soft-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7939
- --dt-typography-headline-soft-small-font-weight: 500;
7940
- --dt-typography-headline-soft-small-line-height: 1.4;
7941
- --dt-typography-headline-soft-small-font-size: 1.2rem;
7942
- --dt-typography-headline-soft-small-text-case: none;
7943
- --dt-typography-headline-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7944
- --dt-typography-headline-compact-small-font-weight: 700;
7945
- --dt-typography-headline-compact-small-line-height: 1.2;
7946
- --dt-typography-headline-compact-small-font-size: 1.2rem;
7947
- --dt-typography-headline-compact-small-text-case: none;
7948
- --dt-typography-headline-compact-medium-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7931
+ --dt-typography-headline-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subhead */
7932
+ --dt-typography-headline-small-font-weight: 700; /* subhead */
7933
+ --dt-typography-headline-small-line-height: 1.4; /* subhead */
7934
+ --dt-typography-headline-small-font-size: 1.2rem; /* subhead */
7935
+ --dt-typography-headline-small-text-case: none; /* subhead */
7936
+ --dt-typography-headline-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* base */
7937
+ --dt-typography-headline-medium-font-weight: 700; /* base */
7938
+ --dt-typography-headline-medium-line-height: 1.6; /* base */
7939
+ --dt-typography-headline-medium-font-size: 1.5rem; /* base */
7940
+ --dt-typography-headline-medium-text-case: none; /* base */
7941
+ --dt-typography-headline-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* section */
7942
+ --dt-typography-headline-large-font-weight: 700; /* section */
7943
+ --dt-typography-headline-large-line-height: 1.6; /* section */
7944
+ --dt-typography-headline-large-font-size: 1.9rem; /* section */
7945
+ --dt-typography-headline-large-text-case: none; /* section */
7946
+ --dt-typography-headline-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* display */
7947
+ --dt-typography-headline-extra-large-font-weight: 500; /* display */
7948
+ --dt-typography-headline-extra-large-line-height: 1.2; /* display */
7949
+ --dt-typography-headline-extra-large-font-size: 2.7rem; /* display */
7950
+ --dt-typography-headline-extra-large-text-case: none; /* display */
7951
+ --dt-typography-headline-extra-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* page head */
7952
+ --dt-typography-headline-extra-extra-large-font-weight: 500; /* page head */
7953
+ --dt-typography-headline-extra-extra-large-line-height: 1.2; /* page head */
7954
+ --dt-typography-headline-extra-extra-large-font-size: 3.8rem; /* page head */
7955
+ --dt-typography-headline-extra-extra-large-text-case: none; /* page head */
7956
+ --dt-typography-headline-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subhead */
7957
+ --dt-typography-headline-soft-small-font-weight: 500; /* subhead */
7958
+ --dt-typography-headline-soft-small-line-height: 1.4; /* subhead */
7959
+ --dt-typography-headline-soft-small-font-size: 1.2rem; /* subhead */
7960
+ --dt-typography-headline-soft-small-text-case: none; /* subhead */
7961
+ --dt-typography-headline-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subheading */
7962
+ --dt-typography-headline-compact-small-font-weight: 700; /* subheading */
7963
+ --dt-typography-headline-compact-small-line-height: 1.2; /* subheading */
7964
+ --dt-typography-headline-compact-small-font-size: 1.2rem; /* subheading */
7965
+ --dt-typography-headline-compact-small-text-case: none; /* subheading */
7966
+ --dt-typography-headline-compact-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7949
7967
  --dt-typography-headline-compact-medium-font-weight: 700;
7950
7968
  --dt-typography-headline-compact-medium-line-height: 1.4;
7951
7969
  --dt-typography-headline-compact-medium-font-size: 1.5rem;
7952
7970
  --dt-typography-headline-compact-medium-text-case: none;
7953
- --dt-typography-headline-compact-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7971
+ --dt-typography-headline-compact-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7954
7972
  --dt-typography-headline-compact-large-font-weight: 700;
7955
7973
  --dt-typography-headline-compact-large-line-height: 1.2;
7956
7974
  --dt-typography-headline-compact-large-font-size: 1.9rem;
7957
7975
  --dt-typography-headline-compact-large-text-case: none;
7958
- --dt-typography-headline-compact-soft-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7959
- --dt-typography-headline-compact-soft-small-font-weight: 500;
7960
- --dt-typography-headline-compact-soft-small-line-height: 1.2;
7961
- --dt-typography-headline-compact-soft-small-font-size: 1.2rem;
7962
- --dt-typography-headline-compact-soft-small-text-case: none;
7963
- --dt-typography-label-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7976
+ --dt-typography-headline-compact-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subhead */
7977
+ --dt-typography-headline-compact-soft-small-font-weight: 500; /* subhead */
7978
+ --dt-typography-headline-compact-soft-small-line-height: 1.2; /* subhead */
7979
+ --dt-typography-headline-compact-soft-small-font-size: 1.2rem; /* subhead */
7980
+ --dt-typography-headline-compact-soft-small-text-case: none; /* subhead */
7981
+ --dt-typography-label-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7964
7982
  --dt-typography-label-small-font-weight: 600;
7965
7983
  --dt-typography-label-small-line-height: 1.4;
7966
7984
  --dt-typography-label-small-font-size: 1.2rem;
7967
7985
  --dt-typography-label-small-text-case: none;
7968
- --dt-typography-label-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7986
+ --dt-typography-label-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7969
7987
  --dt-typography-label-base-font-weight: 600;
7970
7988
  --dt-typography-label-base-line-height: 1.6;
7971
7989
  --dt-typography-label-base-font-size: 1.5rem;
7972
7990
  --dt-typography-label-base-text-case: none;
7973
- --dt-typography-label-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7991
+ --dt-typography-label-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7974
7992
  --dt-typography-label-compact-small-font-weight: 600;
7975
7993
  --dt-typography-label-compact-small-line-height: 1.2;
7976
7994
  --dt-typography-label-compact-small-font-size: 1.2rem;
7977
7995
  --dt-typography-label-compact-small-text-case: none;
7978
- --dt-typography-label-compact-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
7996
+ --dt-typography-label-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7979
7997
  --dt-typography-label-compact-base-font-weight: 600;
7980
7998
  --dt-typography-label-compact-base-line-height: 1.4;
7981
7999
  --dt-typography-label-compact-base-font-size: 1.5rem;
7982
8000
  --dt-typography-label-compact-base-text-case: none;
7983
- --dt-typography-label-compact-plain-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8001
+ --dt-typography-label-compact-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7984
8002
  --dt-typography-label-compact-plain-small-font-weight: 400;
7985
8003
  --dt-typography-label-compact-plain-small-line-height: 1.2;
7986
8004
  --dt-typography-label-compact-plain-small-font-size: 1.2rem;
7987
8005
  --dt-typography-label-compact-plain-small-text-case: none;
7988
- --dt-typography-label-compact-plain-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8006
+ --dt-typography-label-compact-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7989
8007
  --dt-typography-label-compact-plain-base-font-weight: 400;
7990
8008
  --dt-typography-label-compact-plain-base-line-height: 1.4;
7991
8009
  --dt-typography-label-compact-plain-base-font-size: 1.5rem;
7992
8010
  --dt-typography-label-compact-plain-base-text-case: none;
7993
- --dt-typography-label-plain-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8011
+ --dt-typography-label-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7994
8012
  --dt-typography-label-plain-small-font-weight: 400;
7995
8013
  --dt-typography-label-plain-small-line-height: 1.4;
7996
8014
  --dt-typography-label-plain-small-font-size: 1.2rem;
7997
8015
  --dt-typography-label-plain-small-text-case: none;
7998
- --dt-typography-label-plain-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8016
+ --dt-typography-label-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
7999
8017
  --dt-typography-label-plain-base-font-weight: 400;
8000
8018
  --dt-typography-label-plain-base-line-height: 1.6;
8001
8019
  --dt-typography-label-plain-base-font-size: 1.5rem;
8002
8020
  --dt-typography-label-plain-base-text-case: none;
8003
- --dt-typography-helper-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8021
+ --dt-typography-helper-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8004
8022
  --dt-typography-helper-small-font-weight: 400;
8005
8023
  --dt-typography-helper-small-line-height: 1.2;
8006
8024
  --dt-typography-helper-small-font-size: 1.2rem;
8007
8025
  --dt-typography-helper-small-text-case: none;
8008
- --dt-typography-helper-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8026
+ --dt-typography-helper-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8009
8027
  --dt-typography-helper-base-font-weight: 400;
8010
8028
  --dt-typography-helper-base-line-height: 1.4;
8011
8029
  --dt-typography-helper-base-font-size: 1.5rem;
8012
8030
  --dt-typography-helper-base-text-case: none;
8013
- --dt-typography-code-small-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
8014
- --dt-typography-code-small-font-weight: 400;
8015
- --dt-typography-code-small-line-height: 1.2;
8016
- --dt-typography-code-small-font-size: 1.2rem;
8017
- --dt-typography-code-small-text-case: none;
8018
- --dt-typography-code-base-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
8019
- --dt-typography-code-base-font-weight: 400;
8020
- --dt-typography-code-base-line-height: 1.2;
8021
- --dt-typography-code-base-font-size: 1.5rem;
8022
- --dt-typography-code-base-text-case: none;
8031
+ --dt-typography-code-small-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* mono */
8032
+ --dt-typography-code-small-font-weight: 400; /* mono */
8033
+ --dt-typography-code-small-line-height: 1.2; /* mono */
8034
+ --dt-typography-code-small-font-size: 1.2rem; /* mono */
8035
+ --dt-typography-code-small-text-case: none; /* mono */
8036
+ --dt-typography-code-base-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* mono */
8037
+ --dt-typography-code-base-font-weight: 400; /* mono */
8038
+ --dt-typography-code-base-line-height: 1.2; /* mono */
8039
+ --dt-typography-code-base-font-size: 1.5rem; /* mono */
8040
+ --dt-typography-code-base-text-case: none; /* mono */
8023
8041
  --dt-inputs-size-border-default: 0.15rem;
8024
8042
  --dt-inputs-size-border-status: 0.2rem;
8025
8043
  --dt-inputs-size-radius-xs: 0.4rem;
@@ -8198,7 +8216,7 @@ body {
8198
8216
 
8199
8217
  /**
8200
8218
  * Do not edit directly
8201
- * Generated on Tue, 06 Feb 2024 01:42:20 GMT
8219
+ * Generated on Tue, 13 Feb 2024 19:21:32 GMT
8202
8220
  */
8203
8221
 
8204
8222
  .dialtone-theme-dark {
@@ -8208,9 +8226,9 @@ body {
8208
8226
  --dt-font-size-400: 2.7rem; /* extra large / xl */
8209
8227
  --dt-font-size-500: 3.8rem; /* extra large / xxl */
8210
8228
  --dt-font-size-root: 1rem;
8211
- --dt-font-family-body: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8212
- --dt-font-family-expressive: 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"';
8213
- --dt-font-family-mono: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
8229
+ --dt-font-family-body: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8230
+ --dt-font-family-expressive: 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";
8231
+ --dt-font-family-mono: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace;
8214
8232
  --dt-font-line-height-100: 1;
8215
8233
  --dt-font-line-height-200: 1.2;
8216
8234
  --dt-font-line-height-300: 1.4;
@@ -8802,141 +8820,141 @@ body {
8802
8820
  --dt-shadow-focus-inset-1-spread: 0.3rem;
8803
8821
  --dt-shadow-focus-inset-1-color: #51A0FE;
8804
8822
  --dt-shadow-focus-inset-1-type: innerShadow;
8805
- --dt-typography-body-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8823
+ --dt-typography-body-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8806
8824
  --dt-typography-body-small-font-weight: 400;
8807
8825
  --dt-typography-body-small-line-height: 1.4;
8808
8826
  --dt-typography-body-small-font-size: 1.2rem;
8809
8827
  --dt-typography-body-small-text-case: none;
8810
- --dt-typography-body-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8828
+ --dt-typography-body-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8811
8829
  --dt-typography-body-base-font-weight: 400;
8812
8830
  --dt-typography-body-base-line-height: 1.6;
8813
8831
  --dt-typography-body-base-font-size: 1.5rem;
8814
8832
  --dt-typography-body-base-text-case: none;
8815
- --dt-typography-body-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8833
+ --dt-typography-body-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8816
8834
  --dt-typography-body-compact-small-font-weight: 400;
8817
8835
  --dt-typography-body-compact-small-line-height: 1.2;
8818
8836
  --dt-typography-body-compact-small-font-size: 1.2rem;
8819
8837
  --dt-typography-body-compact-small-text-case: none;
8820
- --dt-typography-body-compact-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8838
+ --dt-typography-body-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8821
8839
  --dt-typography-body-compact-base-font-weight: 400;
8822
8840
  --dt-typography-body-compact-base-line-height: 1.4;
8823
8841
  --dt-typography-body-compact-base-font-size: 1.5rem;
8824
8842
  --dt-typography-body-compact-base-text-case: none;
8825
- --dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8843
+ --dt-typography-headline-eyebrow-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8826
8844
  --dt-typography-headline-eyebrow-font-weight: 400;
8827
8845
  --dt-typography-headline-eyebrow-line-height: 1.4;
8828
8846
  --dt-typography-headline-eyebrow-font-size: 1.2rem;
8829
8847
  --dt-typography-headline-eyebrow-text-case: uppercase;
8830
- --dt-typography-headline-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8831
- --dt-typography-headline-small-font-weight: 700;
8832
- --dt-typography-headline-small-line-height: 1.4;
8833
- --dt-typography-headline-small-font-size: 1.2rem;
8834
- --dt-typography-headline-small-text-case: none;
8835
- --dt-typography-headline-medium-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8836
- --dt-typography-headline-medium-font-weight: 700;
8837
- --dt-typography-headline-medium-line-height: 1.6;
8838
- --dt-typography-headline-medium-font-size: 1.5rem;
8839
- --dt-typography-headline-medium-text-case: none;
8840
- --dt-typography-headline-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8841
- --dt-typography-headline-large-font-weight: 700;
8842
- --dt-typography-headline-large-line-height: 1.6;
8843
- --dt-typography-headline-large-font-size: 1.9rem;
8844
- --dt-typography-headline-large-text-case: none;
8845
- --dt-typography-headline-extra-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8846
- --dt-typography-headline-extra-large-font-weight: 500;
8847
- --dt-typography-headline-extra-large-line-height: 1.2;
8848
- --dt-typography-headline-extra-large-font-size: 2.7rem;
8849
- --dt-typography-headline-extra-large-text-case: none;
8850
- --dt-typography-headline-extra-extra-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8851
- --dt-typography-headline-extra-extra-large-font-weight: 500;
8852
- --dt-typography-headline-extra-extra-large-line-height: 1.2;
8853
- --dt-typography-headline-extra-extra-large-font-size: 3.8rem;
8854
- --dt-typography-headline-extra-extra-large-text-case: none;
8855
- --dt-typography-headline-soft-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8856
- --dt-typography-headline-soft-small-font-weight: 500;
8857
- --dt-typography-headline-soft-small-line-height: 1.4;
8858
- --dt-typography-headline-soft-small-font-size: 1.2rem;
8859
- --dt-typography-headline-soft-small-text-case: none;
8860
- --dt-typography-headline-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8861
- --dt-typography-headline-compact-small-font-weight: 700;
8862
- --dt-typography-headline-compact-small-line-height: 1.2;
8863
- --dt-typography-headline-compact-small-font-size: 1.2rem;
8864
- --dt-typography-headline-compact-small-text-case: none;
8865
- --dt-typography-headline-compact-medium-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8848
+ --dt-typography-headline-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subhead */
8849
+ --dt-typography-headline-small-font-weight: 700; /* subhead */
8850
+ --dt-typography-headline-small-line-height: 1.4; /* subhead */
8851
+ --dt-typography-headline-small-font-size: 1.2rem; /* subhead */
8852
+ --dt-typography-headline-small-text-case: none; /* subhead */
8853
+ --dt-typography-headline-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* base */
8854
+ --dt-typography-headline-medium-font-weight: 700; /* base */
8855
+ --dt-typography-headline-medium-line-height: 1.6; /* base */
8856
+ --dt-typography-headline-medium-font-size: 1.5rem; /* base */
8857
+ --dt-typography-headline-medium-text-case: none; /* base */
8858
+ --dt-typography-headline-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* section */
8859
+ --dt-typography-headline-large-font-weight: 700; /* section */
8860
+ --dt-typography-headline-large-line-height: 1.6; /* section */
8861
+ --dt-typography-headline-large-font-size: 1.9rem; /* section */
8862
+ --dt-typography-headline-large-text-case: none; /* section */
8863
+ --dt-typography-headline-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* display */
8864
+ --dt-typography-headline-extra-large-font-weight: 500; /* display */
8865
+ --dt-typography-headline-extra-large-line-height: 1.2; /* display */
8866
+ --dt-typography-headline-extra-large-font-size: 2.7rem; /* display */
8867
+ --dt-typography-headline-extra-large-text-case: none; /* display */
8868
+ --dt-typography-headline-extra-extra-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* page head */
8869
+ --dt-typography-headline-extra-extra-large-font-weight: 500; /* page head */
8870
+ --dt-typography-headline-extra-extra-large-line-height: 1.2; /* page head */
8871
+ --dt-typography-headline-extra-extra-large-font-size: 3.8rem; /* page head */
8872
+ --dt-typography-headline-extra-extra-large-text-case: none; /* page head */
8873
+ --dt-typography-headline-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subhead */
8874
+ --dt-typography-headline-soft-small-font-weight: 500; /* subhead */
8875
+ --dt-typography-headline-soft-small-line-height: 1.4; /* subhead */
8876
+ --dt-typography-headline-soft-small-font-size: 1.2rem; /* subhead */
8877
+ --dt-typography-headline-soft-small-text-case: none; /* subhead */
8878
+ --dt-typography-headline-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subheading */
8879
+ --dt-typography-headline-compact-small-font-weight: 700; /* subheading */
8880
+ --dt-typography-headline-compact-small-line-height: 1.2; /* subheading */
8881
+ --dt-typography-headline-compact-small-font-size: 1.2rem; /* subheading */
8882
+ --dt-typography-headline-compact-small-text-case: none; /* subheading */
8883
+ --dt-typography-headline-compact-medium-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8866
8884
  --dt-typography-headline-compact-medium-font-weight: 700;
8867
8885
  --dt-typography-headline-compact-medium-line-height: 1.4;
8868
8886
  --dt-typography-headline-compact-medium-font-size: 1.5rem;
8869
8887
  --dt-typography-headline-compact-medium-text-case: none;
8870
- --dt-typography-headline-compact-large-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8888
+ --dt-typography-headline-compact-large-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8871
8889
  --dt-typography-headline-compact-large-font-weight: 700;
8872
8890
  --dt-typography-headline-compact-large-line-height: 1.2;
8873
8891
  --dt-typography-headline-compact-large-font-size: 1.9rem;
8874
8892
  --dt-typography-headline-compact-large-text-case: none;
8875
- --dt-typography-headline-compact-soft-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8876
- --dt-typography-headline-compact-soft-small-font-weight: 500;
8877
- --dt-typography-headline-compact-soft-small-line-height: 1.2;
8878
- --dt-typography-headline-compact-soft-small-font-size: 1.2rem;
8879
- --dt-typography-headline-compact-soft-small-text-case: none;
8880
- --dt-typography-label-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8893
+ --dt-typography-headline-compact-soft-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; /* subhead */
8894
+ --dt-typography-headline-compact-soft-small-font-weight: 500; /* subhead */
8895
+ --dt-typography-headline-compact-soft-small-line-height: 1.2; /* subhead */
8896
+ --dt-typography-headline-compact-soft-small-font-size: 1.2rem; /* subhead */
8897
+ --dt-typography-headline-compact-soft-small-text-case: none; /* subhead */
8898
+ --dt-typography-label-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8881
8899
  --dt-typography-label-small-font-weight: 600;
8882
8900
  --dt-typography-label-small-line-height: 1.4;
8883
8901
  --dt-typography-label-small-font-size: 1.2rem;
8884
8902
  --dt-typography-label-small-text-case: none;
8885
- --dt-typography-label-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8903
+ --dt-typography-label-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8886
8904
  --dt-typography-label-base-font-weight: 600;
8887
8905
  --dt-typography-label-base-line-height: 1.6;
8888
8906
  --dt-typography-label-base-font-size: 1.5rem;
8889
8907
  --dt-typography-label-base-text-case: none;
8890
- --dt-typography-label-compact-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8908
+ --dt-typography-label-compact-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8891
8909
  --dt-typography-label-compact-small-font-weight: 600;
8892
8910
  --dt-typography-label-compact-small-line-height: 1.2;
8893
8911
  --dt-typography-label-compact-small-font-size: 1.2rem;
8894
8912
  --dt-typography-label-compact-small-text-case: none;
8895
- --dt-typography-label-compact-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8913
+ --dt-typography-label-compact-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8896
8914
  --dt-typography-label-compact-base-font-weight: 600;
8897
8915
  --dt-typography-label-compact-base-line-height: 1.4;
8898
8916
  --dt-typography-label-compact-base-font-size: 1.5rem;
8899
8917
  --dt-typography-label-compact-base-text-case: none;
8900
- --dt-typography-label-compact-plain-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8918
+ --dt-typography-label-compact-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8901
8919
  --dt-typography-label-compact-plain-small-font-weight: 400;
8902
8920
  --dt-typography-label-compact-plain-small-line-height: 1.2;
8903
8921
  --dt-typography-label-compact-plain-small-font-size: 1.2rem;
8904
8922
  --dt-typography-label-compact-plain-small-text-case: none;
8905
- --dt-typography-label-compact-plain-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8923
+ --dt-typography-label-compact-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8906
8924
  --dt-typography-label-compact-plain-base-font-weight: 400;
8907
8925
  --dt-typography-label-compact-plain-base-line-height: 1.4;
8908
8926
  --dt-typography-label-compact-plain-base-font-size: 1.5rem;
8909
8927
  --dt-typography-label-compact-plain-base-text-case: none;
8910
- --dt-typography-label-plain-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8928
+ --dt-typography-label-plain-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8911
8929
  --dt-typography-label-plain-small-font-weight: 400;
8912
8930
  --dt-typography-label-plain-small-line-height: 1.4;
8913
8931
  --dt-typography-label-plain-small-font-size: 1.2rem;
8914
8932
  --dt-typography-label-plain-small-text-case: none;
8915
- --dt-typography-label-plain-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8933
+ --dt-typography-label-plain-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8916
8934
  --dt-typography-label-plain-base-font-weight: 400;
8917
8935
  --dt-typography-label-plain-base-line-height: 1.6;
8918
8936
  --dt-typography-label-plain-base-font-size: 1.5rem;
8919
8937
  --dt-typography-label-plain-base-text-case: none;
8920
- --dt-typography-helper-small-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8938
+ --dt-typography-helper-small-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8921
8939
  --dt-typography-helper-small-font-weight: 400;
8922
8940
  --dt-typography-helper-small-line-height: 1.2;
8923
8941
  --dt-typography-helper-small-font-size: 1.2rem;
8924
8942
  --dt-typography-helper-small-text-case: none;
8925
- --dt-typography-helper-base-font-family: -apple-system, BlinkMacSystemFont, '"SF Pro"', '"Segoe UI Adjusted"', '"Segoe UI"', SFMono, '"Helvetica Neue"', Cantarell, Ubuntu, Roboto, Arial, '"Noto Sans"', sans-serif, '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"';
8943
+ --dt-typography-helper-base-font-family: -apple-system,BlinkMacSystemFont,"SF Pro","Segoe UI Adjusted","Segoe UI",SFMono,"Helvetica Neue",Cantarell,Ubuntu,Roboto,Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
8926
8944
  --dt-typography-helper-base-font-weight: 400;
8927
8945
  --dt-typography-helper-base-line-height: 1.4;
8928
8946
  --dt-typography-helper-base-font-size: 1.5rem;
8929
8947
  --dt-typography-helper-base-text-case: none;
8930
- --dt-typography-code-small-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
8931
- --dt-typography-code-small-font-weight: 400;
8932
- --dt-typography-code-small-line-height: 1.2;
8933
- --dt-typography-code-small-font-size: 1.2rem;
8934
- --dt-typography-code-small-text-case: none;
8935
- --dt-typography-code-base-font-family: SFMono-Regular, '"SF Mono"', Consolas, '"Liberation Mono"', Menlo, Courier, monospace;
8936
- --dt-typography-code-base-font-weight: 400;
8937
- --dt-typography-code-base-line-height: 1.2;
8938
- --dt-typography-code-base-font-size: 1.5rem;
8939
- --dt-typography-code-base-text-case: none;
8948
+ --dt-typography-code-small-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* mono */
8949
+ --dt-typography-code-small-font-weight: 400; /* mono */
8950
+ --dt-typography-code-small-line-height: 1.2; /* mono */
8951
+ --dt-typography-code-small-font-size: 1.2rem; /* mono */
8952
+ --dt-typography-code-small-text-case: none; /* mono */
8953
+ --dt-typography-code-base-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; /* mono */
8954
+ --dt-typography-code-base-font-weight: 400; /* mono */
8955
+ --dt-typography-code-base-line-height: 1.2; /* mono */
8956
+ --dt-typography-code-base-font-size: 1.5rem; /* mono */
8957
+ --dt-typography-code-base-text-case: none; /* mono */
8940
8958
  --dt-inputs-size-border-default: 0.15rem;
8941
8959
  --dt-inputs-size-border-status: 0.2rem;
8942
8960
  --dt-inputs-size-radius-xs: 0.4rem;