@cirthcss/cirth 0.8.4 → 0.9.0

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.
@@ -185,7 +185,7 @@
185
185
  margin-bottom: calc(var(--cirth-typography-spacing-vertical) * .25);
186
186
  }
187
187
 
188
- .cirth :where(dl, ol, ul) :where(dl, ol, ul) {
188
+ .cirth :is(dl, ol, ul) :is(dl, ol, ul) {
189
189
  margin: 0;
190
190
  margin-top: calc(var(--cirth-typography-spacing-vertical) * .25);
191
191
  }
@@ -278,6 +278,10 @@
278
278
  --cirth-underline: var(--cirth-contrast-hover-underline);
279
279
  }
280
280
 
281
+ .cirth :where(a:not([role="button"])):visited:not(.secondary, .contrast, details.dropdown a, [aria-current]:not([aria-current="false"]), :hover, :active, :focus, nav a) {
282
+ color: var(--cirth-link-visited-color);
283
+ }
284
+
281
285
  .cirth a[role="button"] {
282
286
  display: inline-block;
283
287
  }
@@ -297,6 +301,7 @@
297
301
  --cirth-border-color: var(--cirth-primary-border);
298
302
  --cirth-color: var(--cirth-primary-inverse);
299
303
  --cirth-box-shadow: var(--cirth-button-box-shadow, 0 0 0 #0000);
304
+ max-width: 100%;
300
305
  padding: var(--cirth-form-element-spacing-vertical) var(--cirth-form-element-spacing-horizontal);
301
306
  border: var(--cirth-border-width) solid var(--cirth-border-color);
302
307
  border-radius: var(--cirth-border-radius);
@@ -320,6 +325,7 @@
320
325
  --cirth-border-color: var(--cirth-primary-border);
321
326
  --cirth-color: var(--cirth-primary-inverse);
322
327
  --cirth-box-shadow: var(--cirth-button-box-shadow, 0 0 0 #0000);
328
+ max-width: 100%;
323
329
  padding: var(--cirth-form-element-spacing-vertical) var(--cirth-form-element-spacing-horizontal);
324
330
  border: var(--cirth-border-width) solid var(--cirth-border-color);
325
331
  border-radius: var(--cirth-border-radius);
@@ -723,52 +729,52 @@
723
729
  opacity: 1;
724
730
  }
725
731
 
726
- .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"], [type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"], [type="range"]):is([aria-invalid], :user-invalid:not([aria-invalid]), :user-valid:not([aria-invalid])) {
732
+ .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"], [type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"], [type="range"]):is([aria-invalid], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)) {
727
733
  padding-inline: var(--cirth-form-element-spacing-horizontal) calc(var(--cirth-form-element-spacing-horizontal) + var(--cirth-space-6));
728
734
  background-position: center right var(--cirth-space-3);
729
735
  background-size: var(--cirth-size-4) auto;
730
736
  background-repeat: no-repeat;
731
737
  }
732
738
 
733
- .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"], [type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"], [type="range"]):is([aria-invalid="false"], :user-valid:not([aria-invalid])):not(select) {
739
+ .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"], [type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"], [type="range"])[aria-invalid="false"]:not(select) {
734
740
  background-image: var(--cirth-icon-valid);
735
741
  }
736
742
 
737
- .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"], [type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"], [type="range"]):is([aria-invalid="true"], :user-invalid:not([aria-invalid])):not(select) {
743
+ .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"], [type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"], [type="range"]):is([aria-invalid="true"], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)):not(select) {
738
744
  background-image: var(--cirth-icon-invalid);
739
745
  }
740
746
 
741
- .cirth :where(input, select, textarea):is([aria-invalid="false"], :user-valid:not([aria-invalid])) {
747
+ .cirth :where(input, select, textarea)[aria-invalid="false"] {
742
748
  --cirth-border-color: var(--cirth-form-element-valid-border-color);
743
749
  }
744
750
 
745
- .cirth :where(input, select, textarea):is([aria-invalid="false"], :user-valid:not([aria-invalid])):is(:active, :focus) {
751
+ .cirth :where(input, select, textarea)[aria-invalid="false"]:is(:active, :focus) {
746
752
  --cirth-border-color: var(--cirth-form-element-valid-active-border-color);
747
753
  }
748
754
 
749
- .cirth :where(input, select, textarea):is([aria-invalid="false"], :user-valid:not([aria-invalid])):is(:active, :focus):not([type="checkbox"], [type="radio"]) {
755
+ .cirth :where(input, select, textarea)[aria-invalid="false"]:is(:active, :focus):not([type="checkbox"], [type="radio"]) {
750
756
  --cirth-box-shadow: 0 0 0 var(--cirth-outline-width)
751
757
  var(--cirth-form-element-valid-focus-color);
752
758
  }
753
759
 
754
- .cirth :where(input, select, textarea):is([aria-invalid="true"], :user-invalid:not([aria-invalid])) {
760
+ .cirth :where(input, select, textarea):is([aria-invalid="true"], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)) {
755
761
  --cirth-border-color: var(--cirth-form-element-invalid-border-color);
756
762
  }
757
763
 
758
- .cirth :where(input, select, textarea):is([aria-invalid="true"], :user-invalid:not([aria-invalid])):is(:active, :focus) {
764
+ .cirth :where(input, select, textarea):is([aria-invalid="true"], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)):is(:active, :focus) {
759
765
  --cirth-border-color: var(--cirth-form-element-invalid-active-border-color);
760
766
  }
761
767
 
762
- .cirth :where(input, select, textarea):is([aria-invalid="true"], :user-invalid:not([aria-invalid])):is(:active, :focus):not([type="checkbox"], [type="radio"]) {
768
+ .cirth :where(input, select, textarea):is([aria-invalid="true"], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)):is(:active, :focus):not([type="checkbox"], [type="radio"]) {
763
769
  --cirth-box-shadow: 0 0 0 var(--cirth-outline-width)
764
770
  var(--cirth-form-element-invalid-focus-color);
765
771
  }
766
772
 
767
- [dir="rtl"] .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"]):is([aria-invalid], :user-invalid:not([aria-invalid]), :user-valid:not([aria-invalid])) {
773
+ [dir="rtl"] .cirth :where(input, select, textarea):not([type="checkbox"], [type="radio"]):is([aria-invalid], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)) {
768
774
  background-position: center left var(--cirth-space-3);
769
775
  }
770
776
 
771
- [dir="rtl"] .cirth textarea:is([aria-invalid], :user-invalid:not([aria-invalid]), :user-valid:not([aria-invalid])) {
777
+ [dir="rtl"] .cirth textarea:is([aria-invalid], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)) {
772
778
  background-position: top left var(--cirth-space-3);
773
779
  }
774
780
 
@@ -803,7 +809,7 @@
803
809
  display: block;
804
810
  }
805
811
 
806
- .cirth textarea:is([aria-invalid], :user-invalid:not([aria-invalid]), :user-valid:not([aria-invalid])) {
812
+ .cirth textarea:is([aria-invalid], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)) {
807
813
  --cirth-icon-height: calc(var(--cirth-size-4) * var(--cirth-line-height) +
808
814
  var(--cirth-form-element-spacing-vertical) * 2 +
809
815
  var(--cirth-border-width) * 2);
@@ -819,11 +825,11 @@
819
825
  display: block;
820
826
  }
821
827
 
822
- .cirth :where(input, select, textarea, fieldset, .row):is([aria-invalid="false"], :user-valid:not([aria-invalid])) + small {
828
+ .cirth :where(input, select, textarea, fieldset, .row)[aria-invalid="false"] + small {
823
829
  color: var(--cirth-ins-color);
824
830
  }
825
831
 
826
- .cirth :where(input, select, textarea, fieldset, .row):is([aria-invalid="true"], :user-invalid:not([aria-invalid])) + small {
832
+ .cirth :where(input, select, textarea, fieldset, .row):is([aria-invalid="true"], :user-invalid:not([aria-invalid], [type="range"]):not(select:focus)) + small {
827
833
  color: var(--cirth-del-color);
828
834
  }
829
835
 
@@ -975,6 +981,7 @@
975
981
  .cirth input:not([type="checkbox"], [type="radio"], [type="range"], [type="file"]):is([type="date"], [type="datetime-local"], [type="month"], [type="time"], [type="week"]) {
976
982
  --cirth-icon-position: var(--cirth-space-3);
977
983
  --cirth-icon-width: var(--cirth-size-4);
984
+ min-width: 0;
978
985
  background-image: var(--cirth-icon-date);
979
986
  background-position: center right var(--cirth-icon-position);
980
987
  background-size: var(--cirth-icon-width) auto;
@@ -1355,7 +1362,7 @@
1355
1362
 
1356
1363
  .cirth nav details.dropdown {
1357
1364
  margin: calc(var(--cirth-nav-element-spacing-vertical) * -1) 0;
1358
- display: inline;
1365
+ display: inline-block;
1359
1366
  }
1360
1367
 
1361
1368
  .cirth nav details.dropdown > summary:after {
@@ -1491,28 +1498,28 @@
1491
1498
  margin-bottom: 0;
1492
1499
  }
1493
1500
 
1494
- .cirth [role="search"] > *, .cirth [role="search"] input:not([type="checkbox"], [type="radio"]), .cirth [role="search"] select, .cirth .group > *, .cirth .group input:not([type="checkbox"], [type="radio"]), .cirth .group select {
1501
+ .cirth [role="search"] > :not([hidden], input[type="hidden"]), .cirth [role="search"] input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]), .cirth [role="search"] select:not([hidden]), .cirth .group > :not([hidden], input[type="hidden"]), .cirth .group input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]), .cirth .group select:not([hidden]) {
1495
1502
  flex: auto;
1496
1503
  margin-bottom: 0;
1497
1504
  position: relative;
1498
1505
  }
1499
1506
 
1500
- .cirth [role="search"] > :is(input, select, textarea), .cirth [role="search"] input:not([type="checkbox"], [type="radio"]):is(input, select, textarea), .cirth [role="search"] select:is(input, select, textarea), .cirth .group > :is(input, select, textarea), .cirth .group input:not([type="checkbox"], [type="radio"]):is(input, select, textarea), .cirth .group select:is(input, select, textarea) {
1507
+ .cirth [role="search"] > :not([hidden], input[type="hidden"]):is(input, select, textarea), .cirth [role="search"] input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):is(input, select, textarea), .cirth [role="search"] select:not([hidden]):is(input, select, textarea), .cirth .group > :not([hidden], input[type="hidden"]):is(input, select, textarea), .cirth .group input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):is(input, select, textarea), .cirth .group select:not([hidden]):is(input, select, textarea) {
1501
1508
  flex: 99;
1502
1509
  }
1503
1510
 
1504
- .cirth [role="search"] > :not(:first-child), .cirth [role="search"] input:not([type="checkbox"], [type="radio"]):not(:first-child), .cirth [role="search"] select:not(:first-child), .cirth .group > :not(:first-child), .cirth .group input:not([type="checkbox"], [type="radio"]):not(:first-child), .cirth .group select:not(:first-child) {
1511
+ .cirth [role="search"] > :not([hidden], input[type="hidden"]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] select:not([hidden]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group > :not([hidden], input[type="hidden"]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group select:not([hidden]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))) {
1505
1512
  border-start-start-radius: 0;
1506
1513
  border-end-start-radius: 0;
1507
1514
  margin-inline-start: 0;
1508
1515
  }
1509
1516
 
1510
- .cirth [role="search"] > :not(:last-child), .cirth [role="search"] input:not([type="checkbox"], [type="radio"]):not(:last-child), .cirth [role="search"] select:not(:last-child), .cirth .group > :not(:last-child), .cirth .group input:not([type="checkbox"], [type="radio"]):not(:last-child), .cirth .group select:not(:last-child) {
1517
+ .cirth [role="search"] > :not([hidden], input[type="hidden"]):not(:nth-last-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):not(:nth-last-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] select:not([hidden]):not(:nth-last-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group > :not([hidden], input[type="hidden"]):not(:nth-last-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):not(:nth-last-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group select:not([hidden]):not(:nth-last-child(1 of :not([hidden], input[type="hidden"]))) {
1511
1518
  border-start-end-radius: 0;
1512
1519
  border-end-end-radius: 0;
1513
1520
  }
1514
1521
 
1515
- .cirth [role="search"] > :focus, .cirth [role="search"] input:not([type="checkbox"], [type="radio"]):focus, .cirth [role="search"] select:focus, .cirth .group > :focus, .cirth .group input:not([type="checkbox"], [type="radio"]):focus, .cirth .group select:focus {
1522
+ .cirth [role="search"] > :not([hidden], input[type="hidden"]):focus, .cirth [role="search"] input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):focus, .cirth [role="search"] select:not([hidden]):focus, .cirth .group > :not([hidden], input[type="hidden"]):focus, .cirth .group input:not([hidden], [type="checkbox"], [type="hidden"], [type="radio"]):focus, .cirth .group select:not([hidden]):focus {
1516
1523
  z-index: 2;
1517
1524
  }
1518
1525
 
@@ -1521,7 +1528,7 @@
1521
1528
  border-end-end-radius: var(--cirth-border-radius);
1522
1529
  }
1523
1530
 
1524
- .cirth [role="search"] button:not(:first-child), .cirth [role="search"] [type="submit"]:not(:first-child), .cirth [role="search"] [type="reset"]:not(:first-child), .cirth [role="search"] [type="button"]:not(:first-child), .cirth [role="search"] [role="button"]:not(:first-child), .cirth [role="search"] input:not([type="checkbox"], [type="radio"]):not(:first-child), .cirth [role="search"] select:not(:first-child), .cirth .group button:not(:first-child), .cirth .group [type="submit"]:not(:first-child), .cirth .group [type="reset"]:not(:first-child), .cirth .group [type="button"]:not(:first-child), .cirth .group [role="button"]:not(:first-child), .cirth .group input:not([type="checkbox"], [type="radio"]):not(:first-child), .cirth .group select:not(:first-child) {
1531
+ .cirth [role="search"] button:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] [type="submit"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] [type="reset"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] [type="button"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] [role="button"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] input:not([type="checkbox"], [type="radio"]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth [role="search"] select:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group button:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group [type="submit"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group [type="reset"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group [type="button"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group [role="button"]:not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group input:not([type="checkbox"], [type="radio"]):not(:nth-child(1 of :not([hidden], input[type="hidden"]))), .cirth .group select:not(:nth-child(1 of :not([hidden], input[type="hidden"]))) {
1525
1532
  margin-inline-start: calc(var(--cirth-border-width) * -1);
1526
1533
  }
1527
1534
 
@@ -1603,12 +1610,12 @@
1603
1610
  }
1604
1611
  }
1605
1612
 
1606
- .cirth [role="search"] > :first-child {
1613
+ .cirth [role="search"] > :not([hidden], input[type="hidden"]):nth-child(1 of :not([hidden], input[type="hidden"])) {
1607
1614
  border-start-start-radius: var(--cirth-radius-pill);
1608
1615
  border-end-start-radius: var(--cirth-radius-pill);
1609
1616
  }
1610
1617
 
1611
- .cirth [role="search"] > :last-child {
1618
+ .cirth [role="search"] > :not([hidden], input[type="hidden"]):nth-last-child(1 of :not([hidden], input[type="hidden"])) {
1612
1619
  border-start-end-radius: var(--cirth-radius-pill);
1613
1620
  border-end-end-radius: var(--cirth-radius-pill);
1614
1621
  }
@@ -1651,6 +1658,10 @@
1651
1658
  text-align: center;
1652
1659
  }
1653
1660
 
1661
+ .cirth :is(button, [type="submit"], [type="reset"], [type="button"], [role="button"])[aria-busy="true"] {
1662
+ white-space: normal;
1663
+ }
1664
+
1654
1665
  .cirth input:is([type="submit"], [type="button"], [type="reset"])[aria-busy="true"] {
1655
1666
  background-image: var(--cirth-icon-loading);
1656
1667
  background-position: center left var(--cirth-form-element-spacing-horizontal);
@@ -2417,6 +2428,10 @@
2417
2428
  --cirth-border-radius: var(--cirth-radius-pill);
2418
2429
  }
2419
2430
 
2431
+ .cirth .group [type="search"] {
2432
+ --cirth-border-radius: inherit;
2433
+ }
2434
+
2420
2435
  .cirth button, .cirth [type="submit"], .cirth [type="reset"], .cirth [type="button"], .cirth [role="button"] {
2421
2436
  --cirth-font-weight: var(--cirth-font-weight-semibold);
2422
2437
  --cirth-line-height: var(--cirth-line-height-relaxed);
@@ -2479,7 +2494,7 @@
2479
2494
  --lightningcss-light: initial;
2480
2495
  --lightningcss-dark: ;
2481
2496
  color-scheme: light;
2482
- --cirth-background-color: oklch(97.4% .008 69.35);
2497
+ --cirth-background-color: oklch(97.4% .004 69.35);
2483
2498
  --cirth-color: oklch(35.3% .021 264);
2484
2499
  --cirth-text-selection-color: oklch(65.7% .121 69.35 / .25);
2485
2500
  --cirth-muted-color: oklch(52.7% .032 264);
@@ -2514,13 +2529,14 @@
2514
2529
  --cirth-contrast-hover-underline: var(--cirth-secondary-hover);
2515
2530
  --cirth-contrast-focus: oklch(48.3% .03 264 / .7);
2516
2531
  --cirth-contrast-inverse: oklch(100% 0 0);
2532
+ --cirth-link-visited-color: oklch(48.3% .03 264);
2517
2533
  --cirth-box-shadow: .0145rem .029rem .174rem oklch(65.7% .03 264 / .01698), .0335rem .067rem .402rem oklch(65.7% .03 264 / .024), .0625rem .125rem .75rem oklch(65.7% .03 264 / .03), .1125rem .225rem 1.35rem oklch(65.7% .03 264 / .036), .2085rem .417rem 2.502rem oklch(65.7% .03 264 / .04302), .5rem 1rem 6rem oklch(65.7% .03 264 / .06), 0 0 0 .0625rem oklch(65.7% .03 264 / .015);
2518
- --cirth-h1-color: oklch(31% .016 264);
2519
- --cirth-h2-color: oklch(35.3% .021 264);
2520
- --cirth-h3-color: oklch(39.7% .025 264);
2521
- --cirth-h4-color: oklch(44% .028 264);
2522
- --cirth-h5-color: oklch(48.3% .03 264);
2523
- --cirth-h6-color: oklch(52.7% .032 264);
2534
+ --cirth-h1-color: oklch(22.3% .006 264);
2535
+ --cirth-h2-color: oklch(26.7% .011 264);
2536
+ --cirth-h3-color: oklch(31% .016 264);
2537
+ --cirth-h4-color: oklch(35.3% .021 264);
2538
+ --cirth-h5-color: oklch(39.7% .025 264);
2539
+ --cirth-h6-color: oklch(44% .028 264);
2524
2540
  --cirth-mark-background-color: oklch(93% .05 78);
2525
2541
  --cirth-mark-color: oklch(18% 0 264);
2526
2542
  --cirth-ins-color: oklch(35.3% .067 160.59);
@@ -2627,6 +2643,7 @@
2627
2643
  --cirth-contrast-hover-underline: var(--cirth-contrast-hover);
2628
2644
  --cirth-contrast-focus: oklch(87.3% .011 264 / .5);
2629
2645
  --cirth-contrast-inverse: oklch(0% 0 0);
2646
+ --cirth-link-visited-color: oklch(65.7% .03 264);
2630
2647
  --cirth-box-shadow: .0145rem .029rem .174rem oklch(9% 0 312 / .01698), .0335rem .067rem .402rem oklch(9% 0 312 / .024), .0625rem .125rem .75rem oklch(9% 0 312 / .03), .1125rem .225rem 1.35rem oklch(9% 0 312 / .036), .2085rem .417rem 2.502rem oklch(9% 0 312 / .04302), .5rem 1rem 6rem oklch(9% 0 312 / .06), 0 0 0 .0625rem oklch(9% 0 312 / .015);
2631
2648
  --cirth-h1-color: oklch(96% 0 264);
2632
2649
  --cirth-h2-color: oklch(91.7% .006 264);
@@ -2744,6 +2761,7 @@
2744
2761
  --cirth-contrast-hover-underline: var(--cirth-contrast-hover);
2745
2762
  --cirth-contrast-focus: oklch(87.3% .011 264 / .5);
2746
2763
  --cirth-contrast-inverse: oklch(0% 0 0);
2764
+ --cirth-link-visited-color: oklch(65.7% .03 264);
2747
2765
  --cirth-box-shadow: .0145rem .029rem .174rem oklch(9% 0 312 / .01698), .0335rem .067rem .402rem oklch(9% 0 312 / .024), .0625rem .125rem .75rem oklch(9% 0 312 / .03), .1125rem .225rem 1.35rem oklch(9% 0 312 / .036), .2085rem .417rem 2.502rem oklch(9% 0 312 / .04302), .5rem 1rem 6rem oklch(9% 0 312 / .06), 0 0 0 .0625rem oklch(9% 0 312 / .015);
2748
2766
  --cirth-h1-color: oklch(96% 0 264);
2749
2767
  --cirth-h2-color: oklch(91.7% .006 264);