:root {
  --primary: rgb(236,136,162, 1);
  --primary-dark: rgb(209, 0, 105, 1);
  --primary-70: rgba(236,136,162, 0.7);
  --primary-50: rgba(236,136,162, 0.5);
  --primary-30: rgba(236,136,162, 0.3);
  --primary-10: rgba(236,136,162, 0.1);
  --logo: #FFF;
  --sidebar-icon: #FFF;
}

.bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ED93D7),
    to(rgb(236,136,162, 1))
  );

  background-image: linear-gradient(
    0deg,
    #ED93D7,
    rgb(236,136,162, 1)
  );
}
