/* 1) Déclare la webfont emoji (subset) */
@font-face{
  font-family: "NotoSubsetEmoji";
  src: url("/wp-content/themes/roseta-child/assets/fonts/NotoColorEmoji-Subset.ttf") format("truetype");
  font-display: swap;
  unicode-range: U+1F4DD,U+270F,U+FE0F,U+1F9E0,U+1F4A1,U+1F4C5; U+1F5A5,U+FE0F /* 📝 ✏️ 🧠 💡  📅  🖥️*/
}

/* Boutons de la sidebar */
.exo-btn{
  font-family: "NotoSubsetEmoji";
}

/* Force uniquement l’emoji, pas le texte autour */
.emoji-noto { font-family: "NotoSubsetEmoji" !important; }