@font-face {
  font-family: "matter-sq";
  src: url(./fonts/MatterSQ-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "matter-sq";
  src: url(./fonts/MatterSQ-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "matter-sq";
  src: url(./fonts/MatterSQ-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "matter-sq";
  src: url(./fonts/MatterSQ-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pxgrotesk";
  src: url(./fonts/px-grotesk-bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "pxgrotesk";
  src: url(./fonts/px-grotesk-light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "pxgrotesk";
  src: url(./fonts/px-grotesk-light-italic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "pxgrotesk";
  src: url(./fonts/px-grotesk-regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "pxgrotesk-screen";
  src: url(./fonts/px-grotesk-screen.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

body {
  font-family: matter-sq, "Helvetica Light", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  background-color: #ffffff;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  margin: 1.5rem 0 1.5rem 0;
  font-size: 175%;
  text-transform: uppercase;
}

h2 {
  margin: 1.5em 0;
  font-size: 100%;
  text-transform: uppercase;
}

h3,
h4 {
  margin: 1.5em 0;
  font-size: 100%;
}

dt {
  font-style: italic;
  font-weight: 400;
}

dd {
  padding-left: 2em;
}

code {
  display: inline;
  padding: 0;
  font-size: 100%;
  background: none;
  color: inherit;
}

a {
  color: #398598;
  font-weight: 400;
}

.navbar-docs {
  background: linear-gradient(160deg, #5ed5d9, 5%, #162c53, 85%, #5ed5d9)
    no-repeat;
  height: 150px;
  padding: 0;
  display: flex;
  align-items: stretch;
  border: none;
  overflow-x: auto;
}

.navbar-docs:after,
.navbar-docs:before {
  content: none;
  display: none;
}

.navbar-docs .navbar-text.logo {
  margin: 0;
  flex: 1 0 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-docs .navbar-text.logo img {
  height: 40px;
}

.navbar-docs .menu-holder {
  justify-self: end;
}

.navbar-docs .menu-holder ul.navbar-nav {
  justify-content: flex-end;
  height: 100%;
}

.navbar-docs ul.navbar-nav {
  display: flex;
  align-items: stretch;
}

.navbar-docs ul.navbar-nav.home-nav {
}

.navbar-docs ul.navbar-nav li a {
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-docs ul.navbar-nav li a:hover {
  color: #fff;
}

.navbar-docs ul.navbar-nav li.active > a.reference.internal,
.navbar-docs ul.navbar-nav li.active > a {
  color: #000;
  background-color: #5ed5d9;
}

div.sphinxsidebar {
  top: 150px;
}
