<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Noto+Sans);

:root {
  --vp-article-content-wide-max-width: 90%;
  --K15t-font-family-headline: 'Noto Sans',Roboto,Helvetica,Arial,sans-serif;
  --content-width: 100ch;
}

.vp-accordion-link-group__summary {
    padding: 1rem !important;
}

.footer__attribution-line--copyright &gt; li:nth-child(2),
.footer__logo {
	display: none;
} 

.breadcrumbs li:not(:last-child):after {
	margin: 0 0.5rem;
}

.vp-article__heading {
    font-size: 2.5rem;
  	font-weight: 600;
  	letter-spacing: -0.5px;
}

.article__content h1, .article__content h1 * {
	font-size: 2rem;
  	font-weight: 600;
}

.article__content h2, .article__content h2 * {
	font-size: 1.5rem;
  	font-weight: 600;
}

.article__content h3, .article__content h3 * {
	font-size: 1.25rem;
  	font-weight: 600;
}

.article__content h2, 
.article__content h3 {
    margin-top: 1rem;
}

.panel-macro {
	padding: 12px !important;
    margin-bottom: 0px !important;
}

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

.expand-container {
  margin: 0.5rem 0 !important;
}</pre></body></html>