@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap");

* {
  font-family: "Rubik", sans-serif;
}

div.body h4,
div.body h5,
div.body h6,
div.sphinxsidebar h3 {
  color: #009182;
  font-weight: 700;
  font-family: "Rubik", sans-serif;
}

body,
div.body {
  color: #3d3d3d;
  background-color: #f9f9f9;
  font-family: "Rubik", sans-serif;
}

a,
ul,
a.reference,
a.reference:hover,
a tt,
a code {
  color: #009182;
}

a:hover {
  color: #003c6b;
  text-decoration: none;
}

h3 > a {
  color: #052743;
}

.current > li > a {
  color: #052743;
}

.current > li > a:hover {
  color: #052743;
}

i.fa-search {
  color: #3d3d3d;
}

.related.bottom {
  border-top: 2px solid #e4e4e4;
}

/* side bar */
div.sphinxsidebar a {
  font-weight: 500;
  color: #052743;
}

div.sphinxsidebar ul ul a {
  color: #052743;
  font-weight: 400;
}

.sphinxsidebar .caption {
  color: #052743;
  font-weight: 700;
}

div.body h1,
div.body h2,
div.body h3,
h1.title {
  color: #052743;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.box-img {
  background-color: #ddecf8;
}

.login-header,
.links > h4,
.box-text > h3 > a:hover {
  color: #052743;
}
