:root {
  --md-primary-fg-color: #6E3D90;
  --md-primary-fg-color--light: #6E3D90;
  --md-primary-fg-color--dark: #6E3D90;
}

.md-typeset h1 {
	font-size: 2.1em;
	font-weight: 500;
}

.md-typeset h2 {
	font-size: 1.7em;
	font-weight: 500;
	color: #6E3D90;
}

.md-typeset p
{
    font-size: 1rem;
	font-weight: 500;
}

.md-typeset ol li,
.md-typeset ul li
 {
    font-size: 1rem;
	font-weight: 500;
}

table, th, td {
   border: none!important;
   font-size: 1rem;
   font-weight: 500;
}

.md-typeset table:not([class]) th {
	padding-top: 0;
	padding-bottom: 0;
}

th span {
	font-size: 1.4rem;
	font-weight: 600;
}

ul.examples li {
	font-size: 1rem;
	font-style: italic;
}

.notifications {}