/**
 * Theme Name: Rey Child
 * Theme URI: http://reytheme.com/
 * Description: This is a child theme of Rey.
 * Author: Marius H.
 * Author URI:  https://twitter.com/mariushoria
 * Template: rey
 * Version: 1.0.0
 * License: General Public License
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Text Domain: rey-child
 */

/* ============================================
   ALBERTUS MEDIUM — Police personnalisée GEFRED
   ============================================ */
@font-face {
    font-family: 'Albertus Medium';
    src: url('fonts/Albertus-Medium.woff2') format('woff2'),
         url('fonts/Albertus-Medium.woff') format('woff'),
         url('fonts/Albertus-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Appliquer Albertus Medium aux titres — charte GEFRED */
h1, h2, h3, h4,
.elementor-heading-title,
.woocommerce h1, .woocommerce h2, .woocommerce h3,
.wcfm-container h1, .wcfm-container h2, .wcfm-container h3 {
    font-family: 'Albertus Medium', serif;
    color: #6b1c23; /* Rouge Basque */
}

/* Exception : titres sur fond foncé → blanc obligatoire */
.elementor-section[data-settings*="dark"] h1,
.elementor-section[data-settings*="dark"] h2,
.elementor-section[data-settings*="dark"] h3,
.elementor-section[data-settings*="dark"] h4,
.elementor-section[data-settings*="dark"] .elementor-heading-title,
[class*="dark-bg"] h1, [class*="dark-bg"] h2,
[class*="dark-bg"] h3, [class*="dark-bg"] h4,
.rey-footer h1, .rey-footer h2,
.rey-footer h3, .rey-footer h4 {
    color: #ffffff;
}
