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