@x-plat/design-system 0.5.42 → 0.5.44

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.
@@ -426,10 +426,10 @@
426
426
  --system-info-700: var(--primitive-blue-700);
427
427
  --system-info-800: var(--primitive-blue-800);
428
428
  --system-info-900: var(--primitive-blue-900);
429
- --system-link-400: var(--primitive-purple-400);
430
- --system-link-500: var(--primitive-purple-500);
431
- --system-link-600: var(--primitive-purple-600);
432
- --system-link-700: var(--primitive-purple-700);
429
+ --system-link-400: var(--primitive-deep-purple-400);
430
+ --system-link-500: var(--primitive-deep-purple-500);
431
+ --system-link-600: var(--primitive-deep-purple-600);
432
+ --system-link-700: var(--primitive-deep-purple-700);
433
433
  }
434
434
  :root {
435
435
  --semantic-text-strong: var(--brand-neutral-900);
@@ -463,7 +463,7 @@
463
463
  --semantic-surface-warning-default: var(--system-warning-600);
464
464
  --semantic-surface-warning-strong: var(--system-warning-700);
465
465
  --semantic-surface-info-subtle: var(--system-info-50);
466
- --semantic-surface-info-default: var(--system-info-400);
466
+ --semantic-surface-info-default: var(--system-info-600);
467
467
  --semantic-surface-info-strong: var(--system-info-700);
468
468
  --semantic-border-default: var(--brand-neutral-200);
469
469
  --semantic-border-subtle: var(--brand-neutral-100);
@@ -472,16 +472,16 @@
472
472
  --semantic-border-brand: var(--brand-primary-600);
473
473
  --semantic-border-success: var(--system-success-300);
474
474
  --semantic-border-error: var(--system-error-300);
475
- --semantic-border-warning: var(--system-warning-500);
475
+ --semantic-border-warning: var(--system-warning-300);
476
476
  --semantic-border-info: var(--system-info-300);
477
477
  --semantic-icon-strong: var(--brand-neutral-700);
478
478
  --semantic-icon-subtle: var(--brand-neutral-500);
479
479
  --semantic-icon-inverse: var(--brand-base-white);
480
480
  --semantic-icon-brand: var(--brand-primary-600);
481
- --semantic-icon-success: var(--system-success-400);
481
+ --semantic-icon-success: var(--system-success-600);
482
482
  --semantic-icon-error: var(--system-error-600);
483
483
  --semantic-icon-warning: var(--system-warning-600);
484
- --semantic-icon-info: var(--system-info-400);
484
+ --semantic-icon-info: var(--system-info-600);
485
485
  --semantic-icon-disabled: var(--brand-neutral-300);
486
486
  --semantic-emphasis-brand: var(--brand-primary-800);
487
487
  --semantic-emphasis-success: var(--system-success-800);
@@ -526,6 +526,518 @@
526
526
  --semantic-categorical-8-fill: var(--brand-categorical-8-400);
527
527
  --semantic-categorical-8-text: var(--brand-categorical-8-600);
528
528
  }
529
+ :root {
530
+ --typo-font-family-sans:
531
+ Pretendard,
532
+ -apple-system,
533
+ sans-serif;
534
+ --typo-font-family-serif:
535
+ Noto Serif KR,
536
+ Georgia,
537
+ serif;
538
+ --typo-font-family-suit:
539
+ SUIT,
540
+ -apple-system,
541
+ sans-serif;
542
+ --typo-weight-regular: 400;
543
+ --typo-weight-medium: 500;
544
+ --typo-weight-semibold: 600;
545
+ --typo-weight-bold: 700;
546
+ --typo-size-display-1: 48px;
547
+ --typo-size-display-2: 36px;
548
+ --typo-size-title-1: 28px;
549
+ --typo-size-title-2: 24px;
550
+ --typo-size-heading-1: 20px;
551
+ --typo-size-heading-2: 18px;
552
+ --typo-size-compact-body-1: 17px;
553
+ --typo-size-compact-body-2: 15px;
554
+ --typo-size-compact-label-1: 14px;
555
+ --typo-size-compact-label-2: 12px;
556
+ --typo-size-compact-caption-1: 11px;
557
+ --typo-size-compact-caption-2: 11px;
558
+ --typo-size-default-body-1: 18px;
559
+ --typo-size-default-body-2: 17px;
560
+ --typo-size-default-label-1: 16px;
561
+ --typo-size-default-label-2: 14px;
562
+ --typo-size-default-caption-1: 13px;
563
+ --typo-size-default-caption-2: 12px;
564
+ --typo-size-airy-body-1: 20px;
565
+ --typo-size-airy-body-2: 19px;
566
+ --typo-size-airy-label-1: 18px;
567
+ --typo-size-airy-label-2: 16px;
568
+ --typo-size-airy-caption-1: 14px;
569
+ --typo-size-airy-caption-2: 13px;
570
+ --typo-lh-display-1: 62px;
571
+ --typo-lh-display-2: 48px;
572
+ --typo-lh-title-1: 38px;
573
+ --typo-lh-title-2: 34px;
574
+ --typo-lh-compact-heading-1: 26px;
575
+ --typo-lh-compact-heading-2: 24px;
576
+ --typo-lh-compact-body-1: 24px;
577
+ --typo-lh-compact-body-2: 22px;
578
+ --typo-lh-compact-label-1: 20px;
579
+ --typo-lh-compact-label-2: 18px;
580
+ --typo-lh-compact-caption-1: 16px;
581
+ --typo-lh-compact-caption-2: 16px;
582
+ --typo-lh-default-heading-1: 30px;
583
+ --typo-lh-default-heading-2: 28px;
584
+ --typo-lh-default-body-1: 26px;
585
+ --typo-lh-default-body-2: 24px;
586
+ --typo-lh-default-label-1: 24px;
587
+ --typo-lh-default-label-2: 22px;
588
+ --typo-lh-default-caption-1: 18px;
589
+ --typo-lh-default-caption-2: 18px;
590
+ --typo-lh-airy-heading-1: 34px;
591
+ --typo-lh-airy-heading-2: 32px;
592
+ --typo-lh-airy-body-1: 30px;
593
+ --typo-lh-airy-body-2: 28px;
594
+ --typo-lh-airy-label-1: 28px;
595
+ --typo-lh-airy-label-2: 26px;
596
+ --typo-lh-airy-caption-1: 22px;
597
+ --typo-lh-airy-caption-2: 20px;
598
+ --typo-ls-tight: -0.02em;
599
+ --typo-ls-normal: 0;
600
+ --typo-ls-wide: 0.02em;
601
+ }
602
+ @media (min-width: 768px) and (max-width: 1024px) {
603
+ :root {
604
+ --typo-size-display-1: 40px;
605
+ --typo-size-display-2: 32px;
606
+ --typo-size-title-1: 26px;
607
+ --typo-size-title-2: 22px;
608
+ --typo-size-heading-1: 19px;
609
+ --typo-size-heading-2: 17px;
610
+ --typo-size-compact-body-1: 16px;
611
+ --typo-size-compact-body-2: 15px;
612
+ --typo-size-compact-label-1: 14px;
613
+ --typo-size-compact-label-2: 12px;
614
+ --typo-size-compact-caption-1: 11px;
615
+ --typo-size-compact-caption-2: 11px;
616
+ --typo-size-default-body-1: 17px;
617
+ --typo-size-default-body-2: 16px;
618
+ --typo-size-default-label-1: 16px;
619
+ --typo-size-default-label-2: 14px;
620
+ --typo-size-default-caption-1: 13px;
621
+ --typo-size-default-caption-2: 12px;
622
+ --typo-size-airy-body-1: 19px;
623
+ --typo-size-airy-body-2: 17px;
624
+ --typo-size-airy-label-1: 17px;
625
+ --typo-size-airy-label-2: 15px;
626
+ --typo-size-airy-caption-1: 14px;
627
+ --typo-size-airy-caption-2: 13px;
628
+ --typo-lh-display-1: 52px;
629
+ --typo-lh-display-2: 42px;
630
+ --typo-lh-title-1: 36px;
631
+ --typo-lh-title-2: 32px;
632
+ --typo-lh-compact-heading-1: 24px;
633
+ --typo-lh-compact-heading-2: 22px;
634
+ --typo-lh-compact-body-1: 24px;
635
+ --typo-lh-compact-body-2: 22px;
636
+ --typo-lh-compact-label-1: 20px;
637
+ --typo-lh-compact-label-2: 18px;
638
+ --typo-lh-compact-caption-1: 16px;
639
+ --typo-lh-compact-caption-2: 16px;
640
+ --typo-lh-default-heading-1: 28px;
641
+ --typo-lh-default-heading-2: 26px;
642
+ --typo-lh-default-body-1: 26px;
643
+ --typo-lh-default-body-2: 24px;
644
+ --typo-lh-default-label-1: 24px;
645
+ --typo-lh-default-label-2: 22px;
646
+ --typo-lh-default-caption-1: 18px;
647
+ --typo-lh-default-caption-2: 18px;
648
+ --typo-lh-airy-heading-1: 32px;
649
+ --typo-lh-airy-heading-2: 28px;
650
+ --typo-lh-airy-body-1: 30px;
651
+ --typo-lh-airy-body-2: 28px;
652
+ --typo-lh-airy-label-1: 28px;
653
+ --typo-lh-airy-label-2: 26px;
654
+ --typo-lh-airy-caption-1: 22px;
655
+ --typo-lh-airy-caption-2: 20px;
656
+ --typo-ls-tight: -0.02em;
657
+ --typo-ls-normal: 0;
658
+ --typo-ls-wide: 0.02em;
659
+ }
660
+ }
661
+ @media (min-width: 0px) and (max-width: 768px) {
662
+ :root {
663
+ --typo-size-display-1: 32px;
664
+ --typo-size-display-2: 28px;
665
+ --typo-size-title-1: 24px;
666
+ --typo-size-title-2: 20px;
667
+ --typo-size-heading-1: 18px;
668
+ --typo-size-heading-2: 17px;
669
+ --typo-size-compact-body-1: 16px;
670
+ --typo-size-compact-body-2: 13px;
671
+ --typo-size-compact-label-1: 14px;
672
+ --typo-size-compact-label-2: 12px;
673
+ --typo-size-compact-caption-1: 11px;
674
+ --typo-size-compact-caption-2: 11px;
675
+ --typo-size-default-body-1: 17px;
676
+ --typo-size-default-body-2: 14px;
677
+ --typo-size-default-label-1: 16px;
678
+ --typo-size-default-label-2: 14px;
679
+ --typo-size-default-caption-1: 13px;
680
+ --typo-size-default-caption-2: 12px;
681
+ --typo-size-airy-body-1: 19px;
682
+ --typo-size-airy-body-2: 16px;
683
+ --typo-size-airy-label-1: 16px;
684
+ --typo-size-airy-label-2: 14px;
685
+ --typo-size-airy-caption-1: 14px;
686
+ --typo-size-airy-caption-2: 13px;
687
+ --typo-lh-display-1: 42px;
688
+ --typo-lh-display-2: 38px;
689
+ --typo-lh-title-1: 34px;
690
+ --typo-lh-title-2: 30px;
691
+ --typo-lh-compact-heading-1: 24px;
692
+ --typo-lh-compact-heading-2: 22px;
693
+ --typo-lh-compact-body-1: 24px;
694
+ --typo-lh-compact-body-2: 22px;
695
+ --typo-lh-compact-label-1: 20px;
696
+ --typo-lh-compact-label-2: 18px;
697
+ --typo-lh-compact-caption-1: 16px;
698
+ --typo-lh-compact-caption-2: 16px;
699
+ --typo-lh-default-heading-1: 28px;
700
+ --typo-lh-default-heading-2: 26px;
701
+ --typo-lh-default-body-1: 26px;
702
+ --typo-lh-default-body-2: 24px;
703
+ --typo-lh-default-label-1: 24px;
704
+ --typo-lh-default-label-2: 22px;
705
+ --typo-lh-default-caption-1: 18px;
706
+ --typo-lh-default-caption-2: 18px;
707
+ --typo-lh-airy-heading-1: 32px;
708
+ --typo-lh-airy-heading-2: 28px;
709
+ --typo-lh-airy-body-1: 30px;
710
+ --typo-lh-airy-body-2: 28px;
711
+ --typo-lh-airy-label-1: 28px;
712
+ --typo-lh-airy-label-2: 26px;
713
+ --typo-lh-airy-caption-1: 22px;
714
+ --typo-lh-airy-caption-2: 20px;
715
+ --typo-ls-tight: -0.01em;
716
+ --typo-ls-normal: 0;
717
+ --typo-ls-wide: 0.02em;
718
+ }
719
+ }
720
+ :root {
721
+ --typo-brand-font-family-font: var(--typo-font-family-sans);
722
+ --typo-brand-size-display-1: var(--typo-size-display-1);
723
+ --typo-brand-size-display-2: var(--typo-size-display-2);
724
+ --typo-brand-size-title-1: var(--typo-size-title-1);
725
+ --typo-brand-size-title-2: var(--typo-size-title-2);
726
+ --typo-brand-size-heading-1: var(--typo-size-heading-1);
727
+ --typo-brand-size-heading-2: var(--typo-size-heading-2);
728
+ --typo-brand-size-body-1: var(--typo-size-default-body-1);
729
+ --typo-brand-size-body-2: var(--typo-size-default-body-2);
730
+ --typo-brand-size-label-1: var(--typo-size-default-label-1);
731
+ --typo-brand-size-label-2: var(--typo-size-default-label-2);
732
+ --typo-brand-size-caption-1: var(--typo-size-default-caption-1);
733
+ --typo-brand-size-caption-2: var(--typo-size-default-caption-2);
734
+ --typo-brand-line-height-display-1: var(--typo-lh-display-1);
735
+ --typo-brand-line-height-display-2: var(--typo-lh-display-2);
736
+ --typo-brand-line-height-title-1: var(--typo-lh-title-1);
737
+ --typo-brand-line-height-title-2: var(--typo-lh-title-2);
738
+ --typo-brand-line-height-heading-1: var(--typo-lh-default-heading-1);
739
+ --typo-brand-line-height-heading-2: var(--typo-lh-default-heading-2);
740
+ --typo-brand-line-height-body-1: var(--typo-lh-default-body-1);
741
+ --typo-brand-line-height-body-2: var(--typo-lh-default-body-2);
742
+ --typo-brand-line-height-label-1: var(--typo-lh-default-label-1);
743
+ --typo-brand-line-height-label-2: var(--typo-lh-default-label-2);
744
+ --typo-brand-line-height-caption-1: var(--typo-lh-default-caption-1);
745
+ --typo-brand-line-height-caption-2: var(--typo-lh-default-caption-2);
746
+ --typo-brand-weight-regular: var(--typo-weight-regular);
747
+ --typo-brand-weight-medium: var(--typo-weight-medium);
748
+ --typo-brand-weight-semibold: var(--typo-weight-semibold);
749
+ --typo-brand-weight-bold: var(--typo-weight-bold);
750
+ --typo-brand-letter-spacing-display-1: var(--typo-ls-tight);
751
+ --typo-brand-letter-spacing-display-2: var(--typo-ls-tight);
752
+ --typo-brand-letter-spacing-title-1: var(--typo-ls-tight);
753
+ --typo-brand-letter-spacing-title-2: var(--typo-ls-tight);
754
+ --typo-brand-letter-spacing-heading-1: var(--typo-ls-tight);
755
+ --typo-brand-letter-spacing-heading-2: var(--typo-ls-tight);
756
+ --typo-brand-letter-spacing-body-1: var(--typo-ls-normal);
757
+ --typo-brand-letter-spacing-body-2: var(--typo-ls-normal);
758
+ --typo-brand-letter-spacing-label-1: var(--typo-ls-normal);
759
+ --typo-brand-letter-spacing-label-2: var(--typo-ls-wide);
760
+ --typo-brand-letter-spacing-caption-1: var(--typo-ls-wide);
761
+ --typo-brand-letter-spacing-caption-2: var(--typo-ls-wide);
762
+ }
763
+ :root {
764
+ --semantic-typo-display-1-b-font: var(--typo-brand-font-family-font);
765
+ --semantic-typo-display-1-b-size: var(--typo-brand-size-display-1);
766
+ --semantic-typo-display-1-b-lh: var(--typo-brand-line-height-display-1);
767
+ --semantic-typo-display-1-b-weight: var(--typo-brand-weight-bold);
768
+ --semantic-typo-display-1-b-ls: var(--typo-brand-letter-spacing-display-1);
769
+ --semantic-typo-display-1-sb-font: var(--typo-brand-font-family-font);
770
+ --semantic-typo-display-1-sb-size: var(--typo-brand-size-display-1);
771
+ --semantic-typo-display-1-sb-lh: var(--typo-brand-line-height-display-1);
772
+ --semantic-typo-display-1-sb-weight: var(--typo-brand-weight-semibold);
773
+ --semantic-typo-display-1-sb-ls: var(--typo-brand-letter-spacing-display-1);
774
+ --semantic-typo-display-2-b-font: var(--typo-brand-font-family-font);
775
+ --semantic-typo-display-2-b-size: var(--typo-brand-size-display-2);
776
+ --semantic-typo-display-2-b-lh: var(--typo-brand-line-height-display-2);
777
+ --semantic-typo-display-2-b-weight: var(--typo-brand-weight-bold);
778
+ --semantic-typo-display-2-b-ls: var(--typo-brand-letter-spacing-display-2);
779
+ --semantic-typo-display-2-sb-font: var(--typo-brand-font-family-font);
780
+ --semantic-typo-display-2-sb-size: var(--typo-brand-size-display-2);
781
+ --semantic-typo-display-2-sb-lh: var(--typo-brand-line-height-display-2);
782
+ --semantic-typo-display-2-sb-weight: var(--typo-brand-weight-semibold);
783
+ --semantic-typo-display-2-sb-ls: var(--typo-brand-letter-spacing-display-2);
784
+ --semantic-typo-title-1-sb-font: var(--typo-brand-font-family-font);
785
+ --semantic-typo-title-1-sb-size: var(--typo-brand-size-title-1);
786
+ --semantic-typo-title-1-sb-lh: var(--typo-brand-line-height-title-1);
787
+ --semantic-typo-title-1-sb-weight: var(--typo-brand-weight-semibold);
788
+ --semantic-typo-title-1-sb-ls: var(--typo-brand-letter-spacing-title-1);
789
+ --semantic-typo-title-1-m-font: var(--typo-brand-font-family-font);
790
+ --semantic-typo-title-1-m-size: var(--typo-brand-size-title-1);
791
+ --semantic-typo-title-1-m-lh: var(--typo-brand-line-height-title-1);
792
+ --semantic-typo-title-1-m-weight: var(--typo-brand-weight-medium);
793
+ --semantic-typo-title-1-m-ls: var(--typo-brand-letter-spacing-title-1);
794
+ --semantic-typo-title-2-sb-font: var(--typo-brand-font-family-font);
795
+ --semantic-typo-title-2-sb-size: var(--typo-brand-size-title-2);
796
+ --semantic-typo-title-2-sb-lh: var(--typo-brand-line-height-title-2);
797
+ --semantic-typo-title-2-sb-weight: var(--typo-brand-weight-semibold);
798
+ --semantic-typo-title-2-sb-ls: var(--typo-brand-letter-spacing-title-2);
799
+ --semantic-typo-title-2-m-font: var(--typo-brand-font-family-font);
800
+ --semantic-typo-title-2-m-size: var(--typo-brand-size-title-2);
801
+ --semantic-typo-title-2-m-lh: var(--typo-brand-line-height-title-2);
802
+ --semantic-typo-title-2-m-weight: var(--typo-brand-weight-medium);
803
+ --semantic-typo-title-2-m-ls: var(--typo-brand-letter-spacing-title-2);
804
+ --semantic-typo-heading-1-sb-font: var(--typo-brand-font-family-font);
805
+ --semantic-typo-heading-1-sb-size: var(--typo-brand-size-heading-1);
806
+ --semantic-typo-heading-1-sb-lh: var(--typo-brand-line-height-heading-1);
807
+ --semantic-typo-heading-1-sb-weight: var(--typo-brand-weight-semibold);
808
+ --semantic-typo-heading-1-sb-ls: var(--typo-brand-letter-spacing-heading-1);
809
+ --semantic-typo-heading-1-m-font: var(--typo-brand-font-family-font);
810
+ --semantic-typo-heading-1-m-size: var(--typo-brand-size-heading-1);
811
+ --semantic-typo-heading-1-m-lh: var(--typo-brand-line-height-heading-1);
812
+ --semantic-typo-heading-1-m-weight: var(--typo-brand-weight-medium);
813
+ --semantic-typo-heading-1-m-ls: var(--typo-brand-letter-spacing-heading-1);
814
+ --semantic-typo-heading-2-m-font: var(--typo-brand-font-family-font);
815
+ --semantic-typo-heading-2-m-size: var(--typo-brand-size-heading-2);
816
+ --semantic-typo-heading-2-m-lh: var(--typo-brand-line-height-heading-2);
817
+ --semantic-typo-heading-2-m-weight: var(--typo-brand-weight-medium);
818
+ --semantic-typo-heading-2-m-ls: var(--typo-brand-letter-spacing-heading-2);
819
+ --semantic-typo-body-1-sb-font: var(--typo-brand-font-family-font);
820
+ --semantic-typo-body-1-sb-size: var(--typo-brand-size-body-1);
821
+ --semantic-typo-body-1-sb-lh: var(--typo-brand-line-height-body-1);
822
+ --semantic-typo-body-1-sb-weight: var(--typo-brand-weight-semibold);
823
+ --semantic-typo-body-1-sb-ls: var(--typo-brand-letter-spacing-body-1);
824
+ --semantic-typo-body-1-m-font: var(--typo-brand-font-family-font);
825
+ --semantic-typo-body-1-m-size: var(--typo-brand-size-body-1);
826
+ --semantic-typo-body-1-m-lh: var(--typo-brand-line-height-body-1);
827
+ --semantic-typo-body-1-m-weight: var(--typo-brand-weight-medium);
828
+ --semantic-typo-body-1-m-ls: var(--typo-brand-letter-spacing-body-1);
829
+ --semantic-typo-body-1-r-font: var(--typo-brand-font-family-font);
830
+ --semantic-typo-body-1-r-size: var(--typo-brand-size-body-1);
831
+ --semantic-typo-body-1-r-lh: var(--typo-brand-line-height-body-1);
832
+ --semantic-typo-body-1-r-weight: var(--typo-brand-weight-regular);
833
+ --semantic-typo-body-1-r-ls: var(--typo-brand-letter-spacing-body-1);
834
+ --semantic-typo-body-2-m-font: var(--typo-brand-font-family-font);
835
+ --semantic-typo-body-2-m-size: var(--typo-brand-size-body-2);
836
+ --semantic-typo-body-2-m-lh: var(--typo-brand-line-height-body-2);
837
+ --semantic-typo-body-2-m-weight: var(--typo-brand-weight-medium);
838
+ --semantic-typo-body-2-m-ls: var(--typo-brand-letter-spacing-body-2);
839
+ --semantic-typo-body-2-r-font: var(--typo-brand-font-family-font);
840
+ --semantic-typo-body-2-r-size: var(--typo-brand-size-body-2);
841
+ --semantic-typo-body-2-r-lh: var(--typo-brand-line-height-body-2);
842
+ --semantic-typo-body-2-r-weight: var(--typo-brand-weight-regular);
843
+ --semantic-typo-body-2-r-ls: var(--typo-brand-letter-spacing-body-2);
844
+ --semantic-typo-label-1-sb-font: var(--typo-brand-font-family-font);
845
+ --semantic-typo-label-1-sb-size: var(--typo-brand-size-label-1);
846
+ --semantic-typo-label-1-sb-lh: var(--typo-brand-line-height-label-1);
847
+ --semantic-typo-label-1-sb-weight: var(--typo-brand-weight-semibold);
848
+ --semantic-typo-label-1-sb-ls: var(--typo-brand-letter-spacing-label-1);
849
+ --semantic-typo-label-1-m-font: var(--typo-brand-font-family-font);
850
+ --semantic-typo-label-1-m-size: var(--typo-brand-size-label-1);
851
+ --semantic-typo-label-1-m-lh: var(--typo-brand-line-height-label-1);
852
+ --semantic-typo-label-1-m-weight: var(--typo-brand-weight-medium);
853
+ --semantic-typo-label-1-m-ls: var(--typo-brand-letter-spacing-label-1);
854
+ --semantic-typo-label-2-sb-font: var(--typo-brand-font-family-font);
855
+ --semantic-typo-label-2-sb-size: var(--typo-brand-size-label-2);
856
+ --semantic-typo-label-2-sb-lh: var(--typo-brand-line-height-label-2);
857
+ --semantic-typo-label-2-sb-weight: var(--typo-brand-weight-semibold);
858
+ --semantic-typo-label-2-sb-ls: var(--typo-brand-letter-spacing-label-2);
859
+ --semantic-typo-label-2-m-font: var(--typo-brand-font-family-font);
860
+ --semantic-typo-label-2-m-size: var(--typo-brand-size-label-2);
861
+ --semantic-typo-label-2-m-lh: var(--typo-brand-line-height-label-2);
862
+ --semantic-typo-label-2-m-weight: var(--typo-brand-weight-medium);
863
+ --semantic-typo-label-2-m-ls: var(--typo-brand-letter-spacing-label-2);
864
+ --semantic-typo-caption-1-sb-font: var(--typo-brand-font-family-font);
865
+ --semantic-typo-caption-1-sb-size: var(--typo-brand-size-caption-1);
866
+ --semantic-typo-caption-1-sb-lh: var(--typo-brand-line-height-caption-1);
867
+ --semantic-typo-caption-1-sb-weight: var(--typo-brand-weight-semibold);
868
+ --semantic-typo-caption-1-sb-ls: var(--typo-brand-letter-spacing-caption-1);
869
+ --semantic-typo-caption-1-r-font: var(--typo-brand-font-family-font);
870
+ --semantic-typo-caption-1-r-size: var(--typo-brand-size-caption-1);
871
+ --semantic-typo-caption-1-r-lh: var(--typo-brand-line-height-caption-1);
872
+ --semantic-typo-caption-1-r-weight: var(--typo-brand-weight-regular);
873
+ --semantic-typo-caption-1-r-ls: var(--typo-brand-letter-spacing-caption-1);
874
+ --semantic-typo-caption-2-r-font: var(--typo-brand-font-family-font);
875
+ --semantic-typo-caption-2-r-size: var(--typo-brand-size-caption-2);
876
+ --semantic-typo-caption-2-r-lh: var(--typo-brand-line-height-caption-2);
877
+ --semantic-typo-caption-2-r-weight: var(--typo-brand-weight-regular);
878
+ --semantic-typo-caption-2-r-ls: var(--typo-brand-letter-spacing-caption-2);
879
+ }
880
+ .typo-display-1-b {
881
+ font-family: var(--semantic-typo-display-1-b-font);
882
+ font-size: var(--semantic-typo-display-1-b-size);
883
+ line-height: var(--semantic-typo-display-1-b-lh);
884
+ font-weight: var(--semantic-typo-display-1-b-weight);
885
+ letter-spacing: var(--semantic-typo-display-1-b-ls);
886
+ }
887
+ .typo-display-1-sb {
888
+ font-family: var(--semantic-typo-display-1-sb-font);
889
+ font-size: var(--semantic-typo-display-1-sb-size);
890
+ line-height: var(--semantic-typo-display-1-sb-lh);
891
+ font-weight: var(--semantic-typo-display-1-sb-weight);
892
+ letter-spacing: var(--semantic-typo-display-1-sb-ls);
893
+ }
894
+ .typo-display-2-b {
895
+ font-family: var(--semantic-typo-display-2-b-font);
896
+ font-size: var(--semantic-typo-display-2-b-size);
897
+ line-height: var(--semantic-typo-display-2-b-lh);
898
+ font-weight: var(--semantic-typo-display-2-b-weight);
899
+ letter-spacing: var(--semantic-typo-display-2-b-ls);
900
+ }
901
+ .typo-display-2-sb {
902
+ font-family: var(--semantic-typo-display-2-sb-font);
903
+ font-size: var(--semantic-typo-display-2-sb-size);
904
+ line-height: var(--semantic-typo-display-2-sb-lh);
905
+ font-weight: var(--semantic-typo-display-2-sb-weight);
906
+ letter-spacing: var(--semantic-typo-display-2-sb-ls);
907
+ }
908
+ .typo-title-1-sb {
909
+ font-family: var(--semantic-typo-title-1-sb-font);
910
+ font-size: var(--semantic-typo-title-1-sb-size);
911
+ line-height: var(--semantic-typo-title-1-sb-lh);
912
+ font-weight: var(--semantic-typo-title-1-sb-weight);
913
+ letter-spacing: var(--semantic-typo-title-1-sb-ls);
914
+ }
915
+ .typo-title-1-m {
916
+ font-family: var(--semantic-typo-title-1-m-font);
917
+ font-size: var(--semantic-typo-title-1-m-size);
918
+ line-height: var(--semantic-typo-title-1-m-lh);
919
+ font-weight: var(--semantic-typo-title-1-m-weight);
920
+ letter-spacing: var(--semantic-typo-title-1-m-ls);
921
+ }
922
+ .typo-title-2-sb {
923
+ font-family: var(--semantic-typo-title-2-sb-font);
924
+ font-size: var(--semantic-typo-title-2-sb-size);
925
+ line-height: var(--semantic-typo-title-2-sb-lh);
926
+ font-weight: var(--semantic-typo-title-2-sb-weight);
927
+ letter-spacing: var(--semantic-typo-title-2-sb-ls);
928
+ }
929
+ .typo-title-2-m {
930
+ font-family: var(--semantic-typo-title-2-m-font);
931
+ font-size: var(--semantic-typo-title-2-m-size);
932
+ line-height: var(--semantic-typo-title-2-m-lh);
933
+ font-weight: var(--semantic-typo-title-2-m-weight);
934
+ letter-spacing: var(--semantic-typo-title-2-m-ls);
935
+ }
936
+ .typo-heading-1-sb {
937
+ font-family: var(--semantic-typo-heading-1-sb-font);
938
+ font-size: var(--semantic-typo-heading-1-sb-size);
939
+ line-height: var(--semantic-typo-heading-1-sb-lh);
940
+ font-weight: var(--semantic-typo-heading-1-sb-weight);
941
+ letter-spacing: var(--semantic-typo-heading-1-sb-ls);
942
+ }
943
+ .typo-heading-1-m {
944
+ font-family: var(--semantic-typo-heading-1-m-font);
945
+ font-size: var(--semantic-typo-heading-1-m-size);
946
+ line-height: var(--semantic-typo-heading-1-m-lh);
947
+ font-weight: var(--semantic-typo-heading-1-m-weight);
948
+ letter-spacing: var(--semantic-typo-heading-1-m-ls);
949
+ }
950
+ .typo-heading-2-m {
951
+ font-family: var(--semantic-typo-heading-2-m-font);
952
+ font-size: var(--semantic-typo-heading-2-m-size);
953
+ line-height: var(--semantic-typo-heading-2-m-lh);
954
+ font-weight: var(--semantic-typo-heading-2-m-weight);
955
+ letter-spacing: var(--semantic-typo-heading-2-m-ls);
956
+ }
957
+ .typo-body-1-sb {
958
+ font-family: var(--semantic-typo-body-1-sb-font);
959
+ font-size: var(--semantic-typo-body-1-sb-size);
960
+ line-height: var(--semantic-typo-body-1-sb-lh);
961
+ font-weight: var(--semantic-typo-body-1-sb-weight);
962
+ letter-spacing: var(--semantic-typo-body-1-sb-ls);
963
+ }
964
+ .typo-body-1-m {
965
+ font-family: var(--semantic-typo-body-1-m-font);
966
+ font-size: var(--semantic-typo-body-1-m-size);
967
+ line-height: var(--semantic-typo-body-1-m-lh);
968
+ font-weight: var(--semantic-typo-body-1-m-weight);
969
+ letter-spacing: var(--semantic-typo-body-1-m-ls);
970
+ }
971
+ .typo-body-1-r {
972
+ font-family: var(--semantic-typo-body-1-r-font);
973
+ font-size: var(--semantic-typo-body-1-r-size);
974
+ line-height: var(--semantic-typo-body-1-r-lh);
975
+ font-weight: var(--semantic-typo-body-1-r-weight);
976
+ letter-spacing: var(--semantic-typo-body-1-r-ls);
977
+ }
978
+ .typo-body-2-m {
979
+ font-family: var(--semantic-typo-body-2-m-font);
980
+ font-size: var(--semantic-typo-body-2-m-size);
981
+ line-height: var(--semantic-typo-body-2-m-lh);
982
+ font-weight: var(--semantic-typo-body-2-m-weight);
983
+ letter-spacing: var(--semantic-typo-body-2-m-ls);
984
+ }
985
+ .typo-body-2-r {
986
+ font-family: var(--semantic-typo-body-2-r-font);
987
+ font-size: var(--semantic-typo-body-2-r-size);
988
+ line-height: var(--semantic-typo-body-2-r-lh);
989
+ font-weight: var(--semantic-typo-body-2-r-weight);
990
+ letter-spacing: var(--semantic-typo-body-2-r-ls);
991
+ }
992
+ .typo-label-1-sb {
993
+ font-family: var(--semantic-typo-label-1-sb-font);
994
+ font-size: var(--semantic-typo-label-1-sb-size);
995
+ line-height: var(--semantic-typo-label-1-sb-lh);
996
+ font-weight: var(--semantic-typo-label-1-sb-weight);
997
+ letter-spacing: var(--semantic-typo-label-1-sb-ls);
998
+ }
999
+ .typo-label-1-m {
1000
+ font-family: var(--semantic-typo-label-1-m-font);
1001
+ font-size: var(--semantic-typo-label-1-m-size);
1002
+ line-height: var(--semantic-typo-label-1-m-lh);
1003
+ font-weight: var(--semantic-typo-label-1-m-weight);
1004
+ letter-spacing: var(--semantic-typo-label-1-m-ls);
1005
+ }
1006
+ .typo-label-2-sb {
1007
+ font-family: var(--semantic-typo-label-2-sb-font);
1008
+ font-size: var(--semantic-typo-label-2-sb-size);
1009
+ line-height: var(--semantic-typo-label-2-sb-lh);
1010
+ font-weight: var(--semantic-typo-label-2-sb-weight);
1011
+ letter-spacing: var(--semantic-typo-label-2-sb-ls);
1012
+ }
1013
+ .typo-label-2-m {
1014
+ font-family: var(--semantic-typo-label-2-m-font);
1015
+ font-size: var(--semantic-typo-label-2-m-size);
1016
+ line-height: var(--semantic-typo-label-2-m-lh);
1017
+ font-weight: var(--semantic-typo-label-2-m-weight);
1018
+ letter-spacing: var(--semantic-typo-label-2-m-ls);
1019
+ }
1020
+ .typo-caption-1-sb {
1021
+ font-family: var(--semantic-typo-caption-1-sb-font);
1022
+ font-size: var(--semantic-typo-caption-1-sb-size);
1023
+ line-height: var(--semantic-typo-caption-1-sb-lh);
1024
+ font-weight: var(--semantic-typo-caption-1-sb-weight);
1025
+ letter-spacing: var(--semantic-typo-caption-1-sb-ls);
1026
+ }
1027
+ .typo-caption-1-r {
1028
+ font-family: var(--semantic-typo-caption-1-r-font);
1029
+ font-size: var(--semantic-typo-caption-1-r-size);
1030
+ line-height: var(--semantic-typo-caption-1-r-lh);
1031
+ font-weight: var(--semantic-typo-caption-1-r-weight);
1032
+ letter-spacing: var(--semantic-typo-caption-1-r-ls);
1033
+ }
1034
+ .typo-caption-2-r {
1035
+ font-family: var(--semantic-typo-caption-2-r-font);
1036
+ font-size: var(--semantic-typo-caption-2-r-size);
1037
+ line-height: var(--semantic-typo-caption-2-r-lh);
1038
+ font-weight: var(--semantic-typo-caption-2-r-weight);
1039
+ letter-spacing: var(--semantic-typo-caption-2-r-ls);
1040
+ }
529
1041
  .semantic-text-strong {
530
1042
  --ds-color: var(--semantic-text-strong);
531
1043
  }