@import url(https://fonts.bunny.net/css?family=b612:400,400i,700,700i);
@import url('https://assets.hynek.me/css/bm.css');


:root {
  font-feature-settings: 'liga' 1, 'calt' 1;
  /* fix for Chrome */
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: 'B612', sans-serif;
  }
}


/* Hide ToC caption text within the main body (but leave them in the side-bar). */
#furo-main-content span.caption-text {
  display: none;
}
