:root{
    /* Animaciones */
    --AnB: all .15s linear; /* Botones*/
    --AnM0: all 0.25s ease;  /* menú */
    --AnM1: all 1s ease;     /* menú */
    --AnVm: all .5s ease;     /* Ventana Modal */

    /* Scroll */
    scroll-behavior: smooth;
}