.toc-list .toc-list-item.node-name--H6{
  display: none;
}

main header.banner{
  background-image: linear-gradient(180deg, #6540E733 0, #fff 85%);
}

main header.banner p{
  font-weight: 400;
}

h1{
  font-weight: 700;
}

.home-page .spaces .tile{
  text-align: left;
    background-image: linear-gradient(180deg, #f3f3ff 0, #f3f3FF00 100%);
    border-radius: 12px;
    border: solid 2px #efeffb;
}

.home-page .spaces .tile img{
    align-self: flex-start;
    width: 48px;
}
.home-page .spaces .tile-text{
  color: #3c4858;
}

.home-page .spaces .tile a{
    color: #3c2191;
    font-weight: 600;
}

h1, h2, h3, h4{
  color: #3c2191;
  font-weight: 600;
}

a{
  color: #3c2191;  
  font-weight: 500;
}
u{
    text-decoration: none;
}