/**
 * Laven360 - Brand Color Scheme
 * Based on Laven brand identity
 */

:root {
  --primary-color: #5D0565;
  --primary-color-rgb: 93, 5, 101;
  --secondary-color: #47034E;
  --secondary-color-rgb: 71, 3, 78;
  --accent-light: #ebcce2;
  --accent-mid: #b36fbf;
  --accent-dark: #7E3285;
  --accent-darkest: #47034E;
}
