/* Basic body styling - Tailwind handles most of this, but a fallback font stack can be defined here or in HTML style tag */
/* The font stack used in the HTML style tag is generally preferred for simplicity in this setup */

/* Example of how you might define custom properties if needed, though Tailwind direct classes are used in this case */
/*
:root {
    --danggeun-orange: #F97316; 
    --danggeun-orange-light: #FFF7ED;
}
*/

/* Ensure icons are sized consistently if not overridden by Tailwind */
i[data-lucide] {
    width: 1.25rem; /* Equivalent to w-5 */
    height: 1.25rem; /* Equivalent to h-5 */
    flex-shrink: 0; /* Equivalent to shrink-0 */
}
