@layer utilities {
            .content-auto {
                content-visibility: auto;
            }
            .nav-shadow {
                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            }
            .text-highlight {
                text-decoration: underline;
                text-decoration-color: theme('colors.primary');
                text-decoration-thickness: 3px;
                text-underline-offset: 4px;
            }
        }
