h1,h2,p {
	font-family: "Inter-Regular","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Helvetica","Arial","sans-serif";
}

h1 {
	font-size: 35px;
	font-weight: bold;
	padding-top: 10px;
}

h2 {
	font-size:25px;
	font-weight: bold;
}

.caption-text {
	color: #d9d9d9 !important
}


.wy-side-nav-search, .wy-nav-top {
	background-color: rgb(148, 60, 143);
}

.wy-nav-content {
	max-width: 900px;
}

.breadcrumbs {
	background: #00aeef61;
	position: relative;
	top: -5px;
}

img {
	image-rendering: -webkit-optimize-contrast;
	box-shadow: 0px 0px 5px #dadada;
}

.icon-home::before {
	content: initial;
}

.wy-side-nav-search input[type=text] {
	border-radius: 5px;
}

.wy-side-nav-search>a, .wy-side-nav-search .wy-dropdown>a {
	font-weight: normal;
}

/* To display logo correctly */
.wy-side-nav-search img {
	height: auto;
	width: 50%;
	background-color: initial;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}
