@stackoverflow/stacks 3.0.0-beta.29 → 3.0.0-beta.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -689,6 +689,23 @@ body:not(.theme-highcontrast).theme-system .theme-light__forced .themed {
689
689
  --highlight-symbol: hsl(306, 43%, 35%);
690
690
  --highlight-variable: hsl(80, 80.5%, 26.5%);
691
691
  --scrollbar: hsla(0, 0%, 0%, 0.2);
692
+ --brand: #FF5E00;
693
+ --brand-black: #201C1D;
694
+ --brand-off-white: #F0EFEE;
695
+ --brand-blue-light: #C6D1E1;
696
+ --brand-blue: #5074EF;
697
+ --brand-blue-dark: #00165E;
698
+ --brand-brown-light: #998B7A;
699
+ --brand-green: #86AF25;
700
+ --brand-green-dark: #263603;
701
+ --brand-orange-medium: #6E1527;
702
+ --brand-orange-dark: #31070F;
703
+ --brand-pink: #F39FFF;
704
+ --brand-pink-dark: #4D1955;
705
+ --brand-purple: #9D9CFF;
706
+ --brand-purple-dark: #390A91;
707
+ --brand-yellow: #FFCC00;
708
+ --brand-yellow-dark: #423101;
692
709
  --theme-primary: var(--theme-primary-custom, var(--orange-400));
693
710
  --theme-primary-100: var(--theme-primary-custom-100, var(--orange-100));
694
711
  --theme-primary-200: var(--theme-primary-custom-200, var(--orange-200));
@@ -829,6 +846,23 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
829
846
  --highlight-symbol: hsl(306, 50%, 75%);
830
847
  --highlight-variable: hsl(65.5, 39%, 57.5%);
831
848
  --scrollbar: hsla(0, 0%, 100%, 0.2);
849
+ --brand: #FF5E00;
850
+ --brand-black: #201C1D;
851
+ --brand-off-white: #F0EFEE;
852
+ --brand-blue-light: #C6D1E1;
853
+ --brand-blue: #5074EF;
854
+ --brand-blue-dark: #00165E;
855
+ --brand-brown-light: #998B7A;
856
+ --brand-green: #86AF25;
857
+ --brand-green-dark: #263603;
858
+ --brand-orange-medium: #6E1527;
859
+ --brand-orange-dark: #31070F;
860
+ --brand-pink: #F39FFF;
861
+ --brand-pink-dark: #4D1955;
862
+ --brand-purple: #9D9CFF;
863
+ --brand-purple-dark: #390A91;
864
+ --brand-yellow: #FFCC00;
865
+ --brand-yellow-dark: #423101;
832
866
  --theme-primary: var(--theme-dark-primary-custom, var(--orange-400));
833
867
  --theme-primary-100: var(--theme-dark-primary-custom-100, var(--orange-100));
834
868
  --theme-primary-200: var(--theme-dark-primary-custom-200, var(--orange-200));
@@ -967,6 +1001,23 @@ body:not(.theme-highcontrast):not(.theme-dark) .theme-dark__forced .themed {
967
1001
  --highlight-symbol: hsl(306, 50%, 75%);
968
1002
  --highlight-variable: hsl(65.5, 39%, 57.5%);
969
1003
  --scrollbar: hsla(0, 0%, 100%, 0.2);
1004
+ --brand: #FF5E00;
1005
+ --brand-black: #201C1D;
1006
+ --brand-off-white: #F0EFEE;
1007
+ --brand-blue-light: #C6D1E1;
1008
+ --brand-blue: #5074EF;
1009
+ --brand-blue-dark: #00165E;
1010
+ --brand-brown-light: #998B7A;
1011
+ --brand-green: #86AF25;
1012
+ --brand-green-dark: #263603;
1013
+ --brand-orange-medium: #6E1527;
1014
+ --brand-orange-dark: #31070F;
1015
+ --brand-pink: #F39FFF;
1016
+ --brand-pink-dark: #4D1955;
1017
+ --brand-purple: #9D9CFF;
1018
+ --brand-purple-dark: #390A91;
1019
+ --brand-yellow: #FFCC00;
1020
+ --brand-yellow-dark: #423101;
970
1021
  --theme-primary: var(--theme-dark-primary-custom, var(--orange-400));
971
1022
  --theme-primary-100: var(--theme-dark-primary-custom-100, var(--orange-100));
972
1023
  --theme-primary-200: var(--theme-dark-primary-custom-200, var(--orange-200));
@@ -1105,6 +1156,23 @@ body.theme-highcontrast.theme-system .theme-light__forced {
1105
1156
  --highlight-symbol: hsl(309, 45%, 31%);
1106
1157
  --highlight-variable: hsl(88, 100%, 18%);
1107
1158
  --scrollbar: var(--black);
1159
+ --brand: #FF5E00;
1160
+ --brand-black: #201C1D;
1161
+ --brand-off-white: #F0EFEE;
1162
+ --brand-blue-light: #C6D1E1;
1163
+ --brand-blue: #5074EF;
1164
+ --brand-blue-dark: #00165E;
1165
+ --brand-brown-light: #998B7A;
1166
+ --brand-green: #86AF25;
1167
+ --brand-green-dark: #263603;
1168
+ --brand-orange-medium: #6E1527;
1169
+ --brand-orange-dark: #31070F;
1170
+ --brand-pink: #F39FFF;
1171
+ --brand-pink-dark: #4D1955;
1172
+ --brand-purple: #9D9CFF;
1173
+ --brand-purple-dark: #390A91;
1174
+ --brand-yellow: #FFCC00;
1175
+ --brand-yellow-dark: #423101;
1108
1176
  --theme-primary: var(--orange-400);
1109
1177
  --theme-primary-100: var(--orange-100);
1110
1178
  --theme-primary-200: var(--orange-200);
@@ -1225,6 +1293,23 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
1225
1293
  --highlight-symbol: hsl(304, 39%, 85%);
1226
1294
  --highlight-variable: hsl(62, 71%, 81%);
1227
1295
  --scrollbar: var(--black);
1296
+ --brand: #FF5E00;
1297
+ --brand-black: #201C1D;
1298
+ --brand-off-white: #F0EFEE;
1299
+ --brand-blue-light: #C6D1E1;
1300
+ --brand-blue: #5074EF;
1301
+ --brand-blue-dark: #00165E;
1302
+ --brand-brown-light: #998B7A;
1303
+ --brand-green: #86AF25;
1304
+ --brand-green-dark: #263603;
1305
+ --brand-orange-medium: #6E1527;
1306
+ --brand-orange-dark: #31070F;
1307
+ --brand-pink: #F39FFF;
1308
+ --brand-pink-dark: #4D1955;
1309
+ --brand-purple: #9D9CFF;
1310
+ --brand-purple-dark: #390A91;
1311
+ --brand-yellow: #FFCC00;
1312
+ --brand-yellow-dark: #423101;
1228
1313
  --theme-primary: var(--orange-400);
1229
1314
  --theme-primary-100: var(--orange-100);
1230
1315
  --theme-primary-200: var(--orange-200);
@@ -1345,6 +1430,23 @@ body.theme-highcontrast:not(.theme-dark) .theme-dark__forced {
1345
1430
  --highlight-symbol: hsl(304, 39%, 85%);
1346
1431
  --highlight-variable: hsl(62, 71%, 81%);
1347
1432
  --scrollbar: var(--black);
1433
+ --brand: #FF5E00;
1434
+ --brand-black: #201C1D;
1435
+ --brand-off-white: #F0EFEE;
1436
+ --brand-blue-light: #C6D1E1;
1437
+ --brand-blue: #5074EF;
1438
+ --brand-blue-dark: #00165E;
1439
+ --brand-brown-light: #998B7A;
1440
+ --brand-green: #86AF25;
1441
+ --brand-green-dark: #263603;
1442
+ --brand-orange-medium: #6E1527;
1443
+ --brand-orange-dark: #31070F;
1444
+ --brand-pink: #F39FFF;
1445
+ --brand-pink-dark: #4D1955;
1446
+ --brand-purple: #9D9CFF;
1447
+ --brand-purple-dark: #390A91;
1448
+ --brand-yellow: #FFCC00;
1449
+ --brand-yellow-dark: #423101;
1348
1450
  --theme-primary: var(--orange-400);
1349
1451
  --theme-primary-100: var(--orange-100);
1350
1452
  --theme-primary-200: var(--orange-200);
@@ -2670,6 +2772,312 @@ body {
2670
2772
  .f\:fc-bronze-400:focus-within {
2671
2773
  color: var(--bronze-400) !important;
2672
2774
  }
2775
+ .bg-brand,
2776
+ .h\:bg-brand:hover,
2777
+ .f\:bg-brand:focus,
2778
+ .f\:bg-brand:focus-within {
2779
+ background-color: var(--brand) !important;
2780
+ }
2781
+ .bc-brand,
2782
+ .h\:bc-brand:hover,
2783
+ .f\:bc-brand:focus,
2784
+ .f\:bc-brand:focus-within {
2785
+ border-color: var(--brand) !important;
2786
+ }
2787
+ .fc-brand,
2788
+ .h\:fc-brand:hover,
2789
+ .f\:fc-brand:focus,
2790
+ .f\:fc-brand:focus-within {
2791
+ color: var(--brand) !important;
2792
+ }
2793
+ .bg-brand-black,
2794
+ .h\:bg-brand-black:hover,
2795
+ .f\:bg-brand-black:focus,
2796
+ .f\:bg-brand-black:focus-within {
2797
+ background-color: var(--brand-black) !important;
2798
+ }
2799
+ .bc-brand-black,
2800
+ .h\:bc-brand-black:hover,
2801
+ .f\:bc-brand-black:focus,
2802
+ .f\:bc-brand-black:focus-within {
2803
+ border-color: var(--brand-black) !important;
2804
+ }
2805
+ .fc-brand-black,
2806
+ .h\:fc-brand-black:hover,
2807
+ .f\:fc-brand-black:focus,
2808
+ .f\:fc-brand-black:focus-within {
2809
+ color: var(--brand-black) !important;
2810
+ }
2811
+ .bg-brand-off-white,
2812
+ .h\:bg-brand-off-white:hover,
2813
+ .f\:bg-brand-off-white:focus,
2814
+ .f\:bg-brand-off-white:focus-within {
2815
+ background-color: var(--brand-off-white) !important;
2816
+ }
2817
+ .bc-brand-off-white,
2818
+ .h\:bc-brand-off-white:hover,
2819
+ .f\:bc-brand-off-white:focus,
2820
+ .f\:bc-brand-off-white:focus-within {
2821
+ border-color: var(--brand-off-white) !important;
2822
+ }
2823
+ .fc-brand-off-white,
2824
+ .h\:fc-brand-off-white:hover,
2825
+ .f\:fc-brand-off-white:focus,
2826
+ .f\:fc-brand-off-white:focus-within {
2827
+ color: var(--brand-off-white) !important;
2828
+ }
2829
+ .bg-brand-blue-light,
2830
+ .h\:bg-brand-blue-light:hover,
2831
+ .f\:bg-brand-blue-light:focus,
2832
+ .f\:bg-brand-blue-light:focus-within {
2833
+ background-color: var(--brand-blue-light) !important;
2834
+ }
2835
+ .bc-brand-blue-light,
2836
+ .h\:bc-brand-blue-light:hover,
2837
+ .f\:bc-brand-blue-light:focus,
2838
+ .f\:bc-brand-blue-light:focus-within {
2839
+ border-color: var(--brand-blue-light) !important;
2840
+ }
2841
+ .fc-brand-blue-light,
2842
+ .h\:fc-brand-blue-light:hover,
2843
+ .f\:fc-brand-blue-light:focus,
2844
+ .f\:fc-brand-blue-light:focus-within {
2845
+ color: var(--brand-blue-light) !important;
2846
+ }
2847
+ .bg-brand-blue,
2848
+ .h\:bg-brand-blue:hover,
2849
+ .f\:bg-brand-blue:focus,
2850
+ .f\:bg-brand-blue:focus-within {
2851
+ background-color: var(--brand-blue) !important;
2852
+ }
2853
+ .bc-brand-blue,
2854
+ .h\:bc-brand-blue:hover,
2855
+ .f\:bc-brand-blue:focus,
2856
+ .f\:bc-brand-blue:focus-within {
2857
+ border-color: var(--brand-blue) !important;
2858
+ }
2859
+ .fc-brand-blue,
2860
+ .h\:fc-brand-blue:hover,
2861
+ .f\:fc-brand-blue:focus,
2862
+ .f\:fc-brand-blue:focus-within {
2863
+ color: var(--brand-blue) !important;
2864
+ }
2865
+ .bg-brand-blue-dark,
2866
+ .h\:bg-brand-blue-dark:hover,
2867
+ .f\:bg-brand-blue-dark:focus,
2868
+ .f\:bg-brand-blue-dark:focus-within {
2869
+ background-color: var(--brand-blue-dark) !important;
2870
+ }
2871
+ .bc-brand-blue-dark,
2872
+ .h\:bc-brand-blue-dark:hover,
2873
+ .f\:bc-brand-blue-dark:focus,
2874
+ .f\:bc-brand-blue-dark:focus-within {
2875
+ border-color: var(--brand-blue-dark) !important;
2876
+ }
2877
+ .fc-brand-blue-dark,
2878
+ .h\:fc-brand-blue-dark:hover,
2879
+ .f\:fc-brand-blue-dark:focus,
2880
+ .f\:fc-brand-blue-dark:focus-within {
2881
+ color: var(--brand-blue-dark) !important;
2882
+ }
2883
+ .bg-brand-brown-light,
2884
+ .h\:bg-brand-brown-light:hover,
2885
+ .f\:bg-brand-brown-light:focus,
2886
+ .f\:bg-brand-brown-light:focus-within {
2887
+ background-color: var(--brand-brown-light) !important;
2888
+ }
2889
+ .bc-brand-brown-light,
2890
+ .h\:bc-brand-brown-light:hover,
2891
+ .f\:bc-brand-brown-light:focus,
2892
+ .f\:bc-brand-brown-light:focus-within {
2893
+ border-color: var(--brand-brown-light) !important;
2894
+ }
2895
+ .fc-brand-brown-light,
2896
+ .h\:fc-brand-brown-light:hover,
2897
+ .f\:fc-brand-brown-light:focus,
2898
+ .f\:fc-brand-brown-light:focus-within {
2899
+ color: var(--brand-brown-light) !important;
2900
+ }
2901
+ .bg-brand-green,
2902
+ .h\:bg-brand-green:hover,
2903
+ .f\:bg-brand-green:focus,
2904
+ .f\:bg-brand-green:focus-within {
2905
+ background-color: var(--brand-green) !important;
2906
+ }
2907
+ .bc-brand-green,
2908
+ .h\:bc-brand-green:hover,
2909
+ .f\:bc-brand-green:focus,
2910
+ .f\:bc-brand-green:focus-within {
2911
+ border-color: var(--brand-green) !important;
2912
+ }
2913
+ .fc-brand-green,
2914
+ .h\:fc-brand-green:hover,
2915
+ .f\:fc-brand-green:focus,
2916
+ .f\:fc-brand-green:focus-within {
2917
+ color: var(--brand-green) !important;
2918
+ }
2919
+ .bg-brand-green-dark,
2920
+ .h\:bg-brand-green-dark:hover,
2921
+ .f\:bg-brand-green-dark:focus,
2922
+ .f\:bg-brand-green-dark:focus-within {
2923
+ background-color: var(--brand-green-dark) !important;
2924
+ }
2925
+ .bc-brand-green-dark,
2926
+ .h\:bc-brand-green-dark:hover,
2927
+ .f\:bc-brand-green-dark:focus,
2928
+ .f\:bc-brand-green-dark:focus-within {
2929
+ border-color: var(--brand-green-dark) !important;
2930
+ }
2931
+ .fc-brand-green-dark,
2932
+ .h\:fc-brand-green-dark:hover,
2933
+ .f\:fc-brand-green-dark:focus,
2934
+ .f\:fc-brand-green-dark:focus-within {
2935
+ color: var(--brand-green-dark) !important;
2936
+ }
2937
+ .bg-brand-orange-medium,
2938
+ .h\:bg-brand-orange-medium:hover,
2939
+ .f\:bg-brand-orange-medium:focus,
2940
+ .f\:bg-brand-orange-medium:focus-within {
2941
+ background-color: var(--brand-orange-medium) !important;
2942
+ }
2943
+ .bc-brand-orange-medium,
2944
+ .h\:bc-brand-orange-medium:hover,
2945
+ .f\:bc-brand-orange-medium:focus,
2946
+ .f\:bc-brand-orange-medium:focus-within {
2947
+ border-color: var(--brand-orange-medium) !important;
2948
+ }
2949
+ .fc-brand-orange-medium,
2950
+ .h\:fc-brand-orange-medium:hover,
2951
+ .f\:fc-brand-orange-medium:focus,
2952
+ .f\:fc-brand-orange-medium:focus-within {
2953
+ color: var(--brand-orange-medium) !important;
2954
+ }
2955
+ .bg-brand-orange-dark,
2956
+ .h\:bg-brand-orange-dark:hover,
2957
+ .f\:bg-brand-orange-dark:focus,
2958
+ .f\:bg-brand-orange-dark:focus-within {
2959
+ background-color: var(--brand-orange-dark) !important;
2960
+ }
2961
+ .bc-brand-orange-dark,
2962
+ .h\:bc-brand-orange-dark:hover,
2963
+ .f\:bc-brand-orange-dark:focus,
2964
+ .f\:bc-brand-orange-dark:focus-within {
2965
+ border-color: var(--brand-orange-dark) !important;
2966
+ }
2967
+ .fc-brand-orange-dark,
2968
+ .h\:fc-brand-orange-dark:hover,
2969
+ .f\:fc-brand-orange-dark:focus,
2970
+ .f\:fc-brand-orange-dark:focus-within {
2971
+ color: var(--brand-orange-dark) !important;
2972
+ }
2973
+ .bg-brand-pink,
2974
+ .h\:bg-brand-pink:hover,
2975
+ .f\:bg-brand-pink:focus,
2976
+ .f\:bg-brand-pink:focus-within {
2977
+ background-color: var(--brand-pink) !important;
2978
+ }
2979
+ .bc-brand-pink,
2980
+ .h\:bc-brand-pink:hover,
2981
+ .f\:bc-brand-pink:focus,
2982
+ .f\:bc-brand-pink:focus-within {
2983
+ border-color: var(--brand-pink) !important;
2984
+ }
2985
+ .fc-brand-pink,
2986
+ .h\:fc-brand-pink:hover,
2987
+ .f\:fc-brand-pink:focus,
2988
+ .f\:fc-brand-pink:focus-within {
2989
+ color: var(--brand-pink) !important;
2990
+ }
2991
+ .bg-brand-pink-dark,
2992
+ .h\:bg-brand-pink-dark:hover,
2993
+ .f\:bg-brand-pink-dark:focus,
2994
+ .f\:bg-brand-pink-dark:focus-within {
2995
+ background-color: var(--brand-pink-dark) !important;
2996
+ }
2997
+ .bc-brand-pink-dark,
2998
+ .h\:bc-brand-pink-dark:hover,
2999
+ .f\:bc-brand-pink-dark:focus,
3000
+ .f\:bc-brand-pink-dark:focus-within {
3001
+ border-color: var(--brand-pink-dark) !important;
3002
+ }
3003
+ .fc-brand-pink-dark,
3004
+ .h\:fc-brand-pink-dark:hover,
3005
+ .f\:fc-brand-pink-dark:focus,
3006
+ .f\:fc-brand-pink-dark:focus-within {
3007
+ color: var(--brand-pink-dark) !important;
3008
+ }
3009
+ .bg-brand-purple,
3010
+ .h\:bg-brand-purple:hover,
3011
+ .f\:bg-brand-purple:focus,
3012
+ .f\:bg-brand-purple:focus-within {
3013
+ background-color: var(--brand-purple) !important;
3014
+ }
3015
+ .bc-brand-purple,
3016
+ .h\:bc-brand-purple:hover,
3017
+ .f\:bc-brand-purple:focus,
3018
+ .f\:bc-brand-purple:focus-within {
3019
+ border-color: var(--brand-purple) !important;
3020
+ }
3021
+ .fc-brand-purple,
3022
+ .h\:fc-brand-purple:hover,
3023
+ .f\:fc-brand-purple:focus,
3024
+ .f\:fc-brand-purple:focus-within {
3025
+ color: var(--brand-purple) !important;
3026
+ }
3027
+ .bg-brand-purple-dark,
3028
+ .h\:bg-brand-purple-dark:hover,
3029
+ .f\:bg-brand-purple-dark:focus,
3030
+ .f\:bg-brand-purple-dark:focus-within {
3031
+ background-color: var(--brand-purple-dark) !important;
3032
+ }
3033
+ .bc-brand-purple-dark,
3034
+ .h\:bc-brand-purple-dark:hover,
3035
+ .f\:bc-brand-purple-dark:focus,
3036
+ .f\:bc-brand-purple-dark:focus-within {
3037
+ border-color: var(--brand-purple-dark) !important;
3038
+ }
3039
+ .fc-brand-purple-dark,
3040
+ .h\:fc-brand-purple-dark:hover,
3041
+ .f\:fc-brand-purple-dark:focus,
3042
+ .f\:fc-brand-purple-dark:focus-within {
3043
+ color: var(--brand-purple-dark) !important;
3044
+ }
3045
+ .bg-brand-yellow,
3046
+ .h\:bg-brand-yellow:hover,
3047
+ .f\:bg-brand-yellow:focus,
3048
+ .f\:bg-brand-yellow:focus-within {
3049
+ background-color: var(--brand-yellow) !important;
3050
+ }
3051
+ .bc-brand-yellow,
3052
+ .h\:bc-brand-yellow:hover,
3053
+ .f\:bc-brand-yellow:focus,
3054
+ .f\:bc-brand-yellow:focus-within {
3055
+ border-color: var(--brand-yellow) !important;
3056
+ }
3057
+ .fc-brand-yellow,
3058
+ .h\:fc-brand-yellow:hover,
3059
+ .f\:fc-brand-yellow:focus,
3060
+ .f\:fc-brand-yellow:focus-within {
3061
+ color: var(--brand-yellow) !important;
3062
+ }
3063
+ .bg-brand-yellow-dark,
3064
+ .h\:bg-brand-yellow-dark:hover,
3065
+ .f\:bg-brand-yellow-dark:focus,
3066
+ .f\:bg-brand-yellow-dark:focus-within {
3067
+ background-color: var(--brand-yellow-dark) !important;
3068
+ }
3069
+ .bc-brand-yellow-dark,
3070
+ .h\:bc-brand-yellow-dark:hover,
3071
+ .f\:bc-brand-yellow-dark:focus,
3072
+ .f\:bc-brand-yellow-dark:focus-within {
3073
+ border-color: var(--brand-yellow-dark) !important;
3074
+ }
3075
+ .fc-brand-yellow-dark,
3076
+ .h\:fc-brand-yellow-dark:hover,
3077
+ .f\:fc-brand-yellow-dark:focus,
3078
+ .f\:fc-brand-yellow-dark:focus-within {
3079
+ color: var(--brand-yellow-dark) !important;
3080
+ }
2673
3081
  .fc-light,
2674
3082
  .h\:fc-light:hover,
2675
3083
  .f\:fc-light:focus,
@@ -3439,6 +3847,108 @@ body {
3439
3847
  body.theme-system .d\:fc-bronze-400 {
3440
3848
  color: var(--bronze-400) !important;
3441
3849
  }
3850
+ body.theme-system .d\:bg-brand {
3851
+ background-color: var(--brand) !important;
3852
+ }
3853
+ body.theme-system .d\:fc-brand {
3854
+ color: var(--brand) !important;
3855
+ }
3856
+ body.theme-system .d\:bg-brand-black {
3857
+ background-color: var(--brand-black) !important;
3858
+ }
3859
+ body.theme-system .d\:fc-brand-black {
3860
+ color: var(--brand-black) !important;
3861
+ }
3862
+ body.theme-system .d\:bg-brand-off-white {
3863
+ background-color: var(--brand-off-white) !important;
3864
+ }
3865
+ body.theme-system .d\:fc-brand-off-white {
3866
+ color: var(--brand-off-white) !important;
3867
+ }
3868
+ body.theme-system .d\:bg-brand-blue-light {
3869
+ background-color: var(--brand-blue-light) !important;
3870
+ }
3871
+ body.theme-system .d\:fc-brand-blue-light {
3872
+ color: var(--brand-blue-light) !important;
3873
+ }
3874
+ body.theme-system .d\:bg-brand-blue {
3875
+ background-color: var(--brand-blue) !important;
3876
+ }
3877
+ body.theme-system .d\:fc-brand-blue {
3878
+ color: var(--brand-blue) !important;
3879
+ }
3880
+ body.theme-system .d\:bg-brand-blue-dark {
3881
+ background-color: var(--brand-blue-dark) !important;
3882
+ }
3883
+ body.theme-system .d\:fc-brand-blue-dark {
3884
+ color: var(--brand-blue-dark) !important;
3885
+ }
3886
+ body.theme-system .d\:bg-brand-brown-light {
3887
+ background-color: var(--brand-brown-light) !important;
3888
+ }
3889
+ body.theme-system .d\:fc-brand-brown-light {
3890
+ color: var(--brand-brown-light) !important;
3891
+ }
3892
+ body.theme-system .d\:bg-brand-green {
3893
+ background-color: var(--brand-green) !important;
3894
+ }
3895
+ body.theme-system .d\:fc-brand-green {
3896
+ color: var(--brand-green) !important;
3897
+ }
3898
+ body.theme-system .d\:bg-brand-green-dark {
3899
+ background-color: var(--brand-green-dark) !important;
3900
+ }
3901
+ body.theme-system .d\:fc-brand-green-dark {
3902
+ color: var(--brand-green-dark) !important;
3903
+ }
3904
+ body.theme-system .d\:bg-brand-orange-medium {
3905
+ background-color: var(--brand-orange-medium) !important;
3906
+ }
3907
+ body.theme-system .d\:fc-brand-orange-medium {
3908
+ color: var(--brand-orange-medium) !important;
3909
+ }
3910
+ body.theme-system .d\:bg-brand-orange-dark {
3911
+ background-color: var(--brand-orange-dark) !important;
3912
+ }
3913
+ body.theme-system .d\:fc-brand-orange-dark {
3914
+ color: var(--brand-orange-dark) !important;
3915
+ }
3916
+ body.theme-system .d\:bg-brand-pink {
3917
+ background-color: var(--brand-pink) !important;
3918
+ }
3919
+ body.theme-system .d\:fc-brand-pink {
3920
+ color: var(--brand-pink) !important;
3921
+ }
3922
+ body.theme-system .d\:bg-brand-pink-dark {
3923
+ background-color: var(--brand-pink-dark) !important;
3924
+ }
3925
+ body.theme-system .d\:fc-brand-pink-dark {
3926
+ color: var(--brand-pink-dark) !important;
3927
+ }
3928
+ body.theme-system .d\:bg-brand-purple {
3929
+ background-color: var(--brand-purple) !important;
3930
+ }
3931
+ body.theme-system .d\:fc-brand-purple {
3932
+ color: var(--brand-purple) !important;
3933
+ }
3934
+ body.theme-system .d\:bg-brand-purple-dark {
3935
+ background-color: var(--brand-purple-dark) !important;
3936
+ }
3937
+ body.theme-system .d\:fc-brand-purple-dark {
3938
+ color: var(--brand-purple-dark) !important;
3939
+ }
3940
+ body.theme-system .d\:bg-brand-yellow {
3941
+ background-color: var(--brand-yellow) !important;
3942
+ }
3943
+ body.theme-system .d\:fc-brand-yellow {
3944
+ color: var(--brand-yellow) !important;
3945
+ }
3946
+ body.theme-system .d\:bg-brand-yellow-dark {
3947
+ background-color: var(--brand-yellow-dark) !important;
3948
+ }
3949
+ body.theme-system .d\:fc-brand-yellow-dark {
3950
+ color: var(--brand-yellow-dark) !important;
3951
+ }
3442
3952
  body.theme-system .d\:fc-light {
3443
3953
  color: var(--fc-light) !important;
3444
3954
  }
@@ -4167,6 +4677,176 @@ body.theme-dark .d\:fc-bronze-400,
4167
4677
  body.theme-system .theme-dark__forced .d\:fc-bronze-400 {
4168
4678
  color: var(--bronze-400) !important;
4169
4679
  }
4680
+ body.theme-dark .d\:bg-brand,
4681
+ .theme-dark__forced .d\:bg-brand,
4682
+ body.theme-system .theme-dark__forced .d\:bg-brand {
4683
+ background-color: var(--brand) !important;
4684
+ }
4685
+ body.theme-dark .d\:fc-brand,
4686
+ .theme-dark__forced .d\:fc-brand,
4687
+ body.theme-system .theme-dark__forced .d\:fc-brand {
4688
+ color: var(--brand) !important;
4689
+ }
4690
+ body.theme-dark .d\:bg-brand-black,
4691
+ .theme-dark__forced .d\:bg-brand-black,
4692
+ body.theme-system .theme-dark__forced .d\:bg-brand-black {
4693
+ background-color: var(--brand-black) !important;
4694
+ }
4695
+ body.theme-dark .d\:fc-brand-black,
4696
+ .theme-dark__forced .d\:fc-brand-black,
4697
+ body.theme-system .theme-dark__forced .d\:fc-brand-black {
4698
+ color: var(--brand-black) !important;
4699
+ }
4700
+ body.theme-dark .d\:bg-brand-off-white,
4701
+ .theme-dark__forced .d\:bg-brand-off-white,
4702
+ body.theme-system .theme-dark__forced .d\:bg-brand-off-white {
4703
+ background-color: var(--brand-off-white) !important;
4704
+ }
4705
+ body.theme-dark .d\:fc-brand-off-white,
4706
+ .theme-dark__forced .d\:fc-brand-off-white,
4707
+ body.theme-system .theme-dark__forced .d\:fc-brand-off-white {
4708
+ color: var(--brand-off-white) !important;
4709
+ }
4710
+ body.theme-dark .d\:bg-brand-blue-light,
4711
+ .theme-dark__forced .d\:bg-brand-blue-light,
4712
+ body.theme-system .theme-dark__forced .d\:bg-brand-blue-light {
4713
+ background-color: var(--brand-blue-light) !important;
4714
+ }
4715
+ body.theme-dark .d\:fc-brand-blue-light,
4716
+ .theme-dark__forced .d\:fc-brand-blue-light,
4717
+ body.theme-system .theme-dark__forced .d\:fc-brand-blue-light {
4718
+ color: var(--brand-blue-light) !important;
4719
+ }
4720
+ body.theme-dark .d\:bg-brand-blue,
4721
+ .theme-dark__forced .d\:bg-brand-blue,
4722
+ body.theme-system .theme-dark__forced .d\:bg-brand-blue {
4723
+ background-color: var(--brand-blue) !important;
4724
+ }
4725
+ body.theme-dark .d\:fc-brand-blue,
4726
+ .theme-dark__forced .d\:fc-brand-blue,
4727
+ body.theme-system .theme-dark__forced .d\:fc-brand-blue {
4728
+ color: var(--brand-blue) !important;
4729
+ }
4730
+ body.theme-dark .d\:bg-brand-blue-dark,
4731
+ .theme-dark__forced .d\:bg-brand-blue-dark,
4732
+ body.theme-system .theme-dark__forced .d\:bg-brand-blue-dark {
4733
+ background-color: var(--brand-blue-dark) !important;
4734
+ }
4735
+ body.theme-dark .d\:fc-brand-blue-dark,
4736
+ .theme-dark__forced .d\:fc-brand-blue-dark,
4737
+ body.theme-system .theme-dark__forced .d\:fc-brand-blue-dark {
4738
+ color: var(--brand-blue-dark) !important;
4739
+ }
4740
+ body.theme-dark .d\:bg-brand-brown-light,
4741
+ .theme-dark__forced .d\:bg-brand-brown-light,
4742
+ body.theme-system .theme-dark__forced .d\:bg-brand-brown-light {
4743
+ background-color: var(--brand-brown-light) !important;
4744
+ }
4745
+ body.theme-dark .d\:fc-brand-brown-light,
4746
+ .theme-dark__forced .d\:fc-brand-brown-light,
4747
+ body.theme-system .theme-dark__forced .d\:fc-brand-brown-light {
4748
+ color: var(--brand-brown-light) !important;
4749
+ }
4750
+ body.theme-dark .d\:bg-brand-green,
4751
+ .theme-dark__forced .d\:bg-brand-green,
4752
+ body.theme-system .theme-dark__forced .d\:bg-brand-green {
4753
+ background-color: var(--brand-green) !important;
4754
+ }
4755
+ body.theme-dark .d\:fc-brand-green,
4756
+ .theme-dark__forced .d\:fc-brand-green,
4757
+ body.theme-system .theme-dark__forced .d\:fc-brand-green {
4758
+ color: var(--brand-green) !important;
4759
+ }
4760
+ body.theme-dark .d\:bg-brand-green-dark,
4761
+ .theme-dark__forced .d\:bg-brand-green-dark,
4762
+ body.theme-system .theme-dark__forced .d\:bg-brand-green-dark {
4763
+ background-color: var(--brand-green-dark) !important;
4764
+ }
4765
+ body.theme-dark .d\:fc-brand-green-dark,
4766
+ .theme-dark__forced .d\:fc-brand-green-dark,
4767
+ body.theme-system .theme-dark__forced .d\:fc-brand-green-dark {
4768
+ color: var(--brand-green-dark) !important;
4769
+ }
4770
+ body.theme-dark .d\:bg-brand-orange-medium,
4771
+ .theme-dark__forced .d\:bg-brand-orange-medium,
4772
+ body.theme-system .theme-dark__forced .d\:bg-brand-orange-medium {
4773
+ background-color: var(--brand-orange-medium) !important;
4774
+ }
4775
+ body.theme-dark .d\:fc-brand-orange-medium,
4776
+ .theme-dark__forced .d\:fc-brand-orange-medium,
4777
+ body.theme-system .theme-dark__forced .d\:fc-brand-orange-medium {
4778
+ color: var(--brand-orange-medium) !important;
4779
+ }
4780
+ body.theme-dark .d\:bg-brand-orange-dark,
4781
+ .theme-dark__forced .d\:bg-brand-orange-dark,
4782
+ body.theme-system .theme-dark__forced .d\:bg-brand-orange-dark {
4783
+ background-color: var(--brand-orange-dark) !important;
4784
+ }
4785
+ body.theme-dark .d\:fc-brand-orange-dark,
4786
+ .theme-dark__forced .d\:fc-brand-orange-dark,
4787
+ body.theme-system .theme-dark__forced .d\:fc-brand-orange-dark {
4788
+ color: var(--brand-orange-dark) !important;
4789
+ }
4790
+ body.theme-dark .d\:bg-brand-pink,
4791
+ .theme-dark__forced .d\:bg-brand-pink,
4792
+ body.theme-system .theme-dark__forced .d\:bg-brand-pink {
4793
+ background-color: var(--brand-pink) !important;
4794
+ }
4795
+ body.theme-dark .d\:fc-brand-pink,
4796
+ .theme-dark__forced .d\:fc-brand-pink,
4797
+ body.theme-system .theme-dark__forced .d\:fc-brand-pink {
4798
+ color: var(--brand-pink) !important;
4799
+ }
4800
+ body.theme-dark .d\:bg-brand-pink-dark,
4801
+ .theme-dark__forced .d\:bg-brand-pink-dark,
4802
+ body.theme-system .theme-dark__forced .d\:bg-brand-pink-dark {
4803
+ background-color: var(--brand-pink-dark) !important;
4804
+ }
4805
+ body.theme-dark .d\:fc-brand-pink-dark,
4806
+ .theme-dark__forced .d\:fc-brand-pink-dark,
4807
+ body.theme-system .theme-dark__forced .d\:fc-brand-pink-dark {
4808
+ color: var(--brand-pink-dark) !important;
4809
+ }
4810
+ body.theme-dark .d\:bg-brand-purple,
4811
+ .theme-dark__forced .d\:bg-brand-purple,
4812
+ body.theme-system .theme-dark__forced .d\:bg-brand-purple {
4813
+ background-color: var(--brand-purple) !important;
4814
+ }
4815
+ body.theme-dark .d\:fc-brand-purple,
4816
+ .theme-dark__forced .d\:fc-brand-purple,
4817
+ body.theme-system .theme-dark__forced .d\:fc-brand-purple {
4818
+ color: var(--brand-purple) !important;
4819
+ }
4820
+ body.theme-dark .d\:bg-brand-purple-dark,
4821
+ .theme-dark__forced .d\:bg-brand-purple-dark,
4822
+ body.theme-system .theme-dark__forced .d\:bg-brand-purple-dark {
4823
+ background-color: var(--brand-purple-dark) !important;
4824
+ }
4825
+ body.theme-dark .d\:fc-brand-purple-dark,
4826
+ .theme-dark__forced .d\:fc-brand-purple-dark,
4827
+ body.theme-system .theme-dark__forced .d\:fc-brand-purple-dark {
4828
+ color: var(--brand-purple-dark) !important;
4829
+ }
4830
+ body.theme-dark .d\:bg-brand-yellow,
4831
+ .theme-dark__forced .d\:bg-brand-yellow,
4832
+ body.theme-system .theme-dark__forced .d\:bg-brand-yellow {
4833
+ background-color: var(--brand-yellow) !important;
4834
+ }
4835
+ body.theme-dark .d\:fc-brand-yellow,
4836
+ .theme-dark__forced .d\:fc-brand-yellow,
4837
+ body.theme-system .theme-dark__forced .d\:fc-brand-yellow {
4838
+ color: var(--brand-yellow) !important;
4839
+ }
4840
+ body.theme-dark .d\:bg-brand-yellow-dark,
4841
+ .theme-dark__forced .d\:bg-brand-yellow-dark,
4842
+ body.theme-system .theme-dark__forced .d\:bg-brand-yellow-dark {
4843
+ background-color: var(--brand-yellow-dark) !important;
4844
+ }
4845
+ body.theme-dark .d\:fc-brand-yellow-dark,
4846
+ .theme-dark__forced .d\:fc-brand-yellow-dark,
4847
+ body.theme-system .theme-dark__forced .d\:fc-brand-yellow-dark {
4848
+ color: var(--brand-yellow-dark) !important;
4849
+ }
4170
4850
  body.theme-dark .d\:fc-light,
4171
4851
  .theme-dark__forced .d\:fc-light,
4172
4852
  body.theme-system .theme-dark__forced .d\:fc-light {