Poppins Bold - used for the resource bar's number text, and the cast bar's
countdown and spell name text (CDM.POPPINS_BOLD_FONT_PATH / CDMFontPoppinsBold
in Defaults.lua).

License: SIL Open Font License 1.1. Verified directly against the official
google/fonts repository's own OFL.txt
(https://github.com/google/fonts/blob/main/ofl/poppins/OFL.txt). Freely
redistributable and embeddable. Note: the font's own foundry source repository
(itfoundry/Poppins) only distributes this as a single variable font file, which
WoW's font API can't select a specific weight from - the actual bundled file
here is the static Bold instance pulled from Google's own published google/fonts
repository instead, which hosts each weight as its own separate, already-compiled
file.

BlueHighway-Bold.otf - used for two, separate things:
  1) The addon's header/display font, restricted to card and page titles only
     (see CDM.HEADER_FONT_PATH in Defaults.lua) - a bold, blocky display font
     blurs badly at small body-text sizes, so it's deliberately not applied to
     regular UI text, only the large header size where it's genuinely big enough
     to render crisply.
  2) The icon-based cooldown countdown and stack/charge count text on every
     icon-grid bar - Cooldowns, Player Auras, Buff Reminder, Proc Bar (see
     CDM.ICON_NUMBER_FONT_PATH / CDM.SetNumberFont in Defaults.lua).

License: the font file's own embedded metadata states "Released in 2024 under CC0
license. No rights reserved." (Blue Highway, by Typodermic Fonts). CC0 permits
redistribution, modification, and commercial use without restriction, which is why
it's bundled directly in this folder rather than left for the user to provide.
