/* Custom CSS for Intact.Simulation Documentation */

:root {
  --intact-brand: #1f4b7d;
}

:root {
  --color-brand-primary: var(--intact-brand);
  --color-brand-content: var(--intact-brand);
}

.logo img {
  max-height: 48px;
}

/* Additional customizations for Furo theme */
.sidebar-brand-text {
  font-weight: 600;
}
