@layer utilities {
            .content-auto {
                content-visibility: auto;
            }
            .text-shadow {
                text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            }
            .section-divider {
                height: 3px;
                background: linear-gradient(90deg, theme('colors.saffron'), theme('colors.white'), theme('colors.green'));
            }
        }
