/* Custom Styles */

html {
    scroll-behavior: smooth;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Fuente tipográfica tipo firma */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

.signature-font {
    font-family: 'Dancing Script', cursive;
}

/* Mejora vista previa de documento */
.doc-preview p {
    margin-bottom: 0.5rem;
}
