/*
Theme Name: Heme Laooz Polla
Theme URI: https://laooz.com
Author: Laooz Studios
Author URI: https://laooz.com
Description: Tema personalizado para la Polla Mundial 2026
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heme-laooz-polla
Domain Path: /languages

Este tema utiliza Tailwind CSS via CDN para el diseño.
*/

/* Paleta del theme */
:root {
    --theme-bg: #F8FFFF;
    --brand: #50C2C6;
    --brand-dark: #3DA8AC;
    --brand-light: #D4F5F6;
    --brand-border: #B8E8EA;
}

/* Estilos básicos y utilidades */
body {
    font-family: 'Inter', sans-serif;
    background-color: var(--theme-bg);
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.entry-content a {
    color: var(--brand);
}

.entry-content a:hover {
    color: var(--brand-dark);
}

