@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html body {
    --color-text: #444455;
}

html body,
html input,
html textarea,
html select {
  font-family: "Roboto", serif;
  font-weight: normal;
  font-style: normal;
}

html code,
html pre {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #babed8;
}

.universe-page-toolbar.tsd-page-toolbar {
    height: 48px;
    padding: 8px 0;
    border-bottom: none;
    background: #33343b;
}

.universe-page-toolbar.tsd-page-toolbar a.title {
    display: block;
    width: 145px;
    height: 48px;
    line-height: 0;
}

.universe-page-toolbar.tsd-page-toolbar .tsd-toolbar-contents {
    height: 48px;
}

.universe-page-toolbar.tsd-page-toolbar .tsd-widget:not(:active) {
    --color-icon-text: #fff;
}