@novalabsxyz/tokens 2.0.0-alpha.4 → 2.0.0-y.0
Sign up to get free protection for your applications and to get access to all the features.
- package/build/css/textStyles.css +764 -0
- package/build/css/tokens-dark.css +1340 -0
- package/build/css/tokens-light.css +1340 -0
- package/build/js/tokens-dark-mobile.js +1340 -0
- package/build/js/tokens-dark.js +1340 -0
- package/build/js/tokens-light-mobile.js +1340 -0
- package/build/js/tokens-light.js +1340 -0
- package/build/scss/tokens-dark.scss +1340 -0
- package/build/scss/tokens-light.scss +1340 -0
- package/package.json +2 -2
package/build/js/tokens-light.js
CHANGED
@@ -755,3 +755,1343 @@ export const hm_spacing_64 = '16rem';
|
|
755
755
|
export const hm_spacing_8 = '2rem';
|
756
756
|
export const hm_spacing_80 = '20rem';
|
757
757
|
export const hm_spacing_96 = '24rem';
|
758
|
+
export const hm_base_black = '#000000';
|
759
|
+
export const hm_base_white = '#ffffff';
|
760
|
+
export const hm_blue_25 = '#f5faff';
|
761
|
+
export const hm_blue_50 = '#eff8ff';
|
762
|
+
export const hm_blue_100 = '#d1e9ff';
|
763
|
+
export const hm_blue_200 = '#b2ddff';
|
764
|
+
export const hm_blue_300 = '#84caff';
|
765
|
+
export const hm_blue_400 = '#53b1fd';
|
766
|
+
export const hm_blue_500 = '#2e90fa';
|
767
|
+
export const hm_blue_600 = '#1570ef';
|
768
|
+
export const hm_blue_700 = '#175cd3';
|
769
|
+
export const hm_blue_800 = '#1849a9';
|
770
|
+
export const hm_blue_900 = '#194185';
|
771
|
+
export const hm_blue_950 = '#102a56';
|
772
|
+
export const hm_blue_dark_25 = '#f5f8ff';
|
773
|
+
export const hm_blue_dark_50 = '#eff4ff';
|
774
|
+
export const hm_blue_dark_100 = '#d1e0ff';
|
775
|
+
export const hm_blue_dark_200 = '#b2ccff';
|
776
|
+
export const hm_blue_dark_300 = '#84adff';
|
777
|
+
export const hm_blue_dark_400 = '#528bff';
|
778
|
+
export const hm_blue_dark_500 = '#2970ff';
|
779
|
+
export const hm_blue_dark_600 = '#155eef';
|
780
|
+
export const hm_blue_dark_700 = '#004eeb';
|
781
|
+
export const hm_blue_dark_800 = '#0040c1';
|
782
|
+
export const hm_blue_dark_900 = '#00359e';
|
783
|
+
export const hm_blue_dark_950 = '#002266';
|
784
|
+
export const hm_blue_light_25 = '#f5fbff';
|
785
|
+
export const hm_blue_light_50 = '#f0f9ff';
|
786
|
+
export const hm_blue_light_100 = '#e0f2fe';
|
787
|
+
export const hm_blue_light_200 = '#b9e6fe';
|
788
|
+
export const hm_blue_light_300 = '#7cd4fd';
|
789
|
+
export const hm_blue_light_400 = '#36bffa';
|
790
|
+
export const hm_blue_light_500 = '#0ba5ec';
|
791
|
+
export const hm_blue_light_600 = '#0086c9';
|
792
|
+
export const hm_blue_light_700 = '#026aa2';
|
793
|
+
export const hm_blue_light_800 = '#065986';
|
794
|
+
export const hm_blue_light_900 = '#0b4a6f';
|
795
|
+
export const hm_blue_light_950 = '#062c41';
|
796
|
+
export const hm_brand_25 = '#fcfaff';
|
797
|
+
export const hm_brand_50 = '#f9f5ff';
|
798
|
+
export const hm_brand_100 = '#f4ebff';
|
799
|
+
export const hm_brand_200 = '#e9d7fe';
|
800
|
+
export const hm_brand_300 = '#d6bbfb';
|
801
|
+
export const hm_brand_400 = '#b692f6';
|
802
|
+
export const hm_brand_500 = '#9e77ed';
|
803
|
+
export const hm_brand_600 = '#7f56d9';
|
804
|
+
export const hm_brand_700 = '#6941c6';
|
805
|
+
export const hm_brand_800 = '#53389e';
|
806
|
+
export const hm_brand_900 = '#42307d';
|
807
|
+
export const hm_brand_950 = '#2c1c5f';
|
808
|
+
export const hm_cyan_25 = '#f5feff';
|
809
|
+
export const hm_cyan_50 = '#ecfdff';
|
810
|
+
export const hm_cyan_100 = '#cff9fe';
|
811
|
+
export const hm_cyan_200 = '#a5f0fc';
|
812
|
+
export const hm_cyan_300 = '#67e3f9';
|
813
|
+
export const hm_cyan_400 = '#22ccee';
|
814
|
+
export const hm_cyan_500 = '#06aed4';
|
815
|
+
export const hm_cyan_600 = '#088ab2';
|
816
|
+
export const hm_cyan_700 = '#0e7090';
|
817
|
+
export const hm_cyan_800 = '#155b75';
|
818
|
+
export const hm_cyan_900 = '#164c63';
|
819
|
+
export const hm_cyan_950 = '#0d2d3a';
|
820
|
+
export const hm_display_2xl_bold_font_family = 'Figtree';
|
821
|
+
export const hm_display_2xl_bold_font_size = '72px';
|
822
|
+
export const hm_display_2xl_bold_font_weight = 'Bold';
|
823
|
+
export const hm_display_2xl_bold_letter_spacing = '-2%';
|
824
|
+
export const hm_display_2xl_bold_line_height = '100%';
|
825
|
+
export const hm_display_2xl_bold_paragraph_indent = '0px';
|
826
|
+
export const hm_display_2xl_bold_paragraph_spacing = '72';
|
827
|
+
export const hm_display_2xl_bold_text_case = 'none';
|
828
|
+
export const hm_display_2xl_bold_text_decoration = 'none';
|
829
|
+
export const hm_display_2xl_medium_font_family = 'Figtree';
|
830
|
+
export const hm_display_2xl_medium_font_size = '72px';
|
831
|
+
export const hm_display_2xl_medium_font_weight = 'Medium';
|
832
|
+
export const hm_display_2xl_medium_letter_spacing = '-2%';
|
833
|
+
export const hm_display_2xl_medium_line_height = '100%';
|
834
|
+
export const hm_display_2xl_medium_paragraph_indent = '0px';
|
835
|
+
export const hm_display_2xl_medium_paragraph_spacing = '72';
|
836
|
+
export const hm_display_2xl_medium_text_case = 'none';
|
837
|
+
export const hm_display_2xl_medium_text_decoration = 'none';
|
838
|
+
export const hm_display_2xl_regular_font_family = 'Figtree';
|
839
|
+
export const hm_display_2xl_regular_font_size = '72px';
|
840
|
+
export const hm_display_2xl_regular_font_weight = 'Regular';
|
841
|
+
export const hm_display_2xl_regular_letter_spacing = '-2%';
|
842
|
+
export const hm_display_2xl_regular_line_height = '100%';
|
843
|
+
export const hm_display_2xl_regular_paragraph_indent = '0px';
|
844
|
+
export const hm_display_2xl_regular_paragraph_spacing = '72';
|
845
|
+
export const hm_display_2xl_regular_text_case = 'none';
|
846
|
+
export const hm_display_2xl_regular_text_decoration = 'none';
|
847
|
+
export const hm_display_2xl_semibold_font_family = 'Figtree';
|
848
|
+
export const hm_display_2xl_semibold_font_size = '72px';
|
849
|
+
export const hm_display_2xl_semibold_font_weight = 'SemiBold';
|
850
|
+
export const hm_display_2xl_semibold_letter_spacing = '-2%';
|
851
|
+
export const hm_display_2xl_semibold_line_height = '100%';
|
852
|
+
export const hm_display_2xl_semibold_paragraph_indent = '0px';
|
853
|
+
export const hm_display_2xl_semibold_paragraph_spacing = '72';
|
854
|
+
export const hm_display_2xl_semibold_text_case = 'none';
|
855
|
+
export const hm_display_2xl_semibold_text_decoration = 'none';
|
856
|
+
export const hm_display_lg_bold_font_family = 'Figtree';
|
857
|
+
export const hm_display_lg_bold_font_size = '48px';
|
858
|
+
export const hm_display_lg_bold_font_weight = 'Bold';
|
859
|
+
export const hm_display_lg_bold_letter_spacing = '-2%';
|
860
|
+
export const hm_display_lg_bold_line_height = '60';
|
861
|
+
export const hm_display_lg_bold_paragraph_indent = '0px';
|
862
|
+
export const hm_display_lg_bold_paragraph_spacing = '48';
|
863
|
+
export const hm_display_lg_bold_text_case = 'none';
|
864
|
+
export const hm_display_lg_bold_text_decoration = 'none';
|
865
|
+
export const hm_display_lg_medium_font_family = 'Figtree';
|
866
|
+
export const hm_display_lg_medium_font_size = '48px';
|
867
|
+
export const hm_display_lg_medium_font_weight = 'Medium';
|
868
|
+
export const hm_display_lg_medium_letter_spacing = '-2%';
|
869
|
+
export const hm_display_lg_medium_line_height = '60';
|
870
|
+
export const hm_display_lg_medium_paragraph_indent = '0px';
|
871
|
+
export const hm_display_lg_medium_paragraph_spacing = '48';
|
872
|
+
export const hm_display_lg_medium_text_case = 'none';
|
873
|
+
export const hm_display_lg_medium_text_decoration = 'none';
|
874
|
+
export const hm_display_lg_regular_font_family = 'Figtree';
|
875
|
+
export const hm_display_lg_regular_font_size = '48px';
|
876
|
+
export const hm_display_lg_regular_font_weight = 'Regular';
|
877
|
+
export const hm_display_lg_regular_letter_spacing = '-2%';
|
878
|
+
export const hm_display_lg_regular_line_height = '60';
|
879
|
+
export const hm_display_lg_regular_paragraph_indent = '0px';
|
880
|
+
export const hm_display_lg_regular_paragraph_spacing = '48';
|
881
|
+
export const hm_display_lg_regular_text_case = 'none';
|
882
|
+
export const hm_display_lg_regular_text_decoration = 'none';
|
883
|
+
export const hm_display_lg_semibold_font_family = 'Figtree';
|
884
|
+
export const hm_display_lg_semibold_font_size = '48px';
|
885
|
+
export const hm_display_lg_semibold_font_weight = 'SemiBold';
|
886
|
+
export const hm_display_lg_semibold_letter_spacing = '-2%';
|
887
|
+
export const hm_display_lg_semibold_line_height = '60';
|
888
|
+
export const hm_display_lg_semibold_paragraph_indent = '0px';
|
889
|
+
export const hm_display_lg_semibold_paragraph_spacing = '48';
|
890
|
+
export const hm_display_lg_semibold_text_case = 'none';
|
891
|
+
export const hm_display_lg_semibold_text_decoration = 'none';
|
892
|
+
export const hm_display_md_bold_font_family = 'Figtree';
|
893
|
+
export const hm_display_md_bold_font_size = '36px';
|
894
|
+
export const hm_display_md_bold_font_weight = 'Bold';
|
895
|
+
export const hm_display_md_bold_letter_spacing = '-2%';
|
896
|
+
export const hm_display_md_bold_line_height = '100%';
|
897
|
+
export const hm_display_md_bold_paragraph_indent = '0px';
|
898
|
+
export const hm_display_md_bold_paragraph_spacing = '36';
|
899
|
+
export const hm_display_md_bold_text_case = 'none';
|
900
|
+
export const hm_display_md_bold_text_decoration = 'none';
|
901
|
+
export const hm_display_md_medium_font_family = 'Figtree';
|
902
|
+
export const hm_display_md_medium_font_size = '36px';
|
903
|
+
export const hm_display_md_medium_font_weight = 'Medium';
|
904
|
+
export const hm_display_md_medium_letter_spacing = '-2%';
|
905
|
+
export const hm_display_md_medium_line_height = '100%';
|
906
|
+
export const hm_display_md_medium_paragraph_indent = '0px';
|
907
|
+
export const hm_display_md_medium_paragraph_spacing = '36';
|
908
|
+
export const hm_display_md_medium_text_case = 'none';
|
909
|
+
export const hm_display_md_medium_text_decoration = 'none';
|
910
|
+
export const hm_display_md_regular_font_family = 'Figtree';
|
911
|
+
export const hm_display_md_regular_font_size = '36px';
|
912
|
+
export const hm_display_md_regular_font_weight = 'Regular';
|
913
|
+
export const hm_display_md_regular_letter_spacing = '-2%';
|
914
|
+
export const hm_display_md_regular_line_height = '100%';
|
915
|
+
export const hm_display_md_regular_paragraph_indent = '0px';
|
916
|
+
export const hm_display_md_regular_paragraph_spacing = '36';
|
917
|
+
export const hm_display_md_regular_text_case = 'none';
|
918
|
+
export const hm_display_md_regular_text_decoration = 'none';
|
919
|
+
export const hm_display_md_semibold_font_family = 'Figtree';
|
920
|
+
export const hm_display_md_semibold_font_size = '36px';
|
921
|
+
export const hm_display_md_semibold_font_weight = 'SemiBold';
|
922
|
+
export const hm_display_md_semibold_letter_spacing = '-2%';
|
923
|
+
export const hm_display_md_semibold_line_height = '100%';
|
924
|
+
export const hm_display_md_semibold_paragraph_indent = '0px';
|
925
|
+
export const hm_display_md_semibold_paragraph_spacing = '36';
|
926
|
+
export const hm_display_md_semibold_text_case = 'none';
|
927
|
+
export const hm_display_md_semibold_text_decoration = 'none';
|
928
|
+
export const hm_display_sm_bold_font_family = 'Figtree';
|
929
|
+
export const hm_display_sm_bold_font_size = '30px';
|
930
|
+
export const hm_display_sm_bold_font_weight = 'Bold';
|
931
|
+
export const hm_display_sm_bold_letter_spacing = '0%';
|
932
|
+
export const hm_display_sm_bold_line_height = '38';
|
933
|
+
export const hm_display_sm_bold_paragraph_indent = '0px';
|
934
|
+
export const hm_display_sm_bold_paragraph_spacing = '30';
|
935
|
+
export const hm_display_sm_bold_text_case = 'none';
|
936
|
+
export const hm_display_sm_bold_text_decoration = 'none';
|
937
|
+
export const hm_display_sm_medium_font_family = 'Figtree';
|
938
|
+
export const hm_display_sm_medium_font_size = '30px';
|
939
|
+
export const hm_display_sm_medium_font_weight = 'Medium';
|
940
|
+
export const hm_display_sm_medium_letter_spacing = '0%';
|
941
|
+
export const hm_display_sm_medium_line_height = '38';
|
942
|
+
export const hm_display_sm_medium_paragraph_indent = '0px';
|
943
|
+
export const hm_display_sm_medium_paragraph_spacing = '30';
|
944
|
+
export const hm_display_sm_medium_text_case = 'none';
|
945
|
+
export const hm_display_sm_medium_text_decoration = 'none';
|
946
|
+
export const hm_display_sm_medium_italic_font_family = 'Inter';
|
947
|
+
export const hm_display_sm_medium_italic_font_size = '30px';
|
948
|
+
export const hm_display_sm_medium_italic_font_weight = 'Medium';
|
949
|
+
export const hm_display_sm_medium_italic_letter_spacing = '0%';
|
950
|
+
export const hm_display_sm_medium_italic_line_height = '44';
|
951
|
+
export const hm_display_sm_medium_italic_paragraph_indent = '0px';
|
952
|
+
export const hm_display_sm_medium_italic_paragraph_spacing = '38';
|
953
|
+
export const hm_display_sm_medium_italic_text_case = 'none';
|
954
|
+
export const hm_display_sm_medium_italic_text_decoration = 'none';
|
955
|
+
export const hm_display_sm_medium_italic_font_style = 'italic';
|
956
|
+
export const hm_display_sm_regular_font_family = 'Figtree';
|
957
|
+
export const hm_display_sm_regular_font_size = '30px';
|
958
|
+
export const hm_display_sm_regular_font_weight = 'Regular';
|
959
|
+
export const hm_display_sm_regular_letter_spacing = '0%';
|
960
|
+
export const hm_display_sm_regular_line_height = '38';
|
961
|
+
export const hm_display_sm_regular_paragraph_indent = '0px';
|
962
|
+
export const hm_display_sm_regular_paragraph_spacing = '30';
|
963
|
+
export const hm_display_sm_regular_text_case = 'none';
|
964
|
+
export const hm_display_sm_regular_text_decoration = 'none';
|
965
|
+
export const hm_display_sm_semibold_font_family = 'Figtree';
|
966
|
+
export const hm_display_sm_semibold_font_size = '30px';
|
967
|
+
export const hm_display_sm_semibold_font_weight = 'SemiBold';
|
968
|
+
export const hm_display_sm_semibold_letter_spacing = '0%';
|
969
|
+
export const hm_display_sm_semibold_line_height = '38';
|
970
|
+
export const hm_display_sm_semibold_paragraph_indent = '0px';
|
971
|
+
export const hm_display_sm_semibold_paragraph_spacing = '30';
|
972
|
+
export const hm_display_sm_semibold_text_case = 'none';
|
973
|
+
export const hm_display_sm_semibold_text_decoration = 'none';
|
974
|
+
export const hm_display_xl_bold_font_family = 'Figtree';
|
975
|
+
export const hm_display_xl_bold_font_size = '60px';
|
976
|
+
export const hm_display_xl_bold_font_weight = 'Bold';
|
977
|
+
export const hm_display_xl_bold_letter_spacing = '-2%';
|
978
|
+
export const hm_display_xl_bold_line_height = '100%';
|
979
|
+
export const hm_display_xl_bold_paragraph_indent = '0px';
|
980
|
+
export const hm_display_xl_bold_paragraph_spacing = '60';
|
981
|
+
export const hm_display_xl_bold_text_case = 'none';
|
982
|
+
export const hm_display_xl_bold_text_decoration = 'none';
|
983
|
+
export const hm_display_xl_medium_font_family = 'Figtree';
|
984
|
+
export const hm_display_xl_medium_font_size = '60px';
|
985
|
+
export const hm_display_xl_medium_font_weight = 'Medium';
|
986
|
+
export const hm_display_xl_medium_letter_spacing = '-2%';
|
987
|
+
export const hm_display_xl_medium_line_height = '72';
|
988
|
+
export const hm_display_xl_medium_paragraph_indent = '0px';
|
989
|
+
export const hm_display_xl_medium_paragraph_spacing = '60';
|
990
|
+
export const hm_display_xl_medium_text_case = 'none';
|
991
|
+
export const hm_display_xl_medium_text_decoration = 'none';
|
992
|
+
export const hm_display_xl_regular_font_family = 'Figtree';
|
993
|
+
export const hm_display_xl_regular_font_size = '60px';
|
994
|
+
export const hm_display_xl_regular_font_weight = 'Regular';
|
995
|
+
export const hm_display_xl_regular_letter_spacing = '-2%';
|
996
|
+
export const hm_display_xl_regular_line_height = '100%';
|
997
|
+
export const hm_display_xl_regular_paragraph_indent = '0px';
|
998
|
+
export const hm_display_xl_regular_paragraph_spacing = '60';
|
999
|
+
export const hm_display_xl_regular_text_case = 'none';
|
1000
|
+
export const hm_display_xl_regular_text_decoration = 'none';
|
1001
|
+
export const hm_display_xl_semibold_font_family = 'Figtree';
|
1002
|
+
export const hm_display_xl_semibold_font_size = '60px';
|
1003
|
+
export const hm_display_xl_semibold_font_weight = 'SemiBold';
|
1004
|
+
export const hm_display_xl_semibold_letter_spacing = '-2%';
|
1005
|
+
export const hm_display_xl_semibold_line_height = '100%';
|
1006
|
+
export const hm_display_xl_semibold_paragraph_indent = '0px';
|
1007
|
+
export const hm_display_xl_semibold_paragraph_spacing = '60';
|
1008
|
+
export const hm_display_xl_semibold_text_case = 'none';
|
1009
|
+
export const hm_display_xl_semibold_text_decoration = 'none';
|
1010
|
+
export const hm_display_xs_bold_font_family = 'Figtree';
|
1011
|
+
export const hm_display_xs_bold_font_size = '24px';
|
1012
|
+
export const hm_display_xs_bold_font_weight = 'Bold';
|
1013
|
+
export const hm_display_xs_bold_letter_spacing = '0%';
|
1014
|
+
export const hm_display_xs_bold_line_height = '32';
|
1015
|
+
export const hm_display_xs_bold_paragraph_indent = '0px';
|
1016
|
+
export const hm_display_xs_bold_paragraph_spacing = '24';
|
1017
|
+
export const hm_display_xs_bold_text_case = 'none';
|
1018
|
+
export const hm_display_xs_bold_text_decoration = 'none';
|
1019
|
+
export const hm_display_xs_medium_font_family = 'Figtree';
|
1020
|
+
export const hm_display_xs_medium_font_size = '24px';
|
1021
|
+
export const hm_display_xs_medium_font_weight = 'Medium';
|
1022
|
+
export const hm_display_xs_medium_letter_spacing = '0%';
|
1023
|
+
export const hm_display_xs_medium_line_height = '32';
|
1024
|
+
export const hm_display_xs_medium_paragraph_indent = '0px';
|
1025
|
+
export const hm_display_xs_medium_paragraph_spacing = '24';
|
1026
|
+
export const hm_display_xs_medium_text_case = 'none';
|
1027
|
+
export const hm_display_xs_medium_text_decoration = 'none';
|
1028
|
+
export const hm_display_xs_medium_italic_font_family = 'Inter';
|
1029
|
+
export const hm_display_xs_medium_italic_font_size = '24px';
|
1030
|
+
export const hm_display_xs_medium_italic_font_weight = 'Medium';
|
1031
|
+
export const hm_display_xs_medium_italic_letter_spacing = '0%';
|
1032
|
+
export const hm_display_xs_medium_italic_line_height = '36';
|
1033
|
+
export const hm_display_xs_medium_italic_paragraph_indent = '0px';
|
1034
|
+
export const hm_display_xs_medium_italic_paragraph_spacing = '32';
|
1035
|
+
export const hm_display_xs_medium_italic_text_case = 'none';
|
1036
|
+
export const hm_display_xs_medium_italic_text_decoration = 'none';
|
1037
|
+
export const hm_display_xs_medium_italic_font_style = 'italic';
|
1038
|
+
export const hm_display_xs_regular_font_family = 'Figtree';
|
1039
|
+
export const hm_display_xs_regular_font_size = '24px';
|
1040
|
+
export const hm_display_xs_regular_font_weight = 'Regular';
|
1041
|
+
export const hm_display_xs_regular_letter_spacing = '0%';
|
1042
|
+
export const hm_display_xs_regular_line_height = '32';
|
1043
|
+
export const hm_display_xs_regular_paragraph_indent = '0px';
|
1044
|
+
export const hm_display_xs_regular_paragraph_spacing = '24';
|
1045
|
+
export const hm_display_xs_regular_text_case = 'none';
|
1046
|
+
export const hm_display_xs_regular_text_decoration = 'none';
|
1047
|
+
export const hm_display_xs_semibold_font_family = 'Figtree';
|
1048
|
+
export const hm_display_xs_semibold_font_size = '24px';
|
1049
|
+
export const hm_display_xs_semibold_font_weight = 'SemiBold';
|
1050
|
+
export const hm_display_xs_semibold_letter_spacing = '0%';
|
1051
|
+
export const hm_display_xs_semibold_line_height = '32';
|
1052
|
+
export const hm_display_xs_semibold_paragraph_indent = '0px';
|
1053
|
+
export const hm_display_xs_semibold_paragraph_spacing = '24';
|
1054
|
+
export const hm_display_xs_semibold_text_case = 'none';
|
1055
|
+
export const hm_display_xs_semibold_text_decoration = 'none';
|
1056
|
+
export const hm_error_25 = '#fffbfa';
|
1057
|
+
export const hm_error_50 = '#fef3f2';
|
1058
|
+
export const hm_error_100 = '#fee4e2';
|
1059
|
+
export const hm_error_200 = '#fecdca';
|
1060
|
+
export const hm_error_300 = '#fda29b';
|
1061
|
+
export const hm_error_400 = '#f97066';
|
1062
|
+
export const hm_error_500 = '#f04438';
|
1063
|
+
export const hm_error_600 = '#d92d20';
|
1064
|
+
export const hm_error_700 = '#b42318';
|
1065
|
+
export const hm_error_800 = '#912018';
|
1066
|
+
export const hm_error_900 = '#7a271a';
|
1067
|
+
export const hm_error_950 = '#55160c';
|
1068
|
+
export const hm_focus_rings_ring_brand_blur = '0';
|
1069
|
+
export const hm_focus_rings_ring_brand_color = '#9e77ed3d';
|
1070
|
+
export const hm_focus_rings_ring_brand_spread = '4px';
|
1071
|
+
export const hm_focus_rings_ring_brand_type = 'dropShadow';
|
1072
|
+
export const hm_focus_rings_ring_brand_x = '0';
|
1073
|
+
export const hm_focus_rings_ring_brand_y = '0';
|
1074
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_blur = '3px';
|
1075
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_color = '#1018281a';
|
1076
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_spread = '0';
|
1077
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_type = 'dropShadow';
|
1078
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_x = '0';
|
1079
|
+
export const hm_focus_rings_ring_brand_shadow_sm_1_y = '1px';
|
1080
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_blur = '2px';
|
1081
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_color = '#1018280f';
|
1082
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_spread = '0';
|
1083
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_type = 'dropShadow';
|
1084
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_x = '0';
|
1085
|
+
export const hm_focus_rings_ring_brand_shadow_sm_2_y = '1px';
|
1086
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_blur = '0';
|
1087
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_color = '#9e77ed3d';
|
1088
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_spread = '4px';
|
1089
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_type = 'dropShadow';
|
1090
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_x = '0';
|
1091
|
+
export const hm_focus_rings_ring_brand_shadow_sm_3_y = '0';
|
1092
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_blur = '2px';
|
1093
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_color = '#1018280d';
|
1094
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_spread = '0';
|
1095
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_type = 'dropShadow';
|
1096
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_x = '0';
|
1097
|
+
export const hm_focus_rings_ring_brand_shadow_xs_1_y = '1px';
|
1098
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_blur = '0';
|
1099
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_color = '#9e77ed3d';
|
1100
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_spread = '4px';
|
1101
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_type = 'dropShadow';
|
1102
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_x = '0';
|
1103
|
+
export const hm_focus_rings_ring_brand_shadow_xs_2_y = '0';
|
1104
|
+
export const hm_focus_rings_ring_error_blur = '0';
|
1105
|
+
export const hm_focus_rings_ring_error_color = '#f044383d';
|
1106
|
+
export const hm_focus_rings_ring_error_spread = '4px';
|
1107
|
+
export const hm_focus_rings_ring_error_type = 'dropShadow';
|
1108
|
+
export const hm_focus_rings_ring_error_x = '0';
|
1109
|
+
export const hm_focus_rings_ring_error_y = '0';
|
1110
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_blur = '2px';
|
1111
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_color = '#1018280d';
|
1112
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_spread = '0';
|
1113
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_type = 'dropShadow';
|
1114
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_x = '0';
|
1115
|
+
export const hm_focus_rings_ring_error_shadow_xs_1_y = '1px';
|
1116
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_blur = '0';
|
1117
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_color = '#f044383d';
|
1118
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_spread = '4px';
|
1119
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_type = 'dropShadow';
|
1120
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_x = '0';
|
1121
|
+
export const hm_focus_rings_ring_error_shadow_xs_2_y = '0';
|
1122
|
+
export const hm_focus_rings_ring_gray_blur = '0';
|
1123
|
+
export const hm_focus_rings_ring_gray_color = '#98a2b324';
|
1124
|
+
export const hm_focus_rings_ring_gray_spread = '4px';
|
1125
|
+
export const hm_focus_rings_ring_gray_type = 'dropShadow';
|
1126
|
+
export const hm_focus_rings_ring_gray_x = '0';
|
1127
|
+
export const hm_focus_rings_ring_gray_y = '0';
|
1128
|
+
export const hm_focus_rings_ring_gray_secondary_blur = '0';
|
1129
|
+
export const hm_focus_rings_ring_gray_secondary_color = '#98a2b333';
|
1130
|
+
export const hm_focus_rings_ring_gray_secondary_spread = '4px';
|
1131
|
+
export const hm_focus_rings_ring_gray_secondary_type = 'dropShadow';
|
1132
|
+
export const hm_focus_rings_ring_gray_secondary_x = '0';
|
1133
|
+
export const hm_focus_rings_ring_gray_secondary_y = '0';
|
1134
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_blur = '3px';
|
1135
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_color = '#1018281a';
|
1136
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_spread = '0';
|
1137
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_type = 'dropShadow';
|
1138
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_x = '0';
|
1139
|
+
export const hm_focus_rings_ring_gray_shadow_sm_1_y = '1px';
|
1140
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_blur = '2px';
|
1141
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_color = '#1018280f';
|
1142
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_spread = '0';
|
1143
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_type = 'dropShadow';
|
1144
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_x = '0';
|
1145
|
+
export const hm_focus_rings_ring_gray_shadow_sm_2_y = '1px';
|
1146
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_blur = '0';
|
1147
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_color = '#98a2b324';
|
1148
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_spread = '4px';
|
1149
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_type = 'dropShadow';
|
1150
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_x = '0';
|
1151
|
+
export const hm_focus_rings_ring_gray_shadow_sm_3_y = '0';
|
1152
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_blur = '2px';
|
1153
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_color = '#1018280d';
|
1154
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_spread = '0';
|
1155
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_type = 'dropShadow';
|
1156
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_x = '0';
|
1157
|
+
export const hm_focus_rings_ring_gray_shadow_xs_1_y = '1px';
|
1158
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_blur = '0';
|
1159
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_color = '#98a2b324';
|
1160
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_spread = '4px';
|
1161
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_type = 'dropShadow';
|
1162
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_x = '0';
|
1163
|
+
export const hm_focus_rings_ring_gray_shadow_xs_2_y = '0';
|
1164
|
+
export const hm_fuchsia_25 = '#fefaff';
|
1165
|
+
export const hm_fuchsia_50 = '#fdf4ff';
|
1166
|
+
export const hm_fuchsia_100 = '#fbe8ff';
|
1167
|
+
export const hm_fuchsia_200 = '#f6d0fe';
|
1168
|
+
export const hm_fuchsia_300 = '#eeaafd';
|
1169
|
+
export const hm_fuchsia_400 = '#e478fa';
|
1170
|
+
export const hm_fuchsia_500 = '#d444f1';
|
1171
|
+
export const hm_fuchsia_600 = '#ba24d5';
|
1172
|
+
export const hm_fuchsia_700 = '#9f1ab1';
|
1173
|
+
export const hm_fuchsia_800 = '#821890';
|
1174
|
+
export const hm_fuchsia_900 = '#6f1877';
|
1175
|
+
export const hm_fuchsia_950 = '#47104c';
|
1176
|
+
export const hm_gradient_brand_600_500_90deg = 'linear-gradient(90deg, #7f56d9 0%, #9e77ed 100%)';
|
1177
|
+
export const hm_gradient_brand_700_600_45deg = 'linear-gradient(45deg, #6941c6 0%, #7f56d9 100%)';
|
1178
|
+
export const hm_gradient_brand_800_600_45deg = 'linear-gradient(45deg, #53389e 0%, #7f56d9 100%)';
|
1179
|
+
export const hm_gradient_brand_800_600_90deg = 'linear-gradient(90deg, #53389e 0%, #7f56d9 100%)';
|
1180
|
+
export const hm_gradient_brand_800_7006_5deg = 'linear-gradient(27deg, #53389e 0%, #6941c6 100%)';
|
1181
|
+
export const hm_gradient_brand_900_600_45deg = 'linear-gradient(45deg, #42307d 0%, #7f56d9 100%)';
|
1182
|
+
export const hm_gradient_gray_600_500_90deg = 'linear-gradient(90deg, #475467 0%, #667085 100%)';
|
1183
|
+
export const hm_gradient_gray_700_600_45deg = 'linear-gradient(45deg, #344054 0%, #475467 100%)';
|
1184
|
+
export const hm_gradient_gray_800_600_45deg = 'linear-gradient(45deg, #182230 0%, #475467 100%)';
|
1185
|
+
export const hm_gradient_gray_800_600_90deg = 'linear-gradient(90deg, #182230 0%, #475467 100%)';
|
1186
|
+
export const hm_gradient_gray_800_7006_5deg = 'linear-gradient(27deg, #182230 0%, #344054 100%)';
|
1187
|
+
export const hm_gradient_gray_900_600_45deg = 'linear-gradient(45deg, #101828 0%, #475467 100%)';
|
1188
|
+
export const hm_gradient_linear_color_10 = 'linear-gradient(0deg, #cfc7f8 0%, #ebbba7 100%)';
|
1189
|
+
export const hm_gradient_linear_color_11 = 'linear-gradient(135deg, #fccb90 0%, #d57eeb 100%)';
|
1190
|
+
export const hm_gradient_linear_color_12 = 'linear-gradient(45deg, #7b6ae0 0%, #ffbb89 100%)';
|
1191
|
+
export const hm_gradient_linear_color_13 = 'linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%)';
|
1192
|
+
export const hm_gradient_linear_color_14 = 'linear-gradient(0deg, #fed6e3 0%, #a8edea 100%)';
|
1193
|
+
export const hm_gradient_linear_color_15 = 'linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)';
|
1194
|
+
export const hm_gradient_linear_color_16 = 'linear-gradient(45deg, #dfd1c5 0%, #fff6eb 100%)';
|
1195
|
+
export const hm_gradient_linear_color_17 = 'linear-gradient(135deg, #fff6b7 0%, #fb758a 100%)';
|
1196
|
+
export const hm_gradient_linear_color_18 = 'linear-gradient(45deg, #ff7ec7 0%, #ffed46 100%)';
|
1197
|
+
export const hm_gradient_linear_color_19 = 'linear-gradient(0deg, #feafa8 0%, #f5efef 100%)';
|
1198
|
+
export const hm_gradient_linear_color_20 = 'linear-gradient(45deg, #e9defa 0%, #fff6eb 100%)';
|
1199
|
+
export const hm_gradient_linear_color_21 = 'linear-gradient(0deg, #fff1eb 0%, #ace0f9 100%)';
|
1200
|
+
export const hm_gradient_linear_color_22 = 'linear-gradient(0deg, #c1dfc4 0%, #deecdd 100%)';
|
1201
|
+
export const hm_gradient_linear_color_24 = 'linear-gradient(0deg, #accbee 0%, #e7f0fd 100%)';
|
1202
|
+
export const hm_gradient_linear_color_25 = 'linear-gradient(0deg, #84fab0 0%, #accbee 100%)';
|
1203
|
+
export const hm_gradient_linear_color_26 = 'linear-gradient(45deg, #39a0ff 0%, #8fff85 100%)';
|
1204
|
+
export const hm_gradient_linear_color_27 = 'linear-gradient(270deg, #74ebd5 0%, #9face6 100%)';
|
1205
|
+
export const hm_gradient_linear_color_29 = 'linear-gradient(0deg, #9890e3 0%, #b1f4cf 100%)';
|
1206
|
+
export const hm_gradient_linear_color_30 = 'linear-gradient(45deg, #7cdada 0%, #f697aa 100%)';
|
1207
|
+
export const hm_gradient_linear_color_31 = 'linear-gradient(45deg, #b1ff96 0%, #ffadf7 100%)';
|
1208
|
+
export const hm_gradient_linear_color_32 = 'linear-gradient(0deg, #96fbc4 0%, #f9f586 100%)';
|
1209
|
+
export const hm_gradient_linear_color_33 = 'linear-gradient(45deg, #4def8e 0%, #ffeb3a 100%)';
|
1210
|
+
export const hm_gradient_linear_color_34 = 'linear-gradient(135deg, #f0ff00 0%, #58cffb 100%)';
|
1211
|
+
export const hm_gradient_linear_color_35 = 'linear-gradient(0deg, #d1fdff 0%, #fddb92 100%)';
|
1212
|
+
export const hm_gradient_linear_color_36 = 'linear-gradient(0deg, #ebc0fd 0%, #d9ded8 100%)';
|
1213
|
+
export const hm_gradient_linear_color_37 = 'linear-gradient(45deg, #ffa4f6 0%, #b7dcff 100%)';
|
1214
|
+
export const hm_gradient_linear_color_38 = 'linear-gradient(0deg, #cd9cf2 0%, #f6f3ff 100%)';
|
1215
|
+
export const hm_gradient_linear_color_39 = 'linear-gradient(-45deg, #f5c8f5 0%, #daddfa 83.85%)';
|
1216
|
+
export const hm_gradient_linear_color_40 = 'linear-gradient(0deg, #e6dee9 0%, #bdc2e8 100%)';
|
1217
|
+
export const hm_gradient_linear_color_41 = 'linear-gradient(0deg, #6a85b6 0%, #bac8e0 100%)';
|
1218
|
+
export const hm_gradient_linear_color_42 = 'linear-gradient(45deg, #8b8b8b 0%, #eaeaea 100%)';
|
1219
|
+
export const hm_gradient_linear_color_43 = 'linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%)';
|
1220
|
+
export const hm_gradient_linear_color_44 = 'linear-gradient(135deg, #ce9ffc 0%, #7367f0 100%)';
|
1221
|
+
export const hm_gradient_linear_color_45 = 'linear-gradient(135deg, #72edf2 0%, #5151e5 100%)';
|
1222
|
+
export const hm_gradient_linear_color_46 = 'linear-gradient(0deg, #a3bded 0%, #6991c7 100%)';
|
1223
|
+
export const hm_gradient_linear_color_47 = 'linear-gradient(0deg, #fbc8d4 0%, #9795f0 100%)';
|
1224
|
+
export const hm_gradient_linear_color_48 = 'linear-gradient(0deg, #a7a6cb 0%, #8989ba 100%)';
|
1225
|
+
export const hm_gradient_linear_color_49 = 'linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%)';
|
1226
|
+
export const hm_gradient_linear_color_50 = 'linear-gradient(135deg, #81ffef 0%, #f067b4 100%)';
|
1227
|
+
export const hm_gradient_linear_color_51 = 'linear-gradient(135deg, #dcb0ed 0%, #9999cc 100%)';
|
1228
|
+
export const hm_gradient_linear_color_52 = 'linear-gradient(135deg, #fff5c3 0%, #9452a5 100%)';
|
1229
|
+
export const hm_gradient_linear_color_53 = 'linear-gradient(135deg, #f1ca74 0%, #a64db6 100%)';
|
1230
|
+
export const hm_gradient_linear_color_54 = 'linear-gradient(45deg, #4d6ad0 0%, #ff9d7e 100%)';
|
1231
|
+
export const hm_gradient_linear_color_55 = 'linear-gradient(135deg, #ffcf71 0%, #2376dd 100%)';
|
1232
|
+
export const hm_gradient_linear_color_56 = 'linear-gradient(135deg, #e8d07a 0%, #5312d6 100%)';
|
1233
|
+
export const hm_gradient_linear_color_57 = 'linear-gradient(180deg, #bfd9fe 0%, #df89b5 100%)';
|
1234
|
+
export const hm_gradient_linear_color_58 = 'linear-gradient(0deg, #fa71cd 0%, #c471f5 100%)';
|
1235
|
+
export const hm_gradient_linear_color_59 = 'linear-gradient(135deg, #43cbff 0%, #9708cc 100%)';
|
1236
|
+
export const hm_gradient_linear_color_60 = 'linear-gradient(180deg, #7579ff 0%, #b224ef 100%)';
|
1237
|
+
export const hm_gradient_linear_color_61 = 'linear-gradient(45deg, #ad00fe 0%, #00e0ee 100%)';
|
1238
|
+
export const hm_gradient_linear_color_62 = 'linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%)';
|
1239
|
+
export const hm_gradient_linear_color_63 = 'linear-gradient(0deg, #009efd 0%, #2af598 100%)';
|
1240
|
+
export const hm_gradient_linear_color_64 = 'linear-gradient(45deg, #ffb800 0%, #fff500 100%)';
|
1241
|
+
export const hm_gradient_linear_color_65 = 'linear-gradient(135deg, #ffa8a8 0%, #fcff00 100%)';
|
1242
|
+
export const hm_gradient_linear_color_66 = 'linear-gradient(45deg, #ff7a00 0%, #ffd439 100%)';
|
1243
|
+
export const hm_gradient_linear_color_67 = 'linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%)';
|
1244
|
+
export const hm_gradient_linear_color_68 = 'linear-gradient(180deg, #f9d423 0%, #e14fad 100%)';
|
1245
|
+
export const hm_gradient_linear_color_69 = 'linear-gradient(135deg, #f74fac 0%, #fcb24f 100%)';
|
1246
|
+
export const hm_gradient_linear_color_70 = 'linear-gradient(135deg, #f49062 0%, #fd371f 100%)';
|
1247
|
+
export const hm_gradient_linear_color_71 = 'linear-gradient(45deg, #ff6c6c 0%, #dd7bff 100%)';
|
1248
|
+
export const hm_gradient_linear_color_72 = 'linear-gradient(135deg, #f97794 0%, #623aa2 100%)';
|
1249
|
+
export const hm_gradient_linear_color_73 = 'linear-gradient(180deg, #c569cf 0%, #ee609c 100%)';
|
1250
|
+
export const hm_gradient_linear_color_74 = 'linear-gradient(0deg, #c7eafd 0%, #e8198b 100%)';
|
1251
|
+
export const hm_gradient_linear_color_75 = 'linear-gradient(135deg, #f093fb 0%, #f5576c 100%)';
|
1252
|
+
export const hm_gradient_linear_color_76 = 'linear-gradient(135deg, #f6ceec 0%, #d939cd 100%)';
|
1253
|
+
export const hm_gradient_linear_color_77 = 'linear-gradient(135deg, #ee9ae5 0%, #5961f9 100%)';
|
1254
|
+
export const hm_gradient_linear_color_78 = 'linear-gradient(270deg, #6a11cb 0%, #2575fc 100%)';
|
1255
|
+
export const hm_gradient_linear_color_79 = 'linear-gradient(45deg, #0017e4 0%, #3793ff 100%)';
|
1256
|
+
export const hm_gradient_linear_color_80 = 'linear-gradient(0deg, #75d8ff 0%, #23a4db 100%)';
|
1257
|
+
export const hm_gradient_linear_color_81 = 'linear-gradient(45deg, #4b73ff 0%, #7cf7ff 100%)';
|
1258
|
+
export const hm_gradient_linear_color_82 = 'linear-gradient(135deg, #5efce8 0%, #736efe 100%)';
|
1259
|
+
export const hm_gradient_linear_color_83 = 'linear-gradient(0deg, #7028e4 0%, #e5b2ca 100%)';
|
1260
|
+
export const hm_gradient_linear_color_84 = 'linear-gradient(90deg, #7873f5 0%, #ec77ab 100%)';
|
1261
|
+
export const hm_gradient_linear_color_85 = 'linear-gradient(135deg, #b01eff 0%, #e1467c 100%)';
|
1262
|
+
export const hm_gradient_linear_color_86 = 'linear-gradient(45deg, #d079ee 0%, #8a88fb 100%)';
|
1263
|
+
export const hm_gradient_linear_color_87 = 'linear-gradient(135deg, #c99fff 0%, #981ed2 100%)';
|
1264
|
+
export const hm_gradient_linear_color_88 = 'linear-gradient(0deg, #9b23ea 0%, #5f72bd 100%)';
|
1265
|
+
export const hm_gradient_linear_color_89 = 'linear-gradient(135deg, #b39fff 0%, #6a1ed2 100%)';
|
1266
|
+
export const hm_gradient_linear_color_90 = 'linear-gradient(45deg, #4300b1 0%, #a531dc 100%)';
|
1267
|
+
export const hm_gradient_linear_color_91 = 'linear-gradient(-45deg, #764ba2 0%, #667eea 100%)';
|
1268
|
+
export const hm_gradient_linear_color_01 = 'linear-gradient(180deg, #a5c0ee 0%, #fbc5ec 100%)';
|
1269
|
+
export const hm_gradient_linear_color_02 = 'linear-gradient(180deg, #fbc2eb 0%, #a18cd1 100%)';
|
1270
|
+
export const hm_gradient_linear_color_03 = 'linear-gradient(180deg, #ffd1ff 0%, #fad0c4 100%)';
|
1271
|
+
export const hm_gradient_linear_color_04 = 'linear-gradient(225deg, #fad0c4 0%, #ff9a9e 100%)';
|
1272
|
+
export const hm_gradient_linear_color_05 = 'linear-gradient(270deg, #fcb69f 0%, #ffecd2 100%)';
|
1273
|
+
export const hm_gradient_linear_color_06 = 'linear-gradient(180deg, #fecfef 0%, #ff989c 100%)';
|
1274
|
+
export const hm_gradient_linear_color_07 = 'linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%)';
|
1275
|
+
export const hm_gradient_linear_color_08 = 'linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%)';
|
1276
|
+
export const hm_gradient_linear_color_09 = 'linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%)';
|
1277
|
+
export const hm_gradient_linear_gray_neutral_01 = 'linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%)';
|
1278
|
+
export const hm_gradient_linear_gray_neutral_02 = 'linear-gradient(180deg, #f9fafb 0%, #edf0f3 100%)';
|
1279
|
+
export const hm_gradient_linear_gray_neutral_03 = 'linear-gradient(180deg, #f9fafb 0%, #e7ebef 100%)';
|
1280
|
+
export const hm_gradient_linear_gray_neutral_04 = 'linear-gradient(180deg, #f3f5f7 0%, #e0e5eb 100%)';
|
1281
|
+
export const hm_gradient_linear_gray_neutral_05 = 'linear-gradient(180deg, #edf0f3 0%, #d4dbe2 100%)';
|
1282
|
+
export const hm_gradient_linear_gray_neutral_06 = 'linear-gradient(180deg, #e7ebef 0%, #c8d1da 100%)';
|
1283
|
+
export const hm_gradient_linear_gray_neutral_07 = 'linear-gradient(180deg, #e0e5eb 0%, #b6c2ce 100%)';
|
1284
|
+
export const hm_gradient_linear_gray_true_01 = 'linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%)';
|
1285
|
+
export const hm_gradient_linear_gray_true_02 = 'linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%)';
|
1286
|
+
export const hm_gradient_linear_gray_true_03 = 'linear-gradient(180deg, #fafafa 0%, #ebebeb 100%)';
|
1287
|
+
export const hm_gradient_linear_gray_true_04 = 'linear-gradient(180deg, #f5f5f5 0%, #e5e5e5 100%)';
|
1288
|
+
export const hm_gradient_linear_gray_true_05 = 'linear-gradient(180deg, #f0f0f0 0%, #dbdbdb 100%)';
|
1289
|
+
export const hm_gradient_linear_gray_true_06 = 'linear-gradient(180deg, #ebebeb 0%, #d1d1d1 100%)';
|
1290
|
+
export const hm_gradient_linear_gray_true_07 = 'linear-gradient(180deg, #e5e5e5 0%, #c2c2c2 100%)';
|
1291
|
+
export const hm_gray__25 = '#fcfcfd';
|
1292
|
+
export const hm_gray__50 = '#f9fafb';
|
1293
|
+
export const hm_gray__100 = '#f2f4f7';
|
1294
|
+
export const hm_gray__200 = '#eaecf0';
|
1295
|
+
export const hm_gray__300 = '#d0d5dd';
|
1296
|
+
export const hm_gray__400 = '#98a2b3';
|
1297
|
+
export const hm_gray__500 = '#667085';
|
1298
|
+
export const hm_gray__600 = '#475467';
|
1299
|
+
export const hm_gray__700 = '#344054';
|
1300
|
+
export const hm_gray__800 = '#182230';
|
1301
|
+
export const hm_gray__900 = '#101828';
|
1302
|
+
export const hm_gray__950 = '#0c111d';
|
1303
|
+
export const hm_gray_blue_25 = '#fcfcfd';
|
1304
|
+
export const hm_gray_blue_50 = '#f8f9fc';
|
1305
|
+
export const hm_gray_blue_100 = '#eaecf5';
|
1306
|
+
export const hm_gray_blue_200 = '#d5d9eb';
|
1307
|
+
export const hm_gray_blue_300 = '#b3b8db';
|
1308
|
+
export const hm_gray_blue_400 = '#717bbc';
|
1309
|
+
export const hm_gray_blue_500 = '#4e5ba6';
|
1310
|
+
export const hm_gray_blue_600 = '#3e4784';
|
1311
|
+
export const hm_gray_blue_700 = '#363f72';
|
1312
|
+
export const hm_gray_blue_800 = '#293056';
|
1313
|
+
export const hm_gray_blue_900 = '#101323';
|
1314
|
+
export const hm_gray_blue_950 = '#0d0f1c';
|
1315
|
+
export const hm_gray_cool_25 = '#fcfcfd';
|
1316
|
+
export const hm_gray_cool_50 = '#f9f9fb';
|
1317
|
+
export const hm_gray_cool_100 = '#eff1f5';
|
1318
|
+
export const hm_gray_cool_200 = '#dcdfea';
|
1319
|
+
export const hm_gray_cool_300 = '#b9c0d4';
|
1320
|
+
export const hm_gray_cool_400 = '#7d89b0';
|
1321
|
+
export const hm_gray_cool_500 = '#5d6b98';
|
1322
|
+
export const hm_gray_cool_600 = '#4a5578';
|
1323
|
+
export const hm_gray_cool_700 = '#404968';
|
1324
|
+
export const hm_gray_cool_800 = '#30374f';
|
1325
|
+
export const hm_gray_cool_900 = '#111322';
|
1326
|
+
export const hm_gray_cool_950 = '#0e101b';
|
1327
|
+
export const hm_gray_iron_25 = '#fcfcfc';
|
1328
|
+
export const hm_gray_iron_50 = '#fafafa';
|
1329
|
+
export const hm_gray_iron_100 = '#f4f4f5';
|
1330
|
+
export const hm_gray_iron_200 = '#e4e4e7';
|
1331
|
+
export const hm_gray_iron_300 = '#d1d1d6';
|
1332
|
+
export const hm_gray_iron_400 = '#a0a0ab';
|
1333
|
+
export const hm_gray_iron_500 = '#70707b';
|
1334
|
+
export const hm_gray_iron_600 = '#51525c';
|
1335
|
+
export const hm_gray_iron_700 = '#3f3f46';
|
1336
|
+
export const hm_gray_iron_800 = '#26272b';
|
1337
|
+
export const hm_gray_iron_900 = '#1a1a1e';
|
1338
|
+
export const hm_gray_iron_950 = '#131316';
|
1339
|
+
export const hm_gray_modern_25 = '#fcfcfd';
|
1340
|
+
export const hm_gray_modern_50 = '#f8fafc';
|
1341
|
+
export const hm_gray_modern_100 = '#eef2f6';
|
1342
|
+
export const hm_gray_modern_200 = '#e3e8ef';
|
1343
|
+
export const hm_gray_modern_300 = '#cdd5df';
|
1344
|
+
export const hm_gray_modern_400 = '#9aa4b2';
|
1345
|
+
export const hm_gray_modern_500 = '#697586';
|
1346
|
+
export const hm_gray_modern_600 = '#4b5565';
|
1347
|
+
export const hm_gray_modern_700 = '#364152';
|
1348
|
+
export const hm_gray_modern_800 = '#202939';
|
1349
|
+
export const hm_gray_modern_900 = '#121926';
|
1350
|
+
export const hm_gray_modern_950 = '#0d121c';
|
1351
|
+
export const hm_gray_neutral_25 = '#fcfcfd';
|
1352
|
+
export const hm_gray_neutral_50 = '#f9fafb';
|
1353
|
+
export const hm_gray_neutral_100 = '#f3f4f6';
|
1354
|
+
export const hm_gray_neutral_200 = '#e5e7eb';
|
1355
|
+
export const hm_gray_neutral_300 = '#d2d6db';
|
1356
|
+
export const hm_gray_neutral_400 = '#9da4ae';
|
1357
|
+
export const hm_gray_neutral_500 = '#6c737f';
|
1358
|
+
export const hm_gray_neutral_600 = '#4d5761';
|
1359
|
+
export const hm_gray_neutral_700 = '#384250';
|
1360
|
+
export const hm_gray_neutral_800 = '#1f2a37';
|
1361
|
+
export const hm_gray_neutral_900 = '#111927';
|
1362
|
+
export const hm_gray_neutral_950 = '#0d121c';
|
1363
|
+
export const hm_gray_true_25 = '#fcfcfc';
|
1364
|
+
export const hm_gray_true_50 = '#fafafa';
|
1365
|
+
export const hm_gray_true_100 = '#f5f5f5';
|
1366
|
+
export const hm_gray_true_200 = '#e5e5e5';
|
1367
|
+
export const hm_gray_true_300 = '#d6d6d6';
|
1368
|
+
export const hm_gray_true_400 = '#a3a3a3';
|
1369
|
+
export const hm_gray_true_500 = '#737373';
|
1370
|
+
export const hm_gray_true_600 = '#525252';
|
1371
|
+
export const hm_gray_true_700 = '#424242';
|
1372
|
+
export const hm_gray_true_800 = '#292929';
|
1373
|
+
export const hm_gray_true_900 = '#141414';
|
1374
|
+
export const hm_gray_true_950 = '#0f0f0f';
|
1375
|
+
export const hm_gray_warm_25 = '#fdfdfc';
|
1376
|
+
export const hm_gray_warm_50 = '#fafaf9';
|
1377
|
+
export const hm_gray_warm_100 = '#f5f5f4';
|
1378
|
+
export const hm_gray_warm_200 = '#e7e5e4';
|
1379
|
+
export const hm_gray_warm_300 = '#d7d3d0';
|
1380
|
+
export const hm_gray_warm_400 = '#a9a29d';
|
1381
|
+
export const hm_gray_warm_500 = '#79716b';
|
1382
|
+
export const hm_gray_warm_600 = '#57534e';
|
1383
|
+
export const hm_gray_warm_700 = '#44403c';
|
1384
|
+
export const hm_gray_warm_800 = '#292524';
|
1385
|
+
export const hm_gray_warm_900 = '#1c1917';
|
1386
|
+
export const hm_gray_warm_950 = '#171412';
|
1387
|
+
export const hm_green_25 = '#f6fef9';
|
1388
|
+
export const hm_green_50 = '#edfcf2';
|
1389
|
+
export const hm_green_100 = '#d3f8df';
|
1390
|
+
export const hm_green_200 = '#aaf0c4';
|
1391
|
+
export const hm_green_300 = '#73e2a3';
|
1392
|
+
export const hm_green_400 = '#3ccb7f';
|
1393
|
+
export const hm_green_500 = '#16b364';
|
1394
|
+
export const hm_green_600 = '#099250';
|
1395
|
+
export const hm_green_700 = '#087443';
|
1396
|
+
export const hm_green_800 = '#095c37';
|
1397
|
+
export const hm_green_900 = '#084c2e';
|
1398
|
+
export const hm_green_950 = '#052e1c';
|
1399
|
+
export const hm_green_light_25 = '#fafef5';
|
1400
|
+
export const hm_green_light_50 = '#f3fee7';
|
1401
|
+
export const hm_green_light_100 = '#e3fbcc';
|
1402
|
+
export const hm_green_light_200 = '#d0f8ab';
|
1403
|
+
export const hm_green_light_300 = '#a6ef67';
|
1404
|
+
export const hm_green_light_400 = '#85e13a';
|
1405
|
+
export const hm_green_light_500 = '#66c61c';
|
1406
|
+
export const hm_green_light_600 = '#4ca30d';
|
1407
|
+
export const hm_green_light_700 = '#3b7c0f';
|
1408
|
+
export const hm_green_light_800 = '#326212';
|
1409
|
+
export const hm_green_light_900 = '#2b5314';
|
1410
|
+
export const hm_green_light_950 = '#15290a';
|
1411
|
+
export const hm_indigo_25 = '#f5f8ff';
|
1412
|
+
export const hm_indigo_50 = '#eef4ff';
|
1413
|
+
export const hm_indigo_100 = '#e0eaff';
|
1414
|
+
export const hm_indigo_200 = '#c7d7fe';
|
1415
|
+
export const hm_indigo_300 = '#a4bcfd';
|
1416
|
+
export const hm_indigo_400 = '#8098f9';
|
1417
|
+
export const hm_indigo_500 = '#6172f3';
|
1418
|
+
export const hm_indigo_600 = '#444ce7';
|
1419
|
+
export const hm_indigo_700 = '#3538cd';
|
1420
|
+
export const hm_indigo_800 = '#2d31a6';
|
1421
|
+
export const hm_indigo_900 = '#2d3282';
|
1422
|
+
export const hm_indigo_950 = '#1f235b';
|
1423
|
+
export const hm_moss_25 = '#fafdf7';
|
1424
|
+
export const hm_moss_50 = '#f5fbee';
|
1425
|
+
export const hm_moss_100 = '#e6f4d7';
|
1426
|
+
export const hm_moss_200 = '#ceeab0';
|
1427
|
+
export const hm_moss_300 = '#acdc79';
|
1428
|
+
export const hm_moss_400 = '#86cb3c';
|
1429
|
+
export const hm_moss_500 = '#669f2a';
|
1430
|
+
export const hm_moss_600 = '#4f7a21';
|
1431
|
+
export const hm_moss_700 = '#3f621a';
|
1432
|
+
export const hm_moss_800 = '#335015';
|
1433
|
+
export const hm_moss_900 = '#2b4212';
|
1434
|
+
export const hm_moss_950 = '#1a280b';
|
1435
|
+
export const hm_orange_25 = '#fefaf5';
|
1436
|
+
export const hm_orange_50 = '#fef6ee';
|
1437
|
+
export const hm_orange_100 = '#fdead7';
|
1438
|
+
export const hm_orange_200 = '#f9dbaf';
|
1439
|
+
export const hm_orange_300 = '#f7b27a';
|
1440
|
+
export const hm_orange_400 = '#f38744';
|
1441
|
+
export const hm_orange_500 = '#ef6820';
|
1442
|
+
export const hm_orange_600 = '#e04f16';
|
1443
|
+
export const hm_orange_700 = '#b93815';
|
1444
|
+
export const hm_orange_800 = '#932f19';
|
1445
|
+
export const hm_orange_900 = '#772917';
|
1446
|
+
export const hm_orange_950 = '#511c10';
|
1447
|
+
export const hm_orange_dark_25 = '#fff9f5';
|
1448
|
+
export const hm_orange_dark_50 = '#fff4ed';
|
1449
|
+
export const hm_orange_dark_100 = '#ffe6d5';
|
1450
|
+
export const hm_orange_dark_200 = '#ffd6ae';
|
1451
|
+
export const hm_orange_dark_300 = '#ff9c66';
|
1452
|
+
export const hm_orange_dark_400 = '#ff692e';
|
1453
|
+
export const hm_orange_dark_500 = '#ff4405';
|
1454
|
+
export const hm_orange_dark_600 = '#e62e05';
|
1455
|
+
export const hm_orange_dark_700 = '#bc1b06';
|
1456
|
+
export const hm_orange_dark_800 = '#97180c';
|
1457
|
+
export const hm_orange_dark_900 = '#771a0d';
|
1458
|
+
export const hm_orange_dark_950 = '#57130a';
|
1459
|
+
export const hm_pink_25 = '#fef6fb';
|
1460
|
+
export const hm_pink_50 = '#fdf2fa';
|
1461
|
+
export const hm_pink_100 = '#fce7f6';
|
1462
|
+
export const hm_pink_200 = '#fcceee';
|
1463
|
+
export const hm_pink_300 = '#faa7e0';
|
1464
|
+
export const hm_pink_400 = '#f670c7';
|
1465
|
+
export const hm_pink_500 = '#ee46bc';
|
1466
|
+
export const hm_pink_600 = '#dd2590';
|
1467
|
+
export const hm_pink_700 = '#c11574';
|
1468
|
+
export const hm_pink_800 = '#9e165f';
|
1469
|
+
export const hm_pink_900 = '#851651';
|
1470
|
+
export const hm_pink_950 = '#4e0d30';
|
1471
|
+
export const hm_purple_25 = '#fafaff';
|
1472
|
+
export const hm_purple_50 = '#f4f3ff';
|
1473
|
+
export const hm_purple_100 = '#ebe9fe';
|
1474
|
+
export const hm_purple_200 = '#d9d6fe';
|
1475
|
+
export const hm_purple_300 = '#bdb4fe';
|
1476
|
+
export const hm_purple_400 = '#9b8afb';
|
1477
|
+
export const hm_purple_500 = '#7a5af8';
|
1478
|
+
export const hm_purple_600 = '#6938ef';
|
1479
|
+
export const hm_purple_700 = '#5925dc';
|
1480
|
+
export const hm_purple_800 = '#4a1fb8';
|
1481
|
+
export const hm_purple_900 = '#3e1c96';
|
1482
|
+
export const hm_purple_950 = '#27115f';
|
1483
|
+
export const hm_ros_25 = '#fff5f6';
|
1484
|
+
export const hm_ros_50 = '#fff1f3';
|
1485
|
+
export const hm_ros_100 = '#ffe4e8';
|
1486
|
+
export const hm_ros_200 = '#fecdd6';
|
1487
|
+
export const hm_ros_300 = '#fea3b4';
|
1488
|
+
export const hm_ros_400 = '#fd6f8e';
|
1489
|
+
export const hm_ros_500 = '#f63d68';
|
1490
|
+
export const hm_ros_600 = '#e31b54';
|
1491
|
+
export const hm_ros_700 = '#c01048';
|
1492
|
+
export const hm_ros_800 = '#a11043';
|
1493
|
+
export const hm_ros_900 = '#89123e';
|
1494
|
+
export const hm_ros_950 = '#510b24';
|
1495
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_blur = '64px';
|
1496
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_color = '#34405414';
|
1497
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_spread = '0';
|
1498
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_type = 'dropShadow';
|
1499
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_x = '32px';
|
1500
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_grid_md_y = '32px';
|
1501
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_blur = '200px';
|
1502
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_color = '#3440542e';
|
1503
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_spread = '0';
|
1504
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_type = 'dropShadow';
|
1505
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_x = '0';
|
1506
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_y = '100px';
|
1507
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_blur = '150px';
|
1508
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_color = '#34405424';
|
1509
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_spread = '0';
|
1510
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_type = 'dropShadow';
|
1511
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_x = '0';
|
1512
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_y = '75px';
|
1513
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_blur = '150px';
|
1514
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_color = '#3440541f';
|
1515
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_spread = '0';
|
1516
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_type = 'dropShadow';
|
1517
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_x = '100px';
|
1518
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_y = '100px';
|
1519
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_blur = '72px';
|
1520
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_color = '#3440541f';
|
1521
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_spread = '0';
|
1522
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_type = 'dropShadow';
|
1523
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_x = '-40px';
|
1524
|
+
export const hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_y = '40px';
|
1525
|
+
export const hm_shadows_shadow_2xl_blur = '48px';
|
1526
|
+
export const hm_shadows_shadow_2xl_color = '#1018282e';
|
1527
|
+
export const hm_shadows_shadow_2xl_spread = '-12px';
|
1528
|
+
export const hm_shadows_shadow_2xl_type = 'dropShadow';
|
1529
|
+
export const hm_shadows_shadow_2xl_x = '0';
|
1530
|
+
export const hm_shadows_shadow_2xl_y = '24px';
|
1531
|
+
export const hm_shadows_shadow_3xl_blur = '64px';
|
1532
|
+
export const hm_shadows_shadow_3xl_color = '#10182824';
|
1533
|
+
export const hm_shadows_shadow_3xl_spread = '-12px';
|
1534
|
+
export const hm_shadows_shadow_3xl_type = 'dropShadow';
|
1535
|
+
export const hm_shadows_shadow_3xl_x = '0';
|
1536
|
+
export const hm_shadows_shadow_3xl_y = '32px';
|
1537
|
+
export const hm_shadows_shadow_lg_1_blur = '16px';
|
1538
|
+
export const hm_shadows_shadow_lg_1_color = '#10182814';
|
1539
|
+
export const hm_shadows_shadow_lg_1_spread = '-4px';
|
1540
|
+
export const hm_shadows_shadow_lg_1_type = 'dropShadow';
|
1541
|
+
export const hm_shadows_shadow_lg_1_x = '0';
|
1542
|
+
export const hm_shadows_shadow_lg_1_y = '12px';
|
1543
|
+
export const hm_shadows_shadow_lg_2_blur = '6px';
|
1544
|
+
export const hm_shadows_shadow_lg_2_color = '#10182808';
|
1545
|
+
export const hm_shadows_shadow_lg_2_spread = '-2px';
|
1546
|
+
export const hm_shadows_shadow_lg_2_type = 'dropShadow';
|
1547
|
+
export const hm_shadows_shadow_lg_2_x = '0';
|
1548
|
+
export const hm_shadows_shadow_lg_2_y = '4px';
|
1549
|
+
export const hm_shadows_shadow_md_1_blur = '8px';
|
1550
|
+
export const hm_shadows_shadow_md_1_color = '#1018281a';
|
1551
|
+
export const hm_shadows_shadow_md_1_spread = '-2px';
|
1552
|
+
export const hm_shadows_shadow_md_1_type = 'dropShadow';
|
1553
|
+
export const hm_shadows_shadow_md_1_x = '0';
|
1554
|
+
export const hm_shadows_shadow_md_1_y = '4px';
|
1555
|
+
export const hm_shadows_shadow_md_2_blur = '4px';
|
1556
|
+
export const hm_shadows_shadow_md_2_color = '#1018280f';
|
1557
|
+
export const hm_shadows_shadow_md_2_spread = '-2px';
|
1558
|
+
export const hm_shadows_shadow_md_2_type = 'dropShadow';
|
1559
|
+
export const hm_shadows_shadow_md_2_x = '0';
|
1560
|
+
export const hm_shadows_shadow_md_2_y = '2px';
|
1561
|
+
export const hm_shadows_shadow_sm_1_blur = '3px';
|
1562
|
+
export const hm_shadows_shadow_sm_1_color = '#1018281a';
|
1563
|
+
export const hm_shadows_shadow_sm_1_spread = '0';
|
1564
|
+
export const hm_shadows_shadow_sm_1_type = 'dropShadow';
|
1565
|
+
export const hm_shadows_shadow_sm_1_x = '0';
|
1566
|
+
export const hm_shadows_shadow_sm_1_y = '1px';
|
1567
|
+
export const hm_shadows_shadow_sm_2_blur = '2px';
|
1568
|
+
export const hm_shadows_shadow_sm_2_color = '#1018280f';
|
1569
|
+
export const hm_shadows_shadow_sm_2_spread = '0';
|
1570
|
+
export const hm_shadows_shadow_sm_2_type = 'dropShadow';
|
1571
|
+
export const hm_shadows_shadow_sm_2_x = '0';
|
1572
|
+
export const hm_shadows_shadow_sm_2_y = '1px';
|
1573
|
+
export const hm_shadows_shadow_xl_1_blur = '24px';
|
1574
|
+
export const hm_shadows_shadow_xl_1_color = '#10182814';
|
1575
|
+
export const hm_shadows_shadow_xl_1_spread = '-4px';
|
1576
|
+
export const hm_shadows_shadow_xl_1_type = 'dropShadow';
|
1577
|
+
export const hm_shadows_shadow_xl_1_x = '0';
|
1578
|
+
export const hm_shadows_shadow_xl_1_y = '20px';
|
1579
|
+
export const hm_shadows_shadow_xl_2_blur = '8px';
|
1580
|
+
export const hm_shadows_shadow_xl_2_color = '#10182808';
|
1581
|
+
export const hm_shadows_shadow_xl_2_spread = '-4px';
|
1582
|
+
export const hm_shadows_shadow_xl_2_type = 'dropShadow';
|
1583
|
+
export const hm_shadows_shadow_xl_2_x = '0';
|
1584
|
+
export const hm_shadows_shadow_xl_2_y = '8px';
|
1585
|
+
export const hm_shadows_shadow_xs_blur = '2px';
|
1586
|
+
export const hm_shadows_shadow_xs_color = '#1018280d';
|
1587
|
+
export const hm_shadows_shadow_xs_spread = '0';
|
1588
|
+
export const hm_shadows_shadow_xs_type = 'dropShadow';
|
1589
|
+
export const hm_shadows_shadow_xs_x = '0';
|
1590
|
+
export const hm_shadows_shadow_xs_y = '1px';
|
1591
|
+
export const hm_success_25 = '#f6fef9';
|
1592
|
+
export const hm_success_50 = '#ecfdf3';
|
1593
|
+
export const hm_success_100 = '#dcfae6';
|
1594
|
+
export const hm_success_200 = '#abefc6';
|
1595
|
+
export const hm_success_300 = '#75e0a7';
|
1596
|
+
export const hm_success_400 = '#47cd89';
|
1597
|
+
export const hm_success_500 = '#17b26a';
|
1598
|
+
export const hm_success_600 = '#079455';
|
1599
|
+
export const hm_success_700 = '#067647';
|
1600
|
+
export const hm_success_800 = '#085d3a';
|
1601
|
+
export const hm_success_900 = '#074d31';
|
1602
|
+
export const hm_success_950 = '#053321';
|
1603
|
+
export const hm_teal_25 = '#f6fefc';
|
1604
|
+
export const hm_teal_50 = '#f0fdf9';
|
1605
|
+
export const hm_teal_100 = '#ccfbef';
|
1606
|
+
export const hm_teal_200 = '#99f6e0';
|
1607
|
+
export const hm_teal_300 = '#5fe9d0';
|
1608
|
+
export const hm_teal_400 = '#2ed3b7';
|
1609
|
+
export const hm_teal_500 = '#15b79e';
|
1610
|
+
export const hm_teal_600 = '#0e9384';
|
1611
|
+
export const hm_teal_700 = '#107569';
|
1612
|
+
export const hm_teal_800 = '#125d56';
|
1613
|
+
export const hm_teal_900 = '#134e48';
|
1614
|
+
export const hm_teal_950 = '#0a2926';
|
1615
|
+
export const hm_text_lg_bold_font_family = 'Figtree';
|
1616
|
+
export const hm_text_lg_bold_font_size = '18px';
|
1617
|
+
export const hm_text_lg_bold_font_weight = 'Bold';
|
1618
|
+
export const hm_text_lg_bold_letter_spacing = '0%';
|
1619
|
+
export const hm_text_lg_bold_line_height = '28';
|
1620
|
+
export const hm_text_lg_bold_paragraph_indent = '0px';
|
1621
|
+
export const hm_text_lg_bold_paragraph_spacing = '18';
|
1622
|
+
export const hm_text_lg_bold_text_case = 'none';
|
1623
|
+
export const hm_text_lg_bold_text_decoration = 'none';
|
1624
|
+
export const hm_text_lg_bold_italic_font_family = 'Inter';
|
1625
|
+
export const hm_text_lg_bold_italic_font_size = '18px';
|
1626
|
+
export const hm_text_lg_bold_italic_font_weight = 'Bold';
|
1627
|
+
export const hm_text_lg_bold_italic_letter_spacing = '0%';
|
1628
|
+
export const hm_text_lg_bold_italic_line_height = '28';
|
1629
|
+
export const hm_text_lg_bold_italic_paragraph_indent = '0px';
|
1630
|
+
export const hm_text_lg_bold_italic_paragraph_spacing = '18';
|
1631
|
+
export const hm_text_lg_bold_italic_text_case = 'none';
|
1632
|
+
export const hm_text_lg_bold_italic_text_decoration = 'none';
|
1633
|
+
export const hm_text_lg_bold_italic_font_style = 'italic';
|
1634
|
+
export const hm_text_lg_medium_font_family = 'Figtree';
|
1635
|
+
export const hm_text_lg_medium_font_size = '18px';
|
1636
|
+
export const hm_text_lg_medium_font_weight = 'Medium';
|
1637
|
+
export const hm_text_lg_medium_letter_spacing = '0%';
|
1638
|
+
export const hm_text_lg_medium_line_height = '28';
|
1639
|
+
export const hm_text_lg_medium_paragraph_indent = '0px';
|
1640
|
+
export const hm_text_lg_medium_paragraph_spacing = '18';
|
1641
|
+
export const hm_text_lg_medium_text_case = 'none';
|
1642
|
+
export const hm_text_lg_medium_text_decoration = 'none';
|
1643
|
+
export const hm_text_lg_medium_italic_font_family = 'Inter';
|
1644
|
+
export const hm_text_lg_medium_italic_font_size = '18px';
|
1645
|
+
export const hm_text_lg_medium_italic_font_weight = 'Medium';
|
1646
|
+
export const hm_text_lg_medium_italic_letter_spacing = '0%';
|
1647
|
+
export const hm_text_lg_medium_italic_line_height = '28';
|
1648
|
+
export const hm_text_lg_medium_italic_paragraph_indent = '0px';
|
1649
|
+
export const hm_text_lg_medium_italic_paragraph_spacing = '18';
|
1650
|
+
export const hm_text_lg_medium_italic_text_case = 'none';
|
1651
|
+
export const hm_text_lg_medium_italic_text_decoration = 'none';
|
1652
|
+
export const hm_text_lg_medium_italic_font_style = 'italic';
|
1653
|
+
export const hm_text_lg_medium_underlined_font_family = 'Inter';
|
1654
|
+
export const hm_text_lg_medium_underlined_font_size = '18px';
|
1655
|
+
export const hm_text_lg_medium_underlined_font_weight = 'Medium';
|
1656
|
+
export const hm_text_lg_medium_underlined_letter_spacing = '0%';
|
1657
|
+
export const hm_text_lg_medium_underlined_line_height = '28';
|
1658
|
+
export const hm_text_lg_medium_underlined_paragraph_indent = '0px';
|
1659
|
+
export const hm_text_lg_medium_underlined_paragraph_spacing = '28';
|
1660
|
+
export const hm_text_lg_medium_underlined_text_case = 'none';
|
1661
|
+
export const hm_text_lg_medium_underlined_text_decoration = 'underline';
|
1662
|
+
export const hm_text_lg_regular_font_family = 'Figtree';
|
1663
|
+
export const hm_text_lg_regular_font_size = '18px';
|
1664
|
+
export const hm_text_lg_regular_font_weight = 'Regular';
|
1665
|
+
export const hm_text_lg_regular_letter_spacing = '0%';
|
1666
|
+
export const hm_text_lg_regular_line_height = '28';
|
1667
|
+
export const hm_text_lg_regular_paragraph_indent = '0px';
|
1668
|
+
export const hm_text_lg_regular_paragraph_spacing = '18';
|
1669
|
+
export const hm_text_lg_regular_text_case = 'none';
|
1670
|
+
export const hm_text_lg_regular_text_decoration = 'none';
|
1671
|
+
export const hm_text_lg_regular_italic_font_family = 'Inter';
|
1672
|
+
export const hm_text_lg_regular_italic_font_size = '18px';
|
1673
|
+
export const hm_text_lg_regular_italic_font_weight = 'Regular';
|
1674
|
+
export const hm_text_lg_regular_italic_letter_spacing = '0%';
|
1675
|
+
export const hm_text_lg_regular_italic_line_height = '28';
|
1676
|
+
export const hm_text_lg_regular_italic_paragraph_indent = '0px';
|
1677
|
+
export const hm_text_lg_regular_italic_paragraph_spacing = '18';
|
1678
|
+
export const hm_text_lg_regular_italic_text_case = 'none';
|
1679
|
+
export const hm_text_lg_regular_italic_text_decoration = 'none';
|
1680
|
+
export const hm_text_lg_regular_italic_font_style = 'italic';
|
1681
|
+
export const hm_text_lg_regular_underlined_font_family = 'Inter';
|
1682
|
+
export const hm_text_lg_regular_underlined_font_size = '18px';
|
1683
|
+
export const hm_text_lg_regular_underlined_font_weight = 'Regular';
|
1684
|
+
export const hm_text_lg_regular_underlined_letter_spacing = '0%';
|
1685
|
+
export const hm_text_lg_regular_underlined_line_height = '28';
|
1686
|
+
export const hm_text_lg_regular_underlined_paragraph_indent = '0px';
|
1687
|
+
export const hm_text_lg_regular_underlined_paragraph_spacing = '18';
|
1688
|
+
export const hm_text_lg_regular_underlined_text_case = 'none';
|
1689
|
+
export const hm_text_lg_regular_underlined_text_decoration = 'underline';
|
1690
|
+
export const hm_text_lg_semibold_font_family = 'Figtree';
|
1691
|
+
export const hm_text_lg_semibold_font_size = '18px';
|
1692
|
+
export const hm_text_lg_semibold_font_weight = 'SemiBold';
|
1693
|
+
export const hm_text_lg_semibold_letter_spacing = '0%';
|
1694
|
+
export const hm_text_lg_semibold_line_height = '28';
|
1695
|
+
export const hm_text_lg_semibold_paragraph_indent = '0px';
|
1696
|
+
export const hm_text_lg_semibold_paragraph_spacing = '18';
|
1697
|
+
export const hm_text_lg_semibold_text_case = 'none';
|
1698
|
+
export const hm_text_lg_semibold_text_decoration = 'none';
|
1699
|
+
export const hm_text_lg_semibold_italic_font_family = 'Inter';
|
1700
|
+
export const hm_text_lg_semibold_italic_font_size = '18px';
|
1701
|
+
export const hm_text_lg_semibold_italic_font_weight = 'Semi Bold';
|
1702
|
+
export const hm_text_lg_semibold_italic_letter_spacing = '0%';
|
1703
|
+
export const hm_text_lg_semibold_italic_line_height = '28';
|
1704
|
+
export const hm_text_lg_semibold_italic_paragraph_indent = '0px';
|
1705
|
+
export const hm_text_lg_semibold_italic_paragraph_spacing = '18';
|
1706
|
+
export const hm_text_lg_semibold_italic_text_case = 'none';
|
1707
|
+
export const hm_text_lg_semibold_italic_text_decoration = 'none';
|
1708
|
+
export const hm_text_lg_semibold_italic_font_style = 'italic';
|
1709
|
+
export const hm_text_lg_semibold_underlined_font_family = 'Inter';
|
1710
|
+
export const hm_text_lg_semibold_underlined_font_size = '18px';
|
1711
|
+
export const hm_text_lg_semibold_underlined_font_weight = 'Semi Bold';
|
1712
|
+
export const hm_text_lg_semibold_underlined_letter_spacing = '0%';
|
1713
|
+
export const hm_text_lg_semibold_underlined_line_height = '28';
|
1714
|
+
export const hm_text_lg_semibold_underlined_paragraph_indent = '0px';
|
1715
|
+
export const hm_text_lg_semibold_underlined_paragraph_spacing = '18';
|
1716
|
+
export const hm_text_lg_semibold_underlined_text_case = 'none';
|
1717
|
+
export const hm_text_lg_semibold_underlined_text_decoration = 'underline';
|
1718
|
+
export const hm_text_md_bold_font_family = 'Figtree';
|
1719
|
+
export const hm_text_md_bold_font_size = '16px';
|
1720
|
+
export const hm_text_md_bold_font_weight = 'Bold';
|
1721
|
+
export const hm_text_md_bold_letter_spacing = '0%';
|
1722
|
+
export const hm_text_md_bold_line_height = '24';
|
1723
|
+
export const hm_text_md_bold_paragraph_indent = '0px';
|
1724
|
+
export const hm_text_md_bold_paragraph_spacing = '16';
|
1725
|
+
export const hm_text_md_bold_text_case = 'none';
|
1726
|
+
export const hm_text_md_bold_text_decoration = 'none';
|
1727
|
+
export const hm_text_md_bold_italic_font_family = 'Inter';
|
1728
|
+
export const hm_text_md_bold_italic_font_size = '16px';
|
1729
|
+
export const hm_text_md_bold_italic_font_weight = 'Bold';
|
1730
|
+
export const hm_text_md_bold_italic_letter_spacing = '0%';
|
1731
|
+
export const hm_text_md_bold_italic_line_height = '24';
|
1732
|
+
export const hm_text_md_bold_italic_paragraph_indent = '0px';
|
1733
|
+
export const hm_text_md_bold_italic_paragraph_spacing = '16';
|
1734
|
+
export const hm_text_md_bold_italic_text_case = 'none';
|
1735
|
+
export const hm_text_md_bold_italic_text_decoration = 'none';
|
1736
|
+
export const hm_text_md_bold_italic_font_style = 'italic';
|
1737
|
+
export const hm_text_md_medium_font_family = 'Figtree';
|
1738
|
+
export const hm_text_md_medium_font_size = '16px';
|
1739
|
+
export const hm_text_md_medium_font_weight = 'Medium';
|
1740
|
+
export const hm_text_md_medium_letter_spacing = '0%';
|
1741
|
+
export const hm_text_md_medium_line_height = '24';
|
1742
|
+
export const hm_text_md_medium_paragraph_indent = '0px';
|
1743
|
+
export const hm_text_md_medium_paragraph_spacing = '16';
|
1744
|
+
export const hm_text_md_medium_text_case = 'none';
|
1745
|
+
export const hm_text_md_medium_text_decoration = 'none';
|
1746
|
+
export const hm_text_md_medium_italic_font_family = 'Inter';
|
1747
|
+
export const hm_text_md_medium_italic_font_size = '16px';
|
1748
|
+
export const hm_text_md_medium_italic_font_weight = 'Medium';
|
1749
|
+
export const hm_text_md_medium_italic_letter_spacing = '0%';
|
1750
|
+
export const hm_text_md_medium_italic_line_height = '24';
|
1751
|
+
export const hm_text_md_medium_italic_paragraph_indent = '0px';
|
1752
|
+
export const hm_text_md_medium_italic_paragraph_spacing = '16';
|
1753
|
+
export const hm_text_md_medium_italic_text_case = 'none';
|
1754
|
+
export const hm_text_md_medium_italic_text_decoration = 'none';
|
1755
|
+
export const hm_text_md_medium_italic_font_style = 'italic';
|
1756
|
+
export const hm_text_md_medium_underlined_font_family = 'Inter';
|
1757
|
+
export const hm_text_md_medium_underlined_font_size = '16px';
|
1758
|
+
export const hm_text_md_medium_underlined_font_weight = 'Medium';
|
1759
|
+
export const hm_text_md_medium_underlined_letter_spacing = '0%';
|
1760
|
+
export const hm_text_md_medium_underlined_line_height = '24';
|
1761
|
+
export const hm_text_md_medium_underlined_paragraph_indent = '0px';
|
1762
|
+
export const hm_text_md_medium_underlined_paragraph_spacing = '24';
|
1763
|
+
export const hm_text_md_medium_underlined_text_case = 'none';
|
1764
|
+
export const hm_text_md_medium_underlined_text_decoration = 'underline';
|
1765
|
+
export const hm_text_md_regular_font_family = 'Figtree';
|
1766
|
+
export const hm_text_md_regular_font_size = '16px';
|
1767
|
+
export const hm_text_md_regular_font_weight = 'Regular';
|
1768
|
+
export const hm_text_md_regular_letter_spacing = '0%';
|
1769
|
+
export const hm_text_md_regular_line_height = '24';
|
1770
|
+
export const hm_text_md_regular_paragraph_indent = '0px';
|
1771
|
+
export const hm_text_md_regular_paragraph_spacing = '16';
|
1772
|
+
export const hm_text_md_regular_text_case = 'none';
|
1773
|
+
export const hm_text_md_regular_text_decoration = 'none';
|
1774
|
+
export const hm_text_md_regular_italic_font_family = 'Inter';
|
1775
|
+
export const hm_text_md_regular_italic_font_size = '16px';
|
1776
|
+
export const hm_text_md_regular_italic_font_weight = 'Regular';
|
1777
|
+
export const hm_text_md_regular_italic_letter_spacing = '0%';
|
1778
|
+
export const hm_text_md_regular_italic_line_height = '24';
|
1779
|
+
export const hm_text_md_regular_italic_paragraph_indent = '0px';
|
1780
|
+
export const hm_text_md_regular_italic_paragraph_spacing = '16';
|
1781
|
+
export const hm_text_md_regular_italic_text_case = 'none';
|
1782
|
+
export const hm_text_md_regular_italic_text_decoration = 'none';
|
1783
|
+
export const hm_text_md_regular_italic_font_style = 'italic';
|
1784
|
+
export const hm_text_md_regular_underlined_font_family = 'Inter';
|
1785
|
+
export const hm_text_md_regular_underlined_font_size = '16px';
|
1786
|
+
export const hm_text_md_regular_underlined_font_weight = 'Regular';
|
1787
|
+
export const hm_text_md_regular_underlined_letter_spacing = '0%';
|
1788
|
+
export const hm_text_md_regular_underlined_line_height = '24';
|
1789
|
+
export const hm_text_md_regular_underlined_paragraph_indent = '0px';
|
1790
|
+
export const hm_text_md_regular_underlined_paragraph_spacing = '24';
|
1791
|
+
export const hm_text_md_regular_underlined_text_case = 'none';
|
1792
|
+
export const hm_text_md_regular_underlined_text_decoration = 'underline';
|
1793
|
+
export const hm_text_md_semibold_font_family = 'Figtree';
|
1794
|
+
export const hm_text_md_semibold_font_size = '16px';
|
1795
|
+
export const hm_text_md_semibold_font_weight = 'SemiBold';
|
1796
|
+
export const hm_text_md_semibold_letter_spacing = '0%';
|
1797
|
+
export const hm_text_md_semibold_line_height = '24';
|
1798
|
+
export const hm_text_md_semibold_paragraph_indent = '0px';
|
1799
|
+
export const hm_text_md_semibold_paragraph_spacing = '16';
|
1800
|
+
export const hm_text_md_semibold_text_case = 'none';
|
1801
|
+
export const hm_text_md_semibold_text_decoration = 'none';
|
1802
|
+
export const hm_text_md_semibold_italic_font_family = 'Inter';
|
1803
|
+
export const hm_text_md_semibold_italic_font_size = '16px';
|
1804
|
+
export const hm_text_md_semibold_italic_font_weight = 'Semi Bold';
|
1805
|
+
export const hm_text_md_semibold_italic_letter_spacing = '0%';
|
1806
|
+
export const hm_text_md_semibold_italic_line_height = '24';
|
1807
|
+
export const hm_text_md_semibold_italic_paragraph_indent = '0px';
|
1808
|
+
export const hm_text_md_semibold_italic_paragraph_spacing = '16';
|
1809
|
+
export const hm_text_md_semibold_italic_text_case = 'none';
|
1810
|
+
export const hm_text_md_semibold_italic_text_decoration = 'none';
|
1811
|
+
export const hm_text_md_semibold_italic_font_style = 'italic';
|
1812
|
+
export const hm_text_md_semibold_underlined_font_family = 'Inter';
|
1813
|
+
export const hm_text_md_semibold_underlined_font_size = '16px';
|
1814
|
+
export const hm_text_md_semibold_underlined_font_weight = 'Semi Bold';
|
1815
|
+
export const hm_text_md_semibold_underlined_letter_spacing = '0%';
|
1816
|
+
export const hm_text_md_semibold_underlined_line_height = '24';
|
1817
|
+
export const hm_text_md_semibold_underlined_paragraph_indent = '0px';
|
1818
|
+
export const hm_text_md_semibold_underlined_paragraph_spacing = '16';
|
1819
|
+
export const hm_text_md_semibold_underlined_text_case = 'none';
|
1820
|
+
export const hm_text_md_semibold_underlined_text_decoration = 'underline';
|
1821
|
+
export const hm_text_sm_bold_font_family = 'Figtree';
|
1822
|
+
export const hm_text_sm_bold_font_size = '14px';
|
1823
|
+
export const hm_text_sm_bold_font_weight = 'Bold';
|
1824
|
+
export const hm_text_sm_bold_letter_spacing = '0%';
|
1825
|
+
export const hm_text_sm_bold_line_height = '20';
|
1826
|
+
export const hm_text_sm_bold_paragraph_indent = '0px';
|
1827
|
+
export const hm_text_sm_bold_paragraph_spacing = '14';
|
1828
|
+
export const hm_text_sm_bold_text_case = 'none';
|
1829
|
+
export const hm_text_sm_bold_text_decoration = 'none';
|
1830
|
+
export const hm_text_sm_medium_font_family = 'Figtree';
|
1831
|
+
export const hm_text_sm_medium_font_size = '14px';
|
1832
|
+
export const hm_text_sm_medium_font_weight = 'Medium';
|
1833
|
+
export const hm_text_sm_medium_letter_spacing = '0%';
|
1834
|
+
export const hm_text_sm_medium_line_height = '20';
|
1835
|
+
export const hm_text_sm_medium_paragraph_indent = '0px';
|
1836
|
+
export const hm_text_sm_medium_paragraph_spacing = '14';
|
1837
|
+
export const hm_text_sm_medium_text_case = 'none';
|
1838
|
+
export const hm_text_sm_medium_text_decoration = 'none';
|
1839
|
+
export const hm_text_sm_medium_underlined_font_family = 'Inter';
|
1840
|
+
export const hm_text_sm_medium_underlined_font_size = '14px';
|
1841
|
+
export const hm_text_sm_medium_underlined_font_weight = 'Medium';
|
1842
|
+
export const hm_text_sm_medium_underlined_letter_spacing = '0%';
|
1843
|
+
export const hm_text_sm_medium_underlined_line_height = '20';
|
1844
|
+
export const hm_text_sm_medium_underlined_paragraph_indent = '0px';
|
1845
|
+
export const hm_text_sm_medium_underlined_paragraph_spacing = '14';
|
1846
|
+
export const hm_text_sm_medium_underlined_text_case = 'none';
|
1847
|
+
export const hm_text_sm_medium_underlined_text_decoration = 'underline';
|
1848
|
+
export const hm_text_sm_regular_font_family = 'Figtree';
|
1849
|
+
export const hm_text_sm_regular_font_size = '14px';
|
1850
|
+
export const hm_text_sm_regular_font_weight = 'Regular';
|
1851
|
+
export const hm_text_sm_regular_letter_spacing = '0%';
|
1852
|
+
export const hm_text_sm_regular_line_height = '20';
|
1853
|
+
export const hm_text_sm_regular_paragraph_indent = '0px';
|
1854
|
+
export const hm_text_sm_regular_paragraph_spacing = '14';
|
1855
|
+
export const hm_text_sm_regular_text_case = 'none';
|
1856
|
+
export const hm_text_sm_regular_text_decoration = 'none';
|
1857
|
+
export const hm_text_sm_regular_underlined_font_family = 'Inter';
|
1858
|
+
export const hm_text_sm_regular_underlined_font_size = '14px';
|
1859
|
+
export const hm_text_sm_regular_underlined_font_weight = 'Regular';
|
1860
|
+
export const hm_text_sm_regular_underlined_letter_spacing = '0%';
|
1861
|
+
export const hm_text_sm_regular_underlined_line_height = '20';
|
1862
|
+
export const hm_text_sm_regular_underlined_paragraph_indent = '0px';
|
1863
|
+
export const hm_text_sm_regular_underlined_paragraph_spacing = '14';
|
1864
|
+
export const hm_text_sm_regular_underlined_text_case = 'none';
|
1865
|
+
export const hm_text_sm_regular_underlined_text_decoration = 'underline';
|
1866
|
+
export const hm_text_sm_semibold_font_family = 'Figtree';
|
1867
|
+
export const hm_text_sm_semibold_font_size = '14px';
|
1868
|
+
export const hm_text_sm_semibold_font_weight = 'SemiBold';
|
1869
|
+
export const hm_text_sm_semibold_letter_spacing = '0%';
|
1870
|
+
export const hm_text_sm_semibold_line_height = '20';
|
1871
|
+
export const hm_text_sm_semibold_paragraph_indent = '0px';
|
1872
|
+
export const hm_text_sm_semibold_paragraph_spacing = '14';
|
1873
|
+
export const hm_text_sm_semibold_text_case = 'none';
|
1874
|
+
export const hm_text_sm_semibold_text_decoration = 'none';
|
1875
|
+
export const hm_text_sm_semibold_underlined_font_family = 'Inter';
|
1876
|
+
export const hm_text_sm_semibold_underlined_font_size = '14px';
|
1877
|
+
export const hm_text_sm_semibold_underlined_font_weight = 'Semi Bold';
|
1878
|
+
export const hm_text_sm_semibold_underlined_letter_spacing = '0%';
|
1879
|
+
export const hm_text_sm_semibold_underlined_line_height = '20';
|
1880
|
+
export const hm_text_sm_semibold_underlined_paragraph_indent = '0px';
|
1881
|
+
export const hm_text_sm_semibold_underlined_paragraph_spacing = '14';
|
1882
|
+
export const hm_text_sm_semibold_underlined_text_case = 'none';
|
1883
|
+
export const hm_text_sm_semibold_underlined_text_decoration = 'underline';
|
1884
|
+
export const hm_text_xl_bold_font_family = 'Figtree';
|
1885
|
+
export const hm_text_xl_bold_font_size = '20px';
|
1886
|
+
export const hm_text_xl_bold_font_weight = 'Bold';
|
1887
|
+
export const hm_text_xl_bold_letter_spacing = '0%';
|
1888
|
+
export const hm_text_xl_bold_line_height = '30';
|
1889
|
+
export const hm_text_xl_bold_paragraph_indent = '0px';
|
1890
|
+
export const hm_text_xl_bold_paragraph_spacing = '20';
|
1891
|
+
export const hm_text_xl_bold_text_case = 'none';
|
1892
|
+
export const hm_text_xl_bold_text_decoration = 'none';
|
1893
|
+
export const hm_text_xl_bold_italic_font_family = 'Inter';
|
1894
|
+
export const hm_text_xl_bold_italic_font_size = '20px';
|
1895
|
+
export const hm_text_xl_bold_italic_font_weight = 'Bold';
|
1896
|
+
export const hm_text_xl_bold_italic_letter_spacing = '0%';
|
1897
|
+
export const hm_text_xl_bold_italic_line_height = '30';
|
1898
|
+
export const hm_text_xl_bold_italic_paragraph_indent = '0px';
|
1899
|
+
export const hm_text_xl_bold_italic_paragraph_spacing = '20';
|
1900
|
+
export const hm_text_xl_bold_italic_text_case = 'none';
|
1901
|
+
export const hm_text_xl_bold_italic_text_decoration = 'none';
|
1902
|
+
export const hm_text_xl_bold_italic_font_style = 'italic';
|
1903
|
+
export const hm_text_xl_medium_font_family = 'Figtree';
|
1904
|
+
export const hm_text_xl_medium_font_size = '20px';
|
1905
|
+
export const hm_text_xl_medium_font_weight = 'Medium';
|
1906
|
+
export const hm_text_xl_medium_letter_spacing = '0%';
|
1907
|
+
export const hm_text_xl_medium_line_height = '30';
|
1908
|
+
export const hm_text_xl_medium_paragraph_indent = '0px';
|
1909
|
+
export const hm_text_xl_medium_paragraph_spacing = '20';
|
1910
|
+
export const hm_text_xl_medium_text_case = 'none';
|
1911
|
+
export const hm_text_xl_medium_text_decoration = 'none';
|
1912
|
+
export const hm_text_xl_medium_italic_font_family = 'Inter';
|
1913
|
+
export const hm_text_xl_medium_italic_font_size = '20px';
|
1914
|
+
export const hm_text_xl_medium_italic_font_weight = 'Medium';
|
1915
|
+
export const hm_text_xl_medium_italic_letter_spacing = '0%';
|
1916
|
+
export const hm_text_xl_medium_italic_line_height = '30';
|
1917
|
+
export const hm_text_xl_medium_italic_paragraph_indent = '0px';
|
1918
|
+
export const hm_text_xl_medium_italic_paragraph_spacing = '20';
|
1919
|
+
export const hm_text_xl_medium_italic_text_case = 'none';
|
1920
|
+
export const hm_text_xl_medium_italic_text_decoration = 'none';
|
1921
|
+
export const hm_text_xl_medium_italic_font_style = 'italic';
|
1922
|
+
export const hm_text_xl_regular_font_family = 'Figtree';
|
1923
|
+
export const hm_text_xl_regular_font_size = '20px';
|
1924
|
+
export const hm_text_xl_regular_font_weight = 'Regular';
|
1925
|
+
export const hm_text_xl_regular_letter_spacing = '0%';
|
1926
|
+
export const hm_text_xl_regular_line_height = '30';
|
1927
|
+
export const hm_text_xl_regular_paragraph_indent = '0px';
|
1928
|
+
export const hm_text_xl_regular_paragraph_spacing = '20';
|
1929
|
+
export const hm_text_xl_regular_text_case = 'none';
|
1930
|
+
export const hm_text_xl_regular_text_decoration = 'none';
|
1931
|
+
export const hm_text_xl_regular_italic_font_family = 'Inter';
|
1932
|
+
export const hm_text_xl_regular_italic_font_size = '20px';
|
1933
|
+
export const hm_text_xl_regular_italic_font_weight = 'Regular';
|
1934
|
+
export const hm_text_xl_regular_italic_letter_spacing = '0%';
|
1935
|
+
export const hm_text_xl_regular_italic_line_height = '30';
|
1936
|
+
export const hm_text_xl_regular_italic_paragraph_indent = '0px';
|
1937
|
+
export const hm_text_xl_regular_italic_paragraph_spacing = '20';
|
1938
|
+
export const hm_text_xl_regular_italic_text_case = 'none';
|
1939
|
+
export const hm_text_xl_regular_italic_text_decoration = 'none';
|
1940
|
+
export const hm_text_xl_regular_italic_font_style = 'italic';
|
1941
|
+
export const hm_text_xl_regular_underlined_font_family = 'Inter';
|
1942
|
+
export const hm_text_xl_regular_underlined_font_size = '20px';
|
1943
|
+
export const hm_text_xl_regular_underlined_font_weight = 'Regular';
|
1944
|
+
export const hm_text_xl_regular_underlined_letter_spacing = '0%';
|
1945
|
+
export const hm_text_xl_regular_underlined_line_height = '30';
|
1946
|
+
export const hm_text_xl_regular_underlined_paragraph_indent = '0px';
|
1947
|
+
export const hm_text_xl_regular_underlined_paragraph_spacing = '0';
|
1948
|
+
export const hm_text_xl_regular_underlined_text_case = 'none';
|
1949
|
+
export const hm_text_xl_regular_underlined_text_decoration = 'underline';
|
1950
|
+
export const hm_text_xl_semibold_font_family = 'Figtree';
|
1951
|
+
export const hm_text_xl_semibold_font_size = '20px';
|
1952
|
+
export const hm_text_xl_semibold_font_weight = 'SemiBold';
|
1953
|
+
export const hm_text_xl_semibold_letter_spacing = '0%';
|
1954
|
+
export const hm_text_xl_semibold_line_height = '30';
|
1955
|
+
export const hm_text_xl_semibold_paragraph_indent = '0px';
|
1956
|
+
export const hm_text_xl_semibold_paragraph_spacing = '20';
|
1957
|
+
export const hm_text_xl_semibold_text_case = 'none';
|
1958
|
+
export const hm_text_xl_semibold_text_decoration = 'none';
|
1959
|
+
export const hm_text_xl_semibold_italic_font_family = 'Inter';
|
1960
|
+
export const hm_text_xl_semibold_italic_font_size = '20px';
|
1961
|
+
export const hm_text_xl_semibold_italic_font_weight = 'Semi Bold';
|
1962
|
+
export const hm_text_xl_semibold_italic_letter_spacing = '0%';
|
1963
|
+
export const hm_text_xl_semibold_italic_line_height = '30';
|
1964
|
+
export const hm_text_xl_semibold_italic_paragraph_indent = '0px';
|
1965
|
+
export const hm_text_xl_semibold_italic_paragraph_spacing = '20';
|
1966
|
+
export const hm_text_xl_semibold_italic_text_case = 'none';
|
1967
|
+
export const hm_text_xl_semibold_italic_text_decoration = 'none';
|
1968
|
+
export const hm_text_xl_semibold_italic_font_style = 'italic';
|
1969
|
+
export const hm_text_xs_bold_font_family = 'Figtree';
|
1970
|
+
export const hm_text_xs_bold_font_size = '12px';
|
1971
|
+
export const hm_text_xs_bold_font_weight = 'Bold';
|
1972
|
+
export const hm_text_xs_bold_letter_spacing = '0%';
|
1973
|
+
export const hm_text_xs_bold_line_height = '18';
|
1974
|
+
export const hm_text_xs_bold_paragraph_indent = '0px';
|
1975
|
+
export const hm_text_xs_bold_paragraph_spacing = '12';
|
1976
|
+
export const hm_text_xs_bold_text_case = 'none';
|
1977
|
+
export const hm_text_xs_bold_text_decoration = 'none';
|
1978
|
+
export const hm_text_xs_medium_font_family = 'Figtree';
|
1979
|
+
export const hm_text_xs_medium_font_size = '12px';
|
1980
|
+
export const hm_text_xs_medium_font_weight = 'Medium';
|
1981
|
+
export const hm_text_xs_medium_letter_spacing = '0%';
|
1982
|
+
export const hm_text_xs_medium_line_height = '18';
|
1983
|
+
export const hm_text_xs_medium_paragraph_indent = '0px';
|
1984
|
+
export const hm_text_xs_medium_paragraph_spacing = '12';
|
1985
|
+
export const hm_text_xs_medium_text_case = 'none';
|
1986
|
+
export const hm_text_xs_medium_text_decoration = 'none';
|
1987
|
+
export const hm_text_xs_regular_font_family = 'Figtree';
|
1988
|
+
export const hm_text_xs_regular_font_size = '12px';
|
1989
|
+
export const hm_text_xs_regular_font_weight = 'Regular';
|
1990
|
+
export const hm_text_xs_regular_letter_spacing = '0%';
|
1991
|
+
export const hm_text_xs_regular_line_height = '18';
|
1992
|
+
export const hm_text_xs_regular_paragraph_indent = '0px';
|
1993
|
+
export const hm_text_xs_regular_paragraph_spacing = '12';
|
1994
|
+
export const hm_text_xs_regular_text_case = 'none';
|
1995
|
+
export const hm_text_xs_regular_text_decoration = 'none';
|
1996
|
+
export const hm_text_xs_semibold_font_family = 'Figtree';
|
1997
|
+
export const hm_text_xs_semibold_font_size = '12px';
|
1998
|
+
export const hm_text_xs_semibold_font_weight = 'SemiBold';
|
1999
|
+
export const hm_text_xs_semibold_letter_spacing = '0%';
|
2000
|
+
export const hm_text_xs_semibold_line_height = '18';
|
2001
|
+
export const hm_text_xs_semibold_paragraph_indent = '0px';
|
2002
|
+
export const hm_text_xs_semibold_paragraph_spacing = '12';
|
2003
|
+
export const hm_text_xs_semibold_text_case = 'none';
|
2004
|
+
export const hm_text_xs_semibold_text_decoration = 'none';
|
2005
|
+
export const hm_violet_25 = '#fbfaff';
|
2006
|
+
export const hm_violet_50 = '#f5f3ff';
|
2007
|
+
export const hm_violet_100 = '#ece9fe';
|
2008
|
+
export const hm_violet_200 = '#ddd6fe';
|
2009
|
+
export const hm_violet_300 = '#c3b5fd';
|
2010
|
+
export const hm_violet_400 = '#a48afb';
|
2011
|
+
export const hm_violet_500 = '#875bf7';
|
2012
|
+
export const hm_violet_600 = '#7839ee';
|
2013
|
+
export const hm_violet_700 = '#6927da';
|
2014
|
+
export const hm_violet_800 = '#5720b7';
|
2015
|
+
export const hm_violet_900 = '#491c96';
|
2016
|
+
export const hm_violet_950 = '#2e125e';
|
2017
|
+
export const hm_warning_25 = '#fffcf5';
|
2018
|
+
export const hm_warning_50 = '#fffaeb';
|
2019
|
+
export const hm_warning_100 = '#fef0c7';
|
2020
|
+
export const hm_warning_200 = '#fedf89';
|
2021
|
+
export const hm_warning_300 = '#fec84b';
|
2022
|
+
export const hm_warning_400 = '#fdb022';
|
2023
|
+
export const hm_warning_500 = '#f79009';
|
2024
|
+
export const hm_warning_600 = '#dc6803';
|
2025
|
+
export const hm_warning_700 = '#b54708';
|
2026
|
+
export const hm_warning_800 = '#93370d';
|
2027
|
+
export const hm_warning_900 = '#7a2e0e';
|
2028
|
+
export const hm_warning_950 = '#4e1d09';
|
2029
|
+
export const hm_yellow_25 = '#fefdf0';
|
2030
|
+
export const hm_yellow_50 = '#fefbe8';
|
2031
|
+
export const hm_yellow_100 = '#fef7c3';
|
2032
|
+
export const hm_yellow_200 = '#feee95';
|
2033
|
+
export const hm_yellow_300 = '#fde272';
|
2034
|
+
export const hm_yellow_400 = '#fac515';
|
2035
|
+
export const hm_yellow_500 = '#eaaa08';
|
2036
|
+
export const hm_yellow_600 = '#ca8504';
|
2037
|
+
export const hm_yellow_700 = '#a15c07';
|
2038
|
+
export const hm_yellow_800 = '#854a0e';
|
2039
|
+
export const hm_yellow_900 = '#713b12';
|
2040
|
+
export const hm_yellow_950 = '#542c0d';
|
2041
|
+
export const hm_font_families_figtree = 'Figtree';
|
2042
|
+
export const hm_font_families_inter = 'Inter';
|
2043
|
+
export const hm_font_size_0 = '12px';
|
2044
|
+
export const hm_font_size_1 = '14px';
|
2045
|
+
export const hm_font_size_2 = '16px';
|
2046
|
+
export const hm_font_size_3 = '18px';
|
2047
|
+
export const hm_font_size_4 = '20px';
|
2048
|
+
export const hm_font_size_5 = '24px';
|
2049
|
+
export const hm_font_size_6 = '30px';
|
2050
|
+
export const hm_font_size_7 = '36px';
|
2051
|
+
export const hm_font_size_8 = '48px';
|
2052
|
+
export const hm_font_size_9 = '60px';
|
2053
|
+
export const hm_font_size_10 = '72px';
|
2054
|
+
export const hm_font_weights_figtree_0 = 'Regular';
|
2055
|
+
export const hm_font_weights_figtree_1 = 'Medium';
|
2056
|
+
export const hm_font_weights_figtree_2 = 'SemiBold';
|
2057
|
+
export const hm_font_weights_figtree_3 = 'Bold';
|
2058
|
+
export const hm_font_weights_inter_10 = 'Semi Bold';
|
2059
|
+
export const hm_font_weights_inter_4 = 'Medium Italic';
|
2060
|
+
export const hm_font_weights_inter_5 = 'Italic';
|
2061
|
+
export const hm_font_weights_inter_6 = 'Semi Bold Italic';
|
2062
|
+
export const hm_font_weights_inter_7 = 'Bold Italic';
|
2063
|
+
export const hm_font_weights_inter_8 = 'Regular';
|
2064
|
+
export const hm_font_weights_inter_9 = 'Medium';
|
2065
|
+
export const hm_letter_spacing_0 = '-2%';
|
2066
|
+
export const hm_letter_spacing_1 = '0%';
|
2067
|
+
export const hm_line_heights_0 = '100%';
|
2068
|
+
export const hm_line_heights_1 = '72';
|
2069
|
+
export const hm_line_heights_2 = '60';
|
2070
|
+
export const hm_line_heights_3 = '38';
|
2071
|
+
export const hm_line_heights_4 = '44';
|
2072
|
+
export const hm_line_heights_5 = '32';
|
2073
|
+
export const hm_line_heights_6 = '36';
|
2074
|
+
export const hm_line_heights_7 = '30';
|
2075
|
+
export const hm_line_heights_8 = '28';
|
2076
|
+
export const hm_line_heights_9 = '24';
|
2077
|
+
export const hm_line_heights_10 = '20';
|
2078
|
+
export const hm_line_heights_11 = '18';
|
2079
|
+
export const hm_paragraph_indent_0 = '0px';
|
2080
|
+
export const hm_paragraph_spacing_0 = '0';
|
2081
|
+
export const hm_paragraph_spacing_1 = '12';
|
2082
|
+
export const hm_paragraph_spacing_2 = '14';
|
2083
|
+
export const hm_paragraph_spacing_3 = '16';
|
2084
|
+
export const hm_paragraph_spacing_4 = '18';
|
2085
|
+
export const hm_paragraph_spacing_5 = '20';
|
2086
|
+
export const hm_paragraph_spacing_6 = '24';
|
2087
|
+
export const hm_paragraph_spacing_7 = '28';
|
2088
|
+
export const hm_paragraph_spacing_8 = '30';
|
2089
|
+
export const hm_paragraph_spacing_9 = '32';
|
2090
|
+
export const hm_paragraph_spacing_10 = '36';
|
2091
|
+
export const hm_paragraph_spacing_11 = '38';
|
2092
|
+
export const hm_paragraph_spacing_12 = '48';
|
2093
|
+
export const hm_paragraph_spacing_13 = '60';
|
2094
|
+
export const hm_paragraph_spacing_14 = '72';
|
2095
|
+
export const hm_text_case_none = 'none';
|
2096
|
+
export const hm_text_decoration_none = 'none';
|
2097
|
+
export const hm_text_decoration_underline = 'underline';
|