.content-auto {
    content-visibility: auto;
}
.text-shadow {
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.transition-smooth {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
