html[data-theme='dark'] {
  --textC1: #f5f5f5;
  --textC2: #bdbdc7;
  --textC3: #1a1a1a;
  --bgC1: hsl(230, 30%, 9%);
  --bgC2: hsl(230, 30%, 13%);
  --bgC3: hsl(230, 30%, 17%);
  --inputBgC1: var(--bgC1);
  --inputBgC2: var(--bgC3);
  --bdC1: #efeeee15;
  --bdC2: #32343f;
  --shadeC: hsl(230, 30%, 15%);
  --linkC: #4d4d4d;
  --buttonPrimaryC: #e0e0eb;
  --buttonHoverC: #fff;
}
