/* Custom Typography */
:root {
  --md-text-font: "Inter", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
  --md-code-font: "Fira Code", JetBrains Mono, monospace;
}

/* Make Admonitions (Notes) look sleeker */
.md-typeset .admonition {
  border-left: 0.2rem solid var(--md-accent-fg-color);
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

/* Adjust logo sizing in the header */
.md-header__button.md-logo img {
  height: 1.4rem; /* Keeps the Accenture logo crisp and perfectly aligned */
  width: auto;
}
