:root {
  --scalar-font:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans",
    "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";

  --oy-sidebar-logo: url("/public/OPY_Master_Logo_2023-05-26_Full_Fill_Color-Horizontal.svg");
}

/* Light mode overrides */
.light-mode {
  --oy-link: #0000b5;
  --oy-symbol-logo: url("/public/OPY_Master_Logo_2023-05-26_Symbol_Fill_Color.svg");
}

/* Dark mode overrides */
.dark-mode {
  --oy-link: #0dcaf0;
  --scalar-background-1: #212529;
  --scalar-color-1: #fff;
  --oy-symbol-logo: url("/public/OPY_Master_Logo_2023-05-26_Symbol_Fill_White.svg");
  --oy-sidebar-logo: url("/public/OPY_Master_Logo_2023-05-26_Full_Fill_White-Horizontal.svg");
}

/* Link styles */
.download-button,
.download-button span,
.markdown a {
  color: var(--oy-link) !important;
  text-decoration: none !important;
}

/* Header icon */
.section-header-wrapper h1::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  background: var(--oy-symbol-logo) no-repeat center / contain;
}

/* Sidebar container */
.scalar-app .bg-sidebar-b-1 {
  position: relative;
  padding-top: 72px;
}

.scalar-app .bg-sidebar-b-1 > a.oy-sidebar-logo-link {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 160px;
  height: 32px;
  display: block;
  background: var(--oy-sidebar-logo) no-repeat left center / contain;
  cursor: pointer;
  z-index: 1000;
}

.scalar-app .bg-sidebar-b-1 > a.oy-sidebar-logo-link:hover {
  opacity: 0.85;
}
