:root {
  --primary: rgb(254, 1, 1);
  --primary-dark: rgb(209, 0, 0);
  --primary-70: rgba(254, 1, 1, 0.7);
  --primary-50: rgba(254, 1, 1, 0.5);
  --primary-30: rgba(254, 1, 1, 0.3);
  --primary-10: rgba(254, 1, 1, 0.1);
  --logo: #2d2a2a;
  --sidebar-icon: #de3434;
}

.bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(88, 69, 69)),
    to(#2c2e38)
  );

  background-image: linear-gradient(
    0deg,
    rgb(67, 75, 82),
    rgb(75, 48, 48)
  );
}
