/* Тема: Color Draw — яскрава креативна палітра */

:root,
:root[data-theme='paints'] {
  --theme-name: 'Color Draw';
  --_bg:             #fef3c7;
  --_bg-soft:        #fde68a;
  --_surface:        #fffbeb;
  --_surface-soft:   #fef9e0;
  --_surface-accent: #fcd34d40;
  --_text:           #1e1535;
  --_text-soft:      #5b4f7a;
  --_primary:        #6d28d9;
  --_secondary:      #db2777;
  --_highlight:      #ec4899;
  --_promo:          #9333ea;
  --_price-old:      #9d8fc0;
  --_pill-bg:        rgba(109, 40, 217, 0.1);
  --_input-bg:       rgba(109, 40, 217, 0.06);
  --_topbar-bg:      rgba(254, 243, 199, 0.95);
  --gradient-page:
    radial-gradient(circle at top center, rgba(147, 51, 234, 0.16), transparent 30%),
    radial-gradient(circle at 10% 20%, rgba(219, 39, 119, 0.1), transparent 22%),
    radial-gradient(circle at 90% 15%, rgba(252, 211, 77, 0.2), transparent 18%),
    linear-gradient(180deg, #fef3c7 0%, #fde68a 100%);

  --color-green: rgb(22 163 74);
  --color-stock: #6d28d9;
  --color-on-warning: #1e1535;
  --color-on-success: #ffffff;
}
