/**
 * StreamerKit Brand Colors
 * Primary: #9147FF
 */

:root {
  --color-primary: #9147FF;
  --color-primary-dark: #7b3cd9;
  --color-primary-light: #a76cff;
  --color-primary-bg: #e9daff;
  --color-primary-alpha-10: rgba(145, 71, 255, 0.1);
  --color-border: #e5e7eb;
}
