@import url("lato-fonts.css");
@import url("raleway-fonts.css");

body {
  font-family: "Lato", sans-serif;
}

div.body h1,
div.body h2,
div.body h3,
div.body h4,
div.body h5,
div.body h6 {
    font-family: "Raleway", sans-serif;
}

div.sphinxsidebar {
    font-size: 0.85em;
}

div.related {
    font-size: 0.85em;
}

div.sphinxsidebar h1,
div.sphinxsidebar h2,
div.sphinxsidebar h3,
div.sphinxsidebar h4 {
    font-family: "Raleway", sans-serif;
}

table caption {
    margin-bottom: 10px;
    font-family: "Raleway", sans-serif;
}

figcaption span.caption-text, figcaption span.caption-number {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: bold;
}
