/* ==========================================================================
   DRXP ARTIST THEMING
   Component-level styles that reference the CSS variable tokens
   (--accent, --logo-fill, --bg-tint) injected per-artist via functions.php.

   Add new component styles here as you build them. Always reference the
   variables with a fallback, e.g.:

   .some-element {
     color: var(--accent, #ff6b35);
   }

   Never hardcode #ff6b35 directly in a selector — always go through the
   variable so per-artist theming keeps working automatically.
   ========================================================================== */
