:root {
  --bg: #f8f8f8;
  --bg-accent: rgb(0 0 0 / 0.87);
  --color: rgb(0 0 0 / .85);
  --color-accent: rgb(255 255 255 / .9);
  --divider: rgb(0 0 0 / .15);
  --color-success: green;

  --icon-filter: drop-shadow(0 0 3px #452e6a);

  /* From components */
  --outline-color: rgb(235 235 235);
}
