@font-face {
	font-family: 'JetBrains Sans';
	src: url('JetBrainsSans-Light.woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'JetBrains Sans';
	src: url('JetBrainsSans-Regular.woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'JetBrains Sans';
	src: url('JetBrainsSans-SemiBold.woff2');
	font-weight: 700;
	font-style: normal;
}

 * {
    font-family: 'JetBrains Sans', sans-serif !important;
}

.toc-item__label {
    display: none;
}