/*
 * Descripción: SKIN LOVERFANS
 * Copyright (c) 2025
*/


/*===================================
       Colores light / dark
=====================================*/



:root {
    --lf-colordest: #F71953;
    --lf-colordest-rgb:247, 25, 83;
    --lf-colordest-hover: #E4566F;
    --lf-colordest-active: #BE3049;
    --lf-colordest-txt:#fff;
    --lf-colordest-fill: #F71953;

    --lf-rosa: #fc189a;
    --lf-rosa-claro: #811e21;

    --lf-filter-colordest: brightness(0) saturate(100%) invert(39%) sepia(55%) saturate(5848%) hue-rotate(330deg) brightness(91%) contrast(90%);

    --lf-fondoweb:#fff;
    --lf-fondofooter:#fff;
    --lf-fondomodal:#fff;
    
    --lf-color-principal:#000;
    --lf-color-principal-hover:#000;
    --lf-color-principal-focus:#000;
    
    --lf-linea: rgba(255,255,255,0.16); 
}

.dark{
    --lf-fondofooter:#000;
}


/*=========================
        CUSTOM
=========================*/



.footer-modal, .bottom-modal {background: inherit;}