.logo-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url('../assets/logo.svg');
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('../assets/logo.svg');
  mask-size: contain;
  mask-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.3em;
}

/* Hide book title block on front page */
#title-block-header {
  display: none;
}

/* Align H1 with sidebar */
#quarto-document-content {
  margin-top: 0;
  padding-top: 0;
}

/*  Hide TOC on front page */
#TOC {
  /* display: none; */
  opacity: 0;
}

/* Format H1 */
h1 {
	font-weight: 700;
	font-size: 42px;
	letter-spacing: -0.1rem;
	opacity: 0.75;
}
