body {
    font-family: 'Inter', sans-serif;
    background-color: #f8fafc; /* Tailwind gray-50 */
    /* Fix anchor link scrolling to not be hidden by sticky header */
    scroll-padding-top: 80px; 
}
/* REMOVED all .prose rules, as they were not working */

/* Hide scrollbar for category bar */
#category-links-list::-webkit-scrollbar {
    display: none;
}
#category-links-list {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Fix for tag bubble vertical alignment */
.tag-bubble {
    display: inline-flex;
    align-items: center;
}

.footer-credit-link {
	color: #ccc;
}

.footer-credit-link:hover {
	color: #eee;
}