/*
Theme Name:        Andrs Carne de Res
Theme URI:         https://contrastudio.co
Description:       Custom theme for Andrs Carne de Res.
Version:           1.0.0
Requires at least: 6.0
Tested up to:      6.7
Requires PHP:      8.1
Author:            Contra Studio
Author URI:        https://contrastudio.co
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       andres-carne-de-res
*/

/* ===================================================
   ESTILOS GLOBALES DEL TEMA (Header Fixed y Color Base)
   =================================================== */

html, body {
    background-color: #EDECDA !important;
}

body {
    padding-top: 102px !important;
}

.site-header {
    --header-height: 102px;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 300 !important;
    background-color: var(--color-bg-subtle, #EDECDA) !important;
    height: var(--header-height) !important;
    transition: transform 0.35s ease !important;
    will-change: transform;
}

.site-header.is-hidden {
    transform: translateY(-100%) !important;
}
