/* Fonts.  */
@font-face {
	font-family: Roboto Light;
	font-weight: normal;
	font-style: normal;
        src: url("./fonts/Roboto-Light.woff2") format("woff2");
}
@font-face {
	font-family: Roboto Light;
	font-weight: normal;
	font-style: italic;
        src: url("./fonts/Roboto-LightItalic.woff2") format("woff2");
}
@font-face {
	font-family: Roboto Light;
	font-weight: bold;  /* bold in combination with light could be strange */
	font-style: normal;
        src: url("./fonts/Roboto-Bold.woff2") format("woff2");
}

body {
    font-family: Roboto Light,Helvetica Neue,Arial,sans-serif;
}
.rst-content .toctree-wrapper > p.caption, h1, h2, h3, h4, h5, h6, legend {
    font-family: Helvetica Neue,Arial,sans-serif;

}

/* Colors, limited. */
.wy-nav-content {
    background-color: #FAFDFF;  /* Cloudy white */
}
.wy-side-nav-search {
    background-color: #69A0C9;  /* Clear creek blue */
}
.wy-nav-side {
    background-color: #DEE5EA;  /* Glacier blue */
}
.wy-menu-vertical a {
    color: #2C3B45;  /* Deep sea blue */
}
.wy-menu-vertical a:hover {
    background-color: #69A0C9;  /* Clear creek blue */
}
a {
    color: #69A0C9;  /* Clear creek blue */
}
a:visited {
    color: #316489;  /* Analytic blue */
}
