:root {
  --md-primary-fg-color: #1e4ec4; /* header color */
  --md-accent-fg-color: #1e4ec4; /* buttons, highlights */
}
.md-header__title {
  display: none !important;
}

.md-header__inner {
  justify-content: space-between;
}

.md-header__button.md-logo img {
  height: 48px !important;
  width: auto;
}

.md-typeset h1,
.md-typeset h2,
.md-typeset h3,
.md-typeset h4,
.md-typeset h5 {
  color: #000000de !important;
}

@media (max-width: 960px) {
  .md-search {
    position: absolute;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Typography Enhancements */
.md-typeset {
  font-size: 0.8rem;
  line-height: 1.7;
}

.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* Polished Tables */
.md-typeset table:not([class]) {
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.md-typeset table:not([class]) th {
  background-color: #f8f9fa;
  font-weight: 600;
}

/* Smoother Images */
.md-typeset img {
  border-radius: 6px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* Code Blocks & Admonitions */
.md-typeset pre > code {
  border-radius: 6px;
}

.md-typeset .admonition {
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
