/* Shared styles for Royalty Profits AI Vol 2 pages.
   Tailwind is loaded from the CDN in each page; this file holds the
   brand utilities Tailwind does not generate. */

.bg-gold-gradient {
  background: linear-gradient(135deg, hsl(43 85% 66%) 0%, hsl(40 80% 54%) 100%);
}
