/*
Theme Name: Écurie Huguet - Prestige Équestre
Theme URI: https://ecuriehuguet.fr
Author: Écurie Huguet
Description: Thème WordPress sur-mesure pour l'Écurie Huguet. Prestations équestres de prestige : mariages, Noël, spectacles, animations.
Version: 1.0
Text Domain: ecurie-huguet
*/

/* ========== BASE ========== */
body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #000000;
    margin: 0;
}

h1, h2, h3, h4, .font-serif {
    font-family: 'Playfair Display', serif;
}

/* ========== CUSTOM SCROLLBAR ========== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #ffffff; }
::-webkit-scrollbar-thumb { background: #991b1b; }

/* ========== ACCENT UTILITIES ========== */
.accent-red { color: #991b1b; }
.bg-accent-red { background-color: #991b1b; }
.border-accent-red { border-color: #991b1b; }

/* ========== GRAYSCALE IMAGES ========== */
.grayscale-img {
    filter: grayscale(100%) contrast(110%);
    transition: filter 0.5s ease;
}
.grayscale-img:hover {
    filter: grayscale(0%) contrast(100%);
}

/* ========== WORDPRESS OVERRIDES ========== */
.wp-admin-bar-fix { padding-top: 32px !important; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
