@font-face {
  font-weight: 400;
  font-family: Graphik;
  font-style: normal;
  font-display: swap;
  src: url("https://app.endaoment.org/fonts/Graphik/Graphik-Regular.woff");
}

@font-face {
  font-weight: 500;
  font-family: Graphik;
  font-style: normal;
  src: url("https://app.endaoment.org/fonts/Graphik/Graphik-Medium.woff");
  font-display: swap;
}

@font-face {
  font-weight: bold;
  font-family: Graphik;
  font-style: normal;
  src: url("https://app.endaoment.org/fonts/Graphik/Graphik-Semibold.woff");
  font-display: swap;
}

@font-face {
  font-weight: 400;
  font-family: Signifier;
  font-style: normal;
  src: url("https://app.endaoment.org/fonts/Signifier/Signifier-Light.otf");
  font-display: swap;
}

@font-face {
  font-weight: normal;
  font-family: Signifier;
  font-style: normal;
  src: url("https://app.endaoment.org/fonts/Signifier/Signifier-Regular.otf");
  font-display: swap;
}

@font-face {
  font-weight: bold;
  font-family: Signifier;
  font-style: normal;
  src: url("https://app.endaoment.org/fonts/Signifier/Signifier-Bold.otf");
  font-display: swap;
}

@font-face {
  font-weight: 500;
  font-family: "GT Haptik";
  font-style: normal;
  font-display: swap;
  src: url("https://app.endaoment.org/fonts/GT-Haptik/GT-Haptik-Regular.otf");
}

@font-face {
  font-weight: bold;
  font-family: "GT Haptik";
  font-style: normal;
  src: url("https://app.endaoment.org/fonts/GT-Haptik/GT-Haptik-Bold.otf");
  font-display: swap;
}

body {
  background-color: #fbfdff;
  font-family: Graphik, sans-serif;
  --purple: #627eea;
  --purple-50: #627dea8d;
  --orange: #ea6b0e;
  --blue: #53acde;
  --blue-50: #53abde79;
  --blue-5: #53abde1e;
  --lighter-gray: #dce0ee;
}

.swagger-ui.swagger-container {
  position: relative;
  z-index: 1;
}

.swagger-ui.swagger-container * {
  outline: none !important;
}

.swagger-ui section.models .model-container {
  border-radius: 18px;
}

.swagger-ui .model {
  color: var(--purple);
  font-family: monospace;
  font-size: 15px;
  font-weight: 300;
  margin: 18px 0;
}

.swagger-ui .model-title {
  font-weight: 700;
  color: #505050;
  font-family: Graphik, sans-serif;
}

#swagger-ui::after {
  background: linear-gradient(180deg, var(--blue-50) 0%, #fbfdff 100%);
  width: 100%;
  height: 80px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: " ";
}

.swagger-ui .info li,
.swagger-ui .info p,
.swagger-ui .info table {
  font-size: 18px;
  letter-spacing: 0.01rem;
  color: var(--purple);
}

.swagger-ui .servers > label select {
  border: none;
  background-color: var(--lighter-gray);
  padding: 12px 20px;
  border-radius: 20px;
  box-shadow: none;
}

.swagger-ui .info .title {
  font-family: "GT Haptik", sans-serif;
  font-weight: 600;
  font-size: 42px;
}

.swagger-ui .info .title small {
  background: var(--purple);
}

.swagger-ui .scheme-container {
  padding-top: 12px;
}

.swagger-ui .info .title small.version-stamp {
  background: var(--orange);
}

.swagger-ui .opblock-tag {
  border: none;
  margin-bottom: 12px;
  padding-left: 12px;
  border-radius: 12px;
}

#swagger-ui {
  padding: 40px;
}
.swagger-ui .topbar {
  display: none;
}
.swagger-ui .scheme-container {
  background: none;
  box-shadow: none;
}
.swagger-ui .info hgroup.main {
  margin: 0;
  margin-top: 58px;
}

.swagger-ui .renderedMarkdown p {
  margin-top: 6px;
}

.swagger-ui .servers-title {
  display: none;
}

.swagger-ui .info {
  margin: 0;
}
