/* EIL Documentation Custom Styles */

/* Add your custom CSS here */

/* Example: Custom color scheme */
:root {
  --md-primary-fg-color: #1976d2;
  --md-primary-fg-color--light: #42a5f5;
  --md-primary-fg-color--dark: #1565c0;
  --md-accent-fg-color: #ff4081;
}

/* Example: Custom styling for code blocks */
.highlight {
  border-radius: 8px;
}

/* Example: Custom styling for admonitions */
.md-typeset .admonition {
  border-radius: 8px;
}
