/* Si el CDN falla, aplica estilos locales */
body::before {
    content: '';
    display: none;
}

@supports not (aspect-ratio: 1/1) {
    @import url("/Content/bootstrap5.min.css");
}
