/*
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.2.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.
*/

/* FS Me Pro — fuente corporativa del cliente (assets/fonts) */
@font-face {
    font-family: 'FS Me Pro';
    src: url('assets/fonts/FSMePro-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Me Pro';
    src: url('assets/fonts/FSMePro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Me Pro';
    src: url('assets/fonts/FSMePro-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FS Me Pro';
    src: url('assets/fonts/FSMePro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Me Pro';
    src: url('assets/fonts/FSMePro-Heavy.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FS Me Pro';
    src: url('assets/fonts/FSMePro-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Títulos con la fuente del cliente (añade la clase junto a Tailwind) */
.font-fsme {
    font-family: 'FS Me Pro', 'Inter', ui-sans-serif, system-ui, sans-serif;
}

/* Color principal de marca (Alquería) */
:root {
    --heme-brand: #ed1c2f;
    --heme-brand-dark: #c41828;
    --heme-brand-darker: #5c0e16;
    --heme-brand-soft: #fff5f5;
}

/* Respaldo: utilidades `brand` si el JIT del CDN no las genera */
.bg-brand {
    background-color: var(--heme-brand) !important;
}
.bg-brand-dark {
    background-color: var(--heme-brand-dark) !important;
}
.bg-brand-darker {
    background-color: var(--heme-brand-darker) !important;
}
.bg-brand-soft {
    background-color: var(--heme-brand-soft) !important;
}
.bg-brand\/10 {
    background-color: rgba(237, 28, 47, 0.1) !important;
}
.text-brand {
    color: var(--heme-brand) !important;
}
.text-brand-dark {
    color: var(--heme-brand-dark) !important;
}
.text-brand-darker {
    color: var(--heme-brand-darker) !important;
}
.text-brand-soft {
    color: var(--heme-brand-soft) !important;
}
.border-brand {
    border-color: var(--heme-brand) !important;
}
.border-brand\/15 {
    border-color: rgba(237, 28, 47, 0.15) !important;
}
.border-brand\/20 {
    border-color: rgba(237, 28, 47, 0.2) !important;
}
.border-brand\/25 {
    border-color: rgba(237, 28, 47, 0.25) !important;
}
.border-brand\/30 {
    border-color: rgba(237, 28, 47, 0.3) !important;
}
.border-brand\/40 {
    border-color: rgba(237, 28, 47, 0.4) !important;
}
.ring-brand {
    --tw-ring-color: var(--heme-brand) !important;
}
.hover\:bg-brand:hover {
    background-color: var(--heme-brand) !important;
}
.hover\:bg-brand-dark:hover {
    background-color: var(--heme-brand-dark) !important;
}
.hover\:text-brand-dark:hover {
    color: var(--heme-brand-dark) !important;
}
.hover\:text-brand:hover {
    color: var(--heme-brand) !important;
}
.hover\:border-brand-dark:hover {
    border-color: var(--heme-brand-dark) !important;
}
.hover\:bg-white\/10:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.hover\:text-brand-soft:hover {
    color: var(--heme-brand-soft) !important;
}
.from-brand {
    --tw-gradient-from: var(--heme-brand) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-dark {
    --tw-gradient-from: var(--heme-brand-dark) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-soft {
    --tw-gradient-from: var(--heme-brand-soft) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-brand {
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--heme-brand) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-brand-dark {
    --tw-gradient-to: var(--heme-brand-dark) var(--tw-gradient-to-position);
}
.to-brand {
    --tw-gradient-to: var(--heme-brand) var(--tw-gradient-to-position);
}
.focus\:border-brand:focus {
    border-color: var(--heme-brand) !important;
}
.focus\:ring-brand:focus {
    --tw-ring-color: var(--heme-brand) !important;
}
.file\:bg-brand::file-selector-button {
    background-color: var(--heme-brand) !important;
}
.hover\:file\:bg-brand-dark:hover::file-selector-button {
    background-color: var(--heme-brand-dark) !important;
}

.entry-content a {
    color: var(--heme-brand);
    text-decoration-color: color-mix(in srgb, var(--heme-brand) 35%, transparent);
}

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

/* Estilos básicos y utilidades */
body {
    font-family: 'Inter', sans-serif;
}

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

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

