@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* LINK TREE */
:root {
    --linktree_fondo: #000;
    --linktree_item_fondo: #fff;
    --linktree_item_font: #000;
    --linktree_item_borde: #000;
    --linktree_item_active_fondo: #000;
    --linktree_item_active_font: #fff;
    --linktree_item_hover_fondo: #333;
    --linktree_item_hover_font: #fff;
    --linktree_item_whatsapp_fondo: #25D366;
    --linktree_item_whatsapp_font: #fff;
}

/* GENERALES */
:root {
    --color1: #000; /* negro */
    --color2: #fff; /* blanco */
    --color3: #333;
    --color4: #f4f4f4; /* gris claro */
    --color5: #565656; /* texto */
    --color6: #e8e8e8;
    --colorCortina: #000;
    --colorWhatsApp: #25D366;
    --colorError: #fc9e8d;
    --colorErrorFuerte: #ff320d;
}
  
/* SEO BLOCK */
:root {
    --seoLink: #575d63;
}

/* WHATSAPP MODAL */
:root {
    --whatsapp_modal_btn_fondo: #25D366;
    --whatsapp_modal_btn_font: #fff;
    --whatsapp_modal_btn_fondo_hover: #1b8f47;
    --whatsapp_modal_btn_hover_font: #fff;

    --whatsapp_modal_btn_secundario_fondo: #333;
    --whatsapp_modal_btn_secundario_font: #fff;
    --whatsapp_modal_btn_secundario_fondo_hover: #000;
    --whatsapp_modal_btn_secundario_hover_font: #fff;
}