@layer utilities {
            .content-auto {
                content-visibility: auto;
            }
            .text-shadow {
                text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            }
            .nav-active {
                border-bottom: 2px solid theme('colors.secondary');
            }
            .tag-hover {
                transition: all 0.3s ease;
            }
            .tag-hover:hover {
                background-color: theme('colors.primary');
                color: white;
                transform: translateY(-2px);
            }
        }
