@layer utilities {
            .text-shadow {
                text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            }
            .content-auto {
                content-visibility: auto;
            }
            .indian-border {
                border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75'%3E%3Cpath d='M2,2 L73,2 L73,73 L2,73 Z M10,10 L65,10 L65,65 L10,65 Z' fill='none' stroke='%23B85C38' stroke-width='2'/%3E%3C/svg%3E") 25% repeat;
            }
        }
