.wy-nav-content {
	max-width: none;
}

@font-face {
	font-family: Montserrat;
	src: url(./Fonts/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Roboto;
	src: url(./Fonts/Roboto/Roboto-Regular.ttf);
}

h1, h2, h3, h4, h5, h6, span.caption-text, a.icon.icon-home {
	font-family: Montserrat;
}

body {
	font-family: Roboto;
}



div.rst-versions > div.rst-other-versions > div.injected > dl:has( > dd > a[href*="bitbucket"]) {
    display: none;
}

@supports not selector(div.rst-versions > div.rst-other-versions > div.injected > dl:has( > dd > a[href*="bitbucket"])) {
    div.rst-versions > div.rst-other-versions > div.injected > dl:nth-child(3) {
        display: none;
    }
}

