/*
 Theme Name:   HYPNORIVE Child
 Theme URI:    https://hypnorive.com
 Description:  Thème enfant DIVI pour HYPNORIVE — Plateforme d'audios hypnotiques guidés
 Author:       HYPNORIVE
 Author URI:   https://hypnorive.com
 Template:     Divi
 Version:      1.0.0
 Text Domain:  hypnorive-child
*/

/*
 * HYPNORIVE — Variables CSS globales
 * Palette : #0A0A0F (fond) | #8ab17d (vert apaisant) | #F5F5F0 (texte clair)
 * Le CSS complet se trouve dans assets/css/hypnorive.css
 */
:root {
    --hypno-bg: #0A0A0F;
    --hypno-bg-card: #13131A;
    --hypno-bg-elevated: #1C1C27;
    --hypno-primary: #8ab17d;
    --hypno-primary-light: #adcca4;
    --hypno-primary-glow: rgba(138, 177, 125, 0.35);
    --hypno-text: #F5F5F0;
    --hypno-text-muted: #9594A8;
    --hypno-text-subtle: #6B6A7E;
    --hypno-border: rgba(245, 245, 240, 0.08);
    --hypno-border-strong: rgba(138, 177, 125, 0.4);
    --hypno-success: #22C55E;
    --hypno-error: #EF4444;
    --hypno-radius: 12px;
    --hypno-radius-lg: 20px;
    --hypno-shadow: 0 4px 32px rgba(0, 0, 0, 0.5);
    --hypno-shadow-primary: 0 4px 24px rgba(138, 177, 125, 0.4);
    --hypno-transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    --hypno-font-body: 'Inter', sans-serif;
    --hypno-font-heading: 'Playfair Display', serif;
}

/* Force le fond sombre sur le body global */
body {
    background-color: var(--hypno-bg) !important;
    color: var(--hypno-text) !important;
    font-family: var(--hypno-font-body) !important;
}