/*
Theme Name: Theme FUERA
Theme URI: https://partidofuera.co
Author: Partido FUERA
Author URI: https://partidofuera.co
Description: Theme oficial del Partido Político FUERA - Construyendo juntos el país que merecemos.
Version: 1.0.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme-fuera
Tags: political, tailwind, responsive, custom-menu

Este theme utiliza Tailwind CSS via CDN para los estilos.
*/

/* Fuentes locales */
@font-face {
    font-family: 'Bebas Neue Pro';
    src: url('./fuentes/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('./fuentes/Besley-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Besley';
    src: url('./fuentes/Besley-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* Estilos del slider */
.slide {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.slide.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.slider-dot.active {
    background-color: #d5df2d;
}

