@font-face {
  font-family: 'Inter';
  src: url('fonts/inter-latin.woff2') format('woff2');
}

.topbar-neon {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 78px;

  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 28px;

  background: rgb(51, 51, 51);

  box-shadow:
    0 0 12px rgba(0, 198, 127, 0.25),
    0 6px 22px rgba(0, 0, 0, 0.45);

  z-index: 9999;
}

.topbar-title {
  color: #E8FDF3;
  font-size: 18px;
  font-weight: 600;
}

.footer {
  display: flex;
  justify-content: center;
  padding: 40px;
  border-top: 1px solid rgb(223, 223, 223);

}
.ellisphere-logo{
    width: 200px;
}
.share-logo {
  height: 60px;
}

.content {
    height: 100%;
    margin-top: 20px;
}

  /* liens du menu (endpoints + tags) */
  .scalar-api-menu a {
    color: #0d9488 !important;
  }

  :root.light-mode .sidebar {
    --scalar-sidebar-color-1: #0d9488;               /* couleur des liens */
    --scalar-sidebar-color-active: #0f766e;          /* lien actif */
    --scalar-sidebar-item-hover-color: #0d9488;      /* hover lien */
    --scalar-sidebar-item-active-background: #d1fae5; /* fond du lien actif (optionnel) */
  }

body { padding-top: 64px; }