figma.json
1 { 2 "default": { 3 "Body-1": { 4 "value": { 5 "fontFamily": "Inter", 6 "fontWeight": "Regular", 7 "fontSize": "15", 8 "letterSpacing": "3%", 9 "lineHeight": "{lineHeight-default}", 10 "textDecoration": "none", 11 "textCase": "undercase" 12 }, 13 "type": "typography" 14 }, 15 "Body-1-neg": { 16 "value": { 17 "fontFamily": "{default.Body-1.fontFamily}", 18 "fontWeight": "{default.Body-1.fontWeight}", 19 "fontSize": "{default.Body-1.fontSize}", 20 "letterSpacing": "{default.Body-1.letterSpacing}", 21 "lineHeight": "{lineHeight-default}", 22 "textDecoration": "{default.Body-1.textDecoration}", 23 "textCase": "{default.Body-1.textCase}" 24 }, 25 "type": "typography" 26 }, 27 "Body-1-underline": { 28 "value": { 29 "fontFamily": "{default.Body-1.fontFamily}", 30 "fontWeight": "{default.Body-1.fontWeight}", 31 "fontSize": "{default.Body-1.fontSize}", 32 "lineHeight": "{default.Body-1.lineHeight}", 33 "letterSpacing": "{default.Body-1.letterSpacing}", 34 "textDecoration": "underline", 35 "textCase": "{default.Body-1.textCase}" 36 }, 37 "type": "typography" 38 }, 39 "Body-2": { 40 "value": { 41 "fontFamily": "{default.Body-1.fontFamily}", 42 "fontWeight": "{default.Body-1.fontWeight}", 43 "fontSize": "13px", 44 "lineHeight": "{lineHeight-default}", 45 "letterSpacing": "2%", 46 "textDecoration": "none", 47 "textCase": "undercase" 48 }, 49 "type": "typography" 50 }, 51 "Body-2-neg": { 52 "value": { 53 "fontFamily": "{default.Body-2.fontFamily}", 54 "fontWeight": "{default.Body-2.fontWeight}", 55 "fontSize": "{default.Body-2.fontSize}", 56 "letterSpacing": "{default.Body-2.letterSpacing}", 57 "lineHeight": "{lineHeight-default}", 58 "textDecoration": "{default.Body-2.textDecoration}", 59 "textCase": "{default.Body-2.textCase}" 60 }, 61 "type": "typography" 62 }, 63 "Body-2-semibold": { 64 "value": { 65 "fontFamily": "{default.Body-2.fontFamily}", 66 "fontWeight": "Semi Bold", 67 "fontSize": "{default.Body-2.fontSize}", 68 "lineHeight": "{default.Body-2.lineHeight}", 69 "letterSpacing": "{default.Body-2.letterSpacing}", 70 "textDecoration": "{default.Body-2.textDecoration}", 71 "textCase": "{default.Body-2.textCase}" 72 }, 73 "type": "typography" 74 }, 75 "Button": { 76 "value": { 77 "fontFamily": "{default.Body-1.fontFamily}", 78 "fontWeight": "Medium", 79 "fontSize": "13px", 80 "lineHeight": "{lineHeight-default}", 81 "letterSpacing": "10%", 82 "textDecoration": "none", 83 "textCase": "uppercase" 84 }, 85 "type": "typography" 86 }, 87 "Button-neg": { 88 "value": { 89 "fontFamily": "{default.Button.fontFamily}", 90 "fontWeight": "{default.Button.fontWeight}", 91 "fontSize": "{default.Button.fontSize}", 92 "letterSpacing": "{default.Button.letterSpacing}", 93 "lineHeight": "{lineHeight-default}", 94 "textDecoration": "{default.Button.textDecoration}", 95 "textCase": "{default.Button.textCase}" 96 }, 97 "type": "typography" 98 }, 99 "Caption": { 100 "value": { 101 "fontFamily": "{default.Body-1.fontFamily}", 102 "fontWeight": "Regular", 103 "fontSize": "12px", 104 "lineHeight": "{lineHeight-default}", 105 "letterSpacing": "3%", 106 "textDecoration": "none", 107 "textCase": "undercase" 108 }, 109 "type": "typography" 110 }, 111 "Caption-neg": { 112 "value": { 113 "fontFamily": "{default.Caption.fontFamily}", 114 "fontWeight": "{default.Caption.fontWeight}", 115 "fontSize": "{default.Caption.fontSize}", 116 "letterSpacing": "{default.Caption.letterSpacing}", 117 "lineHeight": "{lineHeight-default}", 118 "textDecoration": "{default.Caption.textDecoration}", 119 "textCase": "{default.Caption.textCase}" 120 }, 121 "type": "typography" 122 }, 123 "Overline": { 124 "value": { 125 "fontFamily": "{default.Body-1.fontFamily}", 126 "fontWeight": "Regular", 127 "fontSize": "10px", 128 "lineHeight": "{lineHeight-default}", 129 "letterSpacing": "15%", 130 "textDecoration": "none", 131 "textCase": "uppercase" 132 }, 133 "type": "typography" 134 }, 135 "Overline-neg": { 136 "value": { 137 "fontFamily": "{default.Overline.fontFamily}", 138 "fontWeight": "{default.Overline.fontWeight}", 139 "fontSize": "{default.Overline.fontSize}", 140 "letterSpacing": "{default.Overline.letterSpacing}", 141 "lineHeight": "{lineHeight-default}", 142 "textDecoration": "{default.Overline.textDecoration}", 143 "textCase": "{default.Overline.textCase}" 144 }, 145 "type": "typography" 146 }, 147 "Subtitle-2": { 148 "value": { 149 "fontFamily": "{default.Body-1.fontFamily}", 150 "fontWeight": "Medium", 151 "fontSize": "13px", 152 "lineHeight": "{lineHeight-default}", 153 "letterSpacing": "0.7%", 154 "textDecoration": "none", 155 "textCase": "undercase" 156 }, 157 "type": "typography" 158 }, 159 "Subtitle-2-neg": { 160 "value": { 161 "fontFamily": "{default.Subtitle-2.fontFamily}", 162 "fontWeight": "{default.Subtitle-2.fontWeight}", 163 "fontSize": "{default.Subtitle-2.fontSize}", 164 "letterSpacing": "{default.Subtitle-2.letterSpacing}", 165 "lineHeight": "{lineHeight-default}", 166 "textDecoration": "{default.Subtitle-2.textDecoration}", 167 "textCase": "{default.Subtitle-2.textCase}" 168 }, 169 "type": "typography" 170 }, 171 "Subtitle-1": { 172 "value": { 173 "fontFamily": "{default.Body-1.fontFamily}", 174 "fontWeight": "Regular", 175 "fontSize": "15px", 176 "lineHeight": "{lineHeight-default}", 177 "letterSpacing": "1%", 178 "textDecoration": "none", 179 "textCase": "undercase" 180 }, 181 "type": "typography" 182 }, 183 "Subtitle-1-neg": { 184 "value": { 185 "fontFamily": "{default.Subtitle-1.fontFamily}", 186 "fontWeight": "{default.Subtitle-1.fontWeight}", 187 "fontSize": "{default.Subtitle-1.fontSize}", 188 "letterSpacing": "{default.Subtitle-1.letterSpacing}", 189 "lineHeight": "{lineHeight-default}", 190 "textDecoration": "{default.Subtitle-1.textDecoration}", 191 "textCase": "{default.Subtitle-1.textCase}" 192 }, 193 "type": "typography" 194 }, 195 "Headline-6": { 196 "value": { 197 "fontFamily": "{default.Body-1.fontFamily}", 198 "fontWeight": "Medium", 199 "fontSize": "19px", 200 "lineHeight": "{lineHeight-default}", 201 "letterSpacing": "0.8%", 202 "textDecoration": "none", 203 "textCase": "undercase" 204 }, 205 "type": "typography" 206 }, 207 "Headline-6-neg": { 208 "value": { 209 "fontFamily": "{default.Headline-6.fontFamily}", 210 "fontWeight": "Regular", 211 "fontSize": "{default.Headline-6.fontSize}", 212 "letterSpacing": "{default.Headline-6.letterSpacing}", 213 "lineHeight": "{lineHeight-default}", 214 "textDecoration": "{default.Headline-6.textDecoration}", 215 "textCase": "{default.Headline-6.textCase}" 216 }, 217 "type": "typography" 218 }, 219 "Headline-5": { 220 "value": { 221 "fontFamily": "{default.Body-1.fontFamily}", 222 "fontWeight": "Regular", 223 "fontSize": "23px", 224 "lineHeight": "{lineHeight-default}", 225 "letterSpacing": "0", 226 "textDecoration": "none", 227 "textCase": "undercase" 228 }, 229 "type": "typography" 230 }, 231 "Headline-5-neg": { 232 "value": { 233 "fontFamily": "{default.Headline-5.fontFamily}", 234 "fontWeight": "Light", 235 "fontSize": "{default.Headline-5.fontSize}", 236 "letterSpacing": "{default.Headline-5.letterSpacing}", 237 "lineHeight": "{lineHeight-default}", 238 "textDecoration": "{default.Headline-5.textDecoration}", 239 "textCase": "{default.Headline-5.textCase}" 240 }, 241 "type": "typography" 242 }, 243 "Headline-4": { 244 "value": { 245 "fontFamily": "{default.Body-1.fontFamily}", 246 "fontWeight": "Regular", 247 "fontSize": "33px", 248 "lineHeight": "{lineHeight-default}", 249 "letterSpacing": "0.75%", 250 "textDecoration": "none", 251 "textCase": "undercase" 252 }, 253 "type": "typography" 254 }, 255 "Headline-4-neg": { 256 "value": { 257 "fontFamily": "{default.Headline-4.fontFamily}", 258 "fontWeight": "Light", 259 "fontSize": "{default.Headline-4.fontSize}", 260 "letterSpacing": "{default.Headline-4.letterSpacing}", 261 "lineHeight": "{lineHeight-default}", 262 "textDecoration": "{default.Headline-4.textDecoration}", 263 "textCase": "{default.Headline-4.textCase}" 264 }, 265 "type": "typography" 266 }, 267 "Headline-3": { 268 "value": { 269 "fontFamily": "{default.Body-1.fontFamily}", 270 "fontWeight": "Regular", 271 "fontSize": "46", 272 "lineHeight": "{lineHeight-default}", 273 "letterSpacing": "0", 274 "textDecoration": "none", 275 "textCase": "undercase" 276 }, 277 "type": "typography" 278 }, 279 "Headline-3-neg": { 280 "value": { 281 "fontFamily": "{default.Headline-3.fontFamily}", 282 "fontWeight": "Light", 283 "fontSize": "{default.Headline-3.fontSize}", 284 "letterSpacing": "{default.Headline-3.letterSpacing}", 285 "lineHeight": "{lineHeight-default}", 286 "textDecoration": "{default.Headline-3.textDecoration}", 287 "textCase": "{default.Headline-3.textCase}" 288 }, 289 "type": "typography" 290 }, 291 "Headline-2": { 292 "value": { 293 "fontFamily": "{default.Body-1.fontFamily}", 294 "fontWeight": "Light", 295 "fontSize": "58", 296 "lineHeight": "{lineHeight-default}", 297 "letterSpacing": "-0.8%", 298 "textDecoration": "none", 299 "textCase": "undercase" 300 }, 301 "type": "typography" 302 }, 303 "Headline-2-neg": { 304 "value": { 305 "fontFamily": "{default.Headline-2.fontFamily}", 306 "fontWeight": "Extra Light", 307 "fontSize": "{default.Headline-2.fontSize}", 308 "letterSpacing": "{default.Headline-2.letterSpacing}", 309 "lineHeight": "{lineHeight-default}", 310 "textDecoration": "{default.Headline-2.textDecoration}", 311 "textCase": "{default.Headline-2.textCase}" 312 }, 313 "type": "typography" 314 }, 315 "Headline-1": { 316 "value": { 317 "fontFamily": "{default.Body-1.fontFamily}", 318 "fontWeight": "Light", 319 "fontSize": "93", 320 "lineHeight": "{lineHeight-default}", 321 "letterSpacing": "-1.6%", 322 "textDecoration": "none", 323 "textCase": "undercase" 324 }, 325 "type": "typography" 326 }, 327 "Headline-1-neg": { 328 "value": { 329 "fontFamily": "{default.Headline-1.fontFamily}", 330 "fontWeight": "Extra Light", 331 "fontSize": "{default.Headline-1.fontSize}", 332 "letterSpacing": "{default.Headline-1.letterSpacing}", 333 "lineHeight": "{lineHeight-default}", 334 "textDecoration": "{default.Headline-1.textDecoration}", 335 "textCase": "{default.Headline-1.textCase}" 336 }, 337 "type": "typography" 338 }, 339 "Caption-underline": { 340 "value": { 341 "fontFamily": "{default.Caption.fontFamily}", 342 "fontWeight": "{default.Caption.fontWeight}", 343 "fontSize": "{default.Caption.fontSize}", 344 "lineHeight": "{default.Caption.lineHeight}", 345 "letterSpacing": "{default.Caption.letterSpacing}", 346 "textDecoration": "underline", 347 "textCase": "{default.Caption.textCase}" 348 }, 349 "type": "typography" 350 } 351 }, 352 "mono": { 353 "Body-1-mono": { 354 "value": { 355 "fontFamily": "IBM Plex mono", 356 "fontWeight": "{default.Body-1.fontWeight}", 357 "fontSize": "{default.Body-1.fontSize}", 358 "letterSpacing": "0", 359 "lineHeight": "{lineHeight-default}", 360 "textDecoration": "{default.Body-1.textDecoration}", 361 "textCase": "{default.Body-1.textCase}" 362 }, 363 "type": "typography" 364 }, 365 "Body-1-mono-neg": { 366 "value": { 367 "fontFamily": "{mono.Body-1-mono.fontFamily}", 368 "fontWeight": "{mono.Body-1-mono.fontWeight}", 369 "fontSize": "{mono.Body-1-mono.fontSize}", 370 "letterSpacing": "{mono.Body-1-mono.letterSpacing}", 371 "lineHeight": "{lineHeight-default}", 372 "textDecoration": "{mono.Body-1-mono.textDecoration}", 373 "textCase": "{mono.Body-1-mono.textCase}" 374 }, 375 "type": "typography" 376 }, 377 "Body-2-mono": { 378 "value": { 379 "fontFamily": "{mono.Body-1-mono.fontFamily}", 380 "fontWeight": "{default.Body-2.fontWeight}", 381 "fontSize": "{default.Body-2.fontSize}", 382 "letterSpacing": "0", 383 "lineHeight": "{lineHeight-default}", 384 "textDecoration": "{default.Body-2.textDecoration}", 385 "textCase": "{default.Body-2.textCase}" 386 }, 387 "type": "typography" 388 }, 389 "Body-2-mono-neg": { 390 "value": { 391 "fontFamily": "{mono.Body-2-mono.fontFamily}", 392 "fontWeight": "{mono.Body-2-mono.fontWeight}", 393 "fontSize": "{mono.Body-2-mono.fontSize}", 394 "letterSpacing": "{mono.Body-2-mono.letterSpacing}", 395 "lineHeight": "{lineHeight-default}", 396 "textDecoration": "{mono.Body-2-mono.textDecoration}", 397 "textCase": "{mono.Body-2-mono.textCase}" 398 }, 399 "type": "typography" 400 }, 401 "Button-mono": { 402 "value": { 403 "fontFamily": "{mono.Body-1-mono.fontFamily}", 404 "fontWeight": "{default.Button.fontWeight}", 405 "fontSize": "{default.Button.fontSize}", 406 "lineHeight": "{lineHeight-default}", 407 "letterSpacing": "{default.Button.letterSpacing}", 408 "textDecoration": "{default.Button.textDecoration}", 409 "textCase": "{default.Button.textCase}" 410 }, 411 "type": "typography" 412 }, 413 "Button-mono-neg": { 414 "value": { 415 "fontFamily": "{mono.Button-mono.fontFamily}", 416 "fontWeight": "{mono.Button-mono.fontWeight}", 417 "fontSize": "{mono.Button-mono.fontSize}", 418 "letterSpacing": "{mono.Button-mono.letterSpacing}", 419 "lineHeight": "{lineHeight-default}", 420 "textDecoration": "{mono.Button-mono.textDecoration}", 421 "textCase": "{mono.Button-mono.textCase}" 422 }, 423 "type": "typography" 424 }, 425 "Caption-mono": { 426 "value": { 427 "fontFamily": "{mono.Body-1-mono.fontFamily}", 428 "fontWeight": "{default.Caption.fontWeight}", 429 "fontSize": "{default.Caption.fontSize}", 430 "lineHeight": "{lineHeight-default}", 431 "letterSpacing": "{default.Caption.letterSpacing}", 432 "textDecoration": "{default.Caption.textDecoration}", 433 "textCase": "{default.Caption.textCase}" 434 }, 435 "type": "typography" 436 }, 437 "Caption-mono-neg": { 438 "value": { 439 "fontFamily": "{mono.Caption-mono.fontFamily}", 440 "fontWeight": "{mono.Caption-mono.fontWeight}", 441 "fontSize": "{mono.Caption-mono.fontSize}", 442 "letterSpacing": "{mono.Caption-mono.letterSpacing}", 443 "lineHeight": "{lineHeight-default}", 444 "textDecoration": "{mono.Caption-mono.textDecoration}", 445 "textCase": "{mono.Caption-mono.textCase}" 446 }, 447 "type": "typography" 448 }, 449 "Overline-mono": { 450 "value": { 451 "fontFamily": "{mono.Body-1-mono.fontFamily}", 452 "fontWeight": "{default.Overline.fontWeight}", 453 "fontSize": "{default.Overline.fontSize}", 454 "lineHeight": "{lineHeight-default}", 455 "letterSpacing": "{default.Overline.letterSpacing}", 456 "textDecoration": "{default.Overline.textDecoration}", 457 "textCase": "{default.Overline.textCase}" 458 }, 459 "type": "typography" 460 }, 461 "Overline-mono-neg": { 462 "value": { 463 "fontFamily": "{mono.Overline-mono.fontFamily}", 464 "fontWeight": "{mono.Overline-mono.fontWeight}", 465 "fontSize": "{mono.Overline-mono.fontSize}", 466 "letterSpacing": "{mono.Overline-mono.letterSpacing}", 467 "lineHeight": "{lineHeight-default}", 468 "textDecoration": "{mono.Overline-mono.textDecoration}", 469 "textCase": "{mono.Overline-mono.textCase}" 470 }, 471 "type": "typography" 472 }, 473 "Subtitle-2-mono": { 474 "value": { 475 "fontFamily": "{mono.Body-1-mono.fontFamily}", 476 "fontWeight": "{default.Subtitle-2.fontWeight}", 477 "fontSize": "{default.Subtitle-2.fontSize}", 478 "lineHeight": "{lineHeight-default}", 479 "letterSpacing": "{default.Subtitle-2.letterSpacing}", 480 "textDecoration": "{default.Subtitle-2.textDecoration}", 481 "textCase": "{default.Subtitle-2.textCase}" 482 }, 483 "type": "typography" 484 }, 485 "Subtitle-2-mono-neg": { 486 "value": { 487 "fontFamily": "{mono.Subtitle-2-mono.fontFamily}", 488 "fontWeight": "{mono.Subtitle-2-mono.fontWeight}", 489 "fontSize": "{mono.Subtitle-2-mono.fontSize}", 490 "letterSpacing": "{mono.Subtitle-2-mono.letterSpacing}", 491 "lineHeight": "{lineHeight-default}", 492 "textDecoration": "{mono.Subtitle-2-mono.textDecoration}", 493 "textCase": "{mono.Subtitle-2-mono.textCase}" 494 }, 495 "type": "typography" 496 }, 497 "Subtitle-1-mono": { 498 "value": { 499 "fontFamily": "{mono.Body-1-mono.fontFamily}", 500 "fontWeight": "{default.Subtitle-1.fontWeight}", 501 "fontSize": "{default.Subtitle-1.fontSize}", 502 "lineHeight": "{lineHeight-default}", 503 "letterSpacing": "{default.Subtitle-1.letterSpacing}", 504 "textDecoration": "{default.Subtitle-1.textDecoration}", 505 "textCase": "{default.Subtitle-1.textCase}" 506 }, 507 "type": "typography" 508 }, 509 "Subtitle-1-mono-neg": { 510 "value": { 511 "fontFamily": "{mono.Subtitle-1-mono.fontFamily}", 512 "fontWeight": "{mono.Subtitle-1-mono.fontWeight}", 513 "fontSize": "{mono.Subtitle-1-mono.fontSize}", 514 "letterSpacing": "{mono.Subtitle-1-mono.letterSpacing}", 515 "lineHeight": "{lineHeight-default}", 516 "textDecoration": "{mono.Subtitle-1-mono.textDecoration}", 517 "textCase": "{mono.Subtitle-1-mono.textCase}" 518 }, 519 "type": "typography" 520 }, 521 "Headline-6-mono": { 522 "value": { 523 "fontFamily": "{mono.Body-1-mono.fontFamily}", 524 "fontWeight": "{default.Headline-6.fontWeight}", 525 "fontSize": "{default.Headline-6.fontSize}", 526 "lineHeight": "{lineHeight-default}", 527 "letterSpacing": "{default.Headline-6.letterSpacing}", 528 "textDecoration": "{default.Headline-6.textDecoration}", 529 "textCase": "{default.Headline-6.textCase}" 530 }, 531 "type": "typography" 532 }, 533 "Headline-6-mono-neg": { 534 "value": { 535 "fontFamily": "{mono.Headline-6-mono.fontFamily}", 536 "fontWeight": "Regular", 537 "fontSize": "{mono.Headline-6-mono.fontSize}", 538 "letterSpacing": "{mono.Headline-6-mono.letterSpacing}", 539 "lineHeight": "{lineHeight-default}", 540 "textDecoration": "{mono.Headline-6-mono.textDecoration}", 541 "textCase": "{mono.Headline-6-mono.textCase}" 542 }, 543 "type": "typography" 544 }, 545 "Headline-5-mono": { 546 "value": { 547 "fontFamily": "{mono.Body-1-mono.fontFamily}", 548 "fontWeight": "{default.Headline-5.fontWeight}", 549 "fontSize": "{default.Headline-5.fontSize}", 550 "lineHeight": "{lineHeight-default}", 551 "letterSpacing": "{default.Headline-5.letterSpacing}", 552 "textDecoration": "{default.Headline-5.textDecoration}", 553 "textCase": "{default.Headline-5.textCase}" 554 }, 555 "type": "typography" 556 }, 557 "Headline-5-mono-neg": { 558 "value": { 559 "fontFamily": "{mono.Headline-5-mono.fontFamily}", 560 "fontWeight": "Light", 561 "fontSize": "{mono.Headline-5-mono.fontSize}", 562 "letterSpacing": "{mono.Headline-5-mono.letterSpacing}", 563 "lineHeight": "{lineHeight-default}", 564 "textDecoration": "{mono.Headline-5-mono.textDecoration}", 565 "textCase": "{mono.Headline-5-mono.textCase}" 566 }, 567 "type": "typography" 568 }, 569 "Headline-4-mono": { 570 "value": { 571 "fontFamily": "{mono.Body-1-mono.fontFamily}", 572 "fontWeight": "{default.Headline-4.fontWeight}", 573 "fontSize": "{default.Headline-4.fontSize}", 574 "lineHeight": "{lineHeight-default}", 575 "letterSpacing": "{default.Headline-4.letterSpacing}", 576 "textDecoration": "{default.Headline-4.textDecoration}", 577 "textCase": "{default.Headline-4.textCase}" 578 }, 579 "type": "typography" 580 }, 581 "Headline-4-mono-neg": { 582 "value": { 583 "fontFamily": "{mono.Headline-4-mono.fontFamily}", 584 "fontWeight": "Light", 585 "fontSize": "{mono.Headline-4-mono.fontSize}", 586 "letterSpacing": "{mono.Headline-4-mono.letterSpacing}", 587 "lineHeight": "{lineHeight-default}", 588 "textDecoration": "{mono.Headline-4-mono.textDecoration}", 589 "textCase": "{mono.Headline-4-mono.textCase}" 590 }, 591 "type": "typography" 592 }, 593 "Headline-3-mono": { 594 "value": { 595 "fontFamily": "{mono.Body-1-mono.fontFamily}", 596 "fontWeight": "{default.Headline-3.fontWeight}", 597 "fontSize": "{default.Headline-3.fontSize}", 598 "lineHeight": "{lineHeight-default}", 599 "letterSpacing": "{default.Headline-3.letterSpacing}", 600 "textDecoration": "{default.Headline-3.textDecoration}", 601 "textCase": "{default.Headline-3.textCase}", 602 "paragraphSpacing": "" 603 }, 604 "type": "typography" 605 }, 606 "Headline-3-mono-neg": { 607 "value": { 608 "fontFamily": "{mono.Headline-3-mono.fontFamily}", 609 "fontWeight": "Light", 610 "fontSize": "{mono.Headline-3-mono.fontSize}", 611 "letterSpacing": "{mono.Headline-3-mono.letterSpacing}", 612 "lineHeight": "{lineHeight-default}", 613 "textDecoration": "{mono.Headline-3-mono.textDecoration}", 614 "textCase": "{mono.Headline-3-mono.textCase}" 615 }, 616 "type": "typography" 617 }, 618 "Headline-2-mono-neg": { 619 "value": { 620 "fontFamily": "{mono.Headline-2-mono.fontFamily}", 621 "fontWeight": "ExtraLight", 622 "fontSize": "{mono.Headline-2-mono.fontSize}", 623 "letterSpacing": "{mono.Headline-2-mono.letterSpacing}", 624 "lineHeight": "{lineHeight-default}", 625 "textDecoration": "{mono.Headline-2-mono.textDecoration}", 626 "textCase": "{mono.Headline-2-mono.textCase}" 627 }, 628 "type": "typography" 629 }, 630 "Headline-1-mono-neg": { 631 "value": { 632 "fontFamily": "{mono.Headline-1-mono.fontFamily}", 633 "fontWeight": "ExtraLight", 634 "fontSize": "{mono.Headline-1-mono.fontSize}", 635 "letterSpacing": "{mono.Headline-1-mono.letterSpacing}", 636 "lineHeight": "{lineHeight-default}", 637 "textDecoration": "{mono.Headline-1-mono.textDecoration}", 638 "textCase": "{mono.Headline-1-mono.textCase}" 639 }, 640 "type": "typography" 641 }, 642 "Headline-2-mono": { 643 "value": { 644 "fontFamily": "{mono.Body-1-mono.fontFamily}", 645 "fontWeight": "{default.Headline-2.fontWeight}", 646 "fontSize": "{default.Headline-2.fontSize}", 647 "lineHeight": "{lineHeight-default}", 648 "letterSpacing": "{default.Headline-2.letterSpacing}", 649 "textDecoration": "{default.Headline-2.textDecoration}", 650 "textCase": "{default.Headline-2.textCase}", 651 "paragraphSpacing": "" 652 }, 653 "type": "typography" 654 }, 655 "Headline-1-mono": { 656 "value": { 657 "fontFamily": "{mono.Body-1-mono.fontFamily}", 658 "fontWeight": "{default.Headline-1.fontWeight}", 659 "fontSize": "{default.Headline-1.fontSize}", 660 "lineHeight": "{lineHeight-default}", 661 "letterSpacing": "{default.Headline-1.letterSpacing}", 662 "textDecoration": "{default.Headline-1.textDecoration}", 663 "textCase": "{default.Headline-1.textCase}", 664 "paragraphSpacing": "" 665 }, 666 "type": "typography" 667 } 668 }, 669 "lineHeight-default": { 670 "value": "135%", 671 "type": "lineHeights" 672 } 673 }