/* 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;
}

/* Center and size tech brief images */
.document img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}
