@font-face {
  font-family: 'Commuterssans';
  src: url('./font/CommutersSans-Regular.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
  /*font-family: 'Commuterssans';*/
  /*src: url('./font/CommutersSans-SemiBold.woff2') format('woff2');*/
  /*font-style: normal;*/
  /*font-display: swap;*/
/*}*/


body {
  margin: 0;
  padding: 0;
}

nav {
  padding-left: 10px;
  padding-right: 15px;
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  position: -webkit-sticky; /* Safari & IE */
  position: sticky;
  top: 0;
  z-index: 100;
  justify-content: space-between;
  border-bottom: 1px solid #b9bfcb;
}

#redoc {
}

.logo {
  text-decoration: none;
  /*display: flex;*/
  align-items: center;
  font-size: 29px;
  font-family: 'Commuterssans', sans-serif;
}

.logo a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
}

.logo img {
  padding: 0 5px .5px 5px;
}

.logo span {
  margin-left: 7px;
  align-self: flex-end;
  color: #1e315d;
  line-height: 42px;
  font-weight: 600;
}

.servers {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  width: 25%;
}

.servers select {
  height: 30px;
  font-size: 15px;
}

.menu-content li span,
.api-content h1, 
.api-content h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

