//! Build-time color-emoji embed.
//!
//! When the build environment sets `GARASU_EMOJI_FONT` to a readable
//! font file, we bake that font into the binary (the Nix build points
//! it at nixpkgs `noto-fonts-color-emoji`, so a Nix-built consumer
//! renders color emoji on EVERY runtime host — including a bare Linux
//! box or CI container with no system fonts at all). When unset (a
//! plain `cargo build`), the embed is compiled out and garasu falls
//! back to runtime discovery of a system emoji font; see
//! `text::ensure_emoji_fallback`.