// google font import
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

.sidebar {
  .MuiListItemButton-root {
    svg {
      width: 22px;
      height: 22px;
      color: #db2828;
      transition: 0.3s;
    }
    &:hover {
      svg {
        color: #bb2025;
      }
    }
  }
}