:root {
  --color-bg-dark: #782e90;
  --color-bg-light: #fff;
  --color-header-bg: #000;
  --color-footer-bg: #000;
  --color-button-bg: #ffcd57;
  --color-text-light: #fff;
  --color-text-light-translucent: rgb(242 245 247 / 0.95);
  --color-text-dark: #27304c;
  --color-text-dark-translucent: #27304CC2;
  --color-button-text-dark: var(--color-text-dark);
  --color-button-text-dark-translucent: var(--color-text-dark-translucent);
  --color-text-dark-2: #1e293b;
}
