/*
Theme Name: PauseCouleur
Theme URI: 
Author: Narcisse
Author URI: 
Description: Thème du site Pause Couleur
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pausecouleur
Tags: 
*/

/* Style personnalisé pour le grand titre de la bannière d'accueil */
h1.titre-banniere-gradient {
    font-family: var(--wp--preset--font-family--cookie), cursive !important;
    font-size: clamp(3.2rem, 9vw, 5rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 24px !important;
    
    /* Application du dégradé (en utilisant vos couleurs Contrast 1 et Contrast 2) */
    background: linear-gradient(135deg, var(--wp--preset--color--custom-contrast-1), var(--wp--preset--color--custom-contrast-2)) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    
    /* L'ombre grise sous le dégradé */
    filter: drop-shadow(2px 2px 0px rgba(42, 36, 35, 0.15)) !important;
}

