@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

body {
	font-family: 'Kiwi Maru', serif;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
}

button.VPNavBarHamburger {
	display: none !important;
}

footer.VPDocFooter {
	display: none !important;
}

h2 {
	padding: 10px 0 !important;
	margin: 0 !important;
	border-top: none !important;
}

a.title::before {
	content: '';
	display: inline-block;
	width: 160px;
	height: 40px;
	margin-right: 0;
	margin-left: -20px;
	background-image: url('/img/harmilia.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

a.title {
	display: flex;
	align-items: center;
}

a.title span {
	display: none !important;
}

.has-aside {
	margin: 0 !important;
	padding: 0 !important;
}

.main {
	max-width: 100%;
}

.aside {
	display: none !important;
}

.content {
	margin: 0;
	padding: 0 !important;
}

/* Hide title text completely */
.VPNavBarTitle > .title > span {
	display: none !important;
}
