/* ============================================================================
   Littlefoot Footnotes Customization
   Override Littlefoot's default styling to match Six Lines theme
   ============================================================================ */

.littlefoot {
  /* Font - Use site's Inter font instead of serif */
  --popover-font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  
  /* Popover border - 2px green border matching blockquotes and footer */
  --popover-border: 2px solid #22c55e;
  
  /* Button (footnote superscript) - Green background */
  --button-background-color: #22c55e;
  --button-text-color: white;
  
  /* Button active state - Darker green when clicked */
  --button-active-background-color: #15803d;
  --button-active-text-color: white;
}
