@font-face {
    font-family: 'Samian5';
    src: url('../fonts/Samian5.woff2') format('woff2'),
    url('../fonts/Samian5.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/** Teclado especial */
.texto-teclado-especial {
    font-family: Samian5, serif !important;
}

.textarea-value {
    white-space: pre-wrap !important;
}

html {
    overscroll-behavior-y: none;
}