.tile__headline {
     font-weight: 700;
  font-size:1.35rem;
}
 .tile__description {
   padding:0 1rem 0 0;  
   font-weight: 400;
}
 .toc-list-item, .breadcrumbs li, .vp-tree-item, .vp-tree-item .vp-tree-item__children {
     font-size: 14px !important;
}
 body, .vp-article, .panel-macro__content, h1, h2, h3, h4, h5, h6,  .tile__description, .tile__headline {
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
 .panel-macro {
     padding-top: 10px;
     padding-bottom: 9px;
     border-radius: 10px;
}
 .article__content p:not(.panel-macro) {
     letter-spacing: 0.003rem;
}
 .panel-macro__content h2 {
     line-height: 1;
     padding-bottom: 4px;
}
 .panel-macro__content h2 strong {
     font-weight: 500;
     font-size: 1rem;
}
 .panel-macro__icon {
     transform: none;
     line-height: 1;
     height: 18px;
}
 .panel-macro>.flex {
     align-items: center;
}

figure.vp-image figcaption {
font-size: 14px;
}

figure.vp-image img {
border: none;
}

hr {
margin-bottom: 1rem;
  margin-top: 1rem;
}

.vp-tree-item .vp-tree-item__header__icon {
margin-right: 3px;
}

.vp-tree-item .vp-tree-item__header__icon svg circle {
r: 2;
}