/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Avada – forcer tous les H1 (page, builder, blog, title bar) */

/* 1) Charge la feuille Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');

/* 2) Applique aux H1 (version FULL CAPS + !important) */
.fusion-body h1,
.fusion-title .title-heading-left,
.fusion-title .title-heading-center,
.fusion-title .title-heading-right,
.fusion-page-title-bar h1,
.entry-title,
.fusion-post-title,
.post-title */
h1 {
  font-family: 'Luckiest Guy', cursive !important;
  font-weight: 400 !important;
  /* font-size: 70px !important; */
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
/*  margin-top: 0.67em !important;
  margin-bottom: 0.67em !important; */
  text-transform: uppercase !important;
}
