/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
 /* ===== COLOR VARS ===== */
  :root {
    --or-clair: #F5E6A3;
    --or-principal: #D4A843;
    --or-profond: #B8892A;
    --or-sombre: #8C6516;
    --noir-profond: #0A0A0A;
    --noir-doux: #1A1A1A;
    --blanc-pur: #FFFFFF;
    --blanc-chaud: #FAF8F3;
    --creme: #F2EDE0;
    --gris-fonce: #3A3A3A;
    --gris-moyen: #888888;
    --gris-clair: #CCCCCC;
    --gradient-or: linear-gradient(135deg, #F5E6A3 0%, #D4A843 35%, #B8892A 65%, #F5E6A3 100%);
    --gradient-or-h: linear-gradient(90deg, #F5E6A3 0%, #D4A843 40%, #B8892A 70%, #F0DC9A 100%);
    --shadow-md: 0 4px 16px rgba(0,0,0,.08);
    --shadow-lg: 0 8px 32px rgba(0,0,0,.12);
    --shadow-gold: 0 0 0 1px rgba(212,168,67,.3), 0 4px 16px rgba(212,168,67,.12);
  }

  /* ===== TYPOGRAPHY ===== */
  .et_pb_text_inner h1,
  .et_pb_text_inner h2{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    line-height: 1.2;
  }

  .et_pb_text_inner h1 { font-size: 44px; }
  .et_pb_text_inner h2 { font-size: 32px; }
  
.et_pb_text_inner{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #3A3A3A;
  }

  @media (max-width: 768px) {
    .col-reverse {
      display: flex;
      flex-direction: column-reverse
    }
  }
