/* Custom styles for Hafiz documentation */

:root {
  --md-primary-fg-color: #6366f1;
  --md-primary-fg-color--light: #818cf8;
  --md-primary-fg-color--dark: #4f46e5;
  --md-accent-fg-color: #8b5cf6;
}

/* Logo sizing */
.md-header__button.md-logo img {
  height: 2rem;
}

/* Code block styling */
.highlight code {
  font-size: 0.85em;
}

/* Card hover effect */
.md-typeset .grid.cards > ul > li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Admonition styling */
.md-typeset .admonition {
  border-radius: 8px;
}

/* Table styling */
.md-typeset table:not([class]) {
  font-size: 0.85em;
}

/* Footer */
.md-footer-meta {
  background-color: var(--md-primary-fg-color--dark);
}
