/* Custom styling for your docs */
:root {
  --md-primary-fg-color: #4F46E5;
  --md-accent-fg-color: #4F46E5;
}

/* Make archived docs visually distinct */
article blockquote:first-child {
  border-left: 4px solid #f59e0b;
  background-color: rgba(245, 158, 11, 0.1);
}
