/*
 Theme Name:   Divi Child YoD
 Theme URI:    https://yod-communication.fr
 Description:  Thème enfant Divi — base propre et légère (CSS/JS + optimisations).
 Author:       Yoann Dennequin-Leemans
 Author URI:   https://yod-communication.fr
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  divi-child-yod
*/

/* ======================================================
   Ce fichier ne contient que des overrides légers.
   Mets ton gros CSS dans /assets/css/custom.css
   ====================================================== */

/* ===============================
   Optimisation rendu polices
   =============================== */

/* Global smoothing */
body, h1, h2, h3, h4, h5, h6, p, .dirtyline {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Nohemi – famille principale */
.nohemi-light {
  font-family: 'Nohemi', sans-serif;
  font-weight: 300;
}
.nohemi-regular {
  font-family: 'Nohemi', sans-serif;
  font-weight: 400;
}
.nohemi-bold {
  font-family: 'Nohemi', sans-serif;
  font-weight: 700;
}

/* Dirtyline – usage ponctuel */
.dirtyline {
  font-family: 'Dirtyline', cursive;
  font-weight: normal;
  letter-spacing: 0.02em; /* léger espacement = + net */
  line-height: 1.1;
}

