:root.dark {
  --color1: #FF9B9B;
  --color2: #FFD6A5;
  --color3: #B5F1CC;
  --color4: #BFECFF;
  --color5: #CDC1FF;
  --color6: #FDD2ED;

  --background1: #322A20;
  --background2: #32292F;

  --foreground: #222222;
  --foreground-darker: #191919;
  --background: #F1F1F1;
  --background-lighter: #FFFFFF;

  --toggles-invert: 1;
}