/* aff theme — weldworthy.com
   Bright-white commerce theme per BRAND-GUIDELINES.md (Everlinx-anchor
   direction): white surfaces, near-black pill CTAs (white text), gold links
   and stars, clay urgency. Derived from the site's tailwind tokens
   (paper/ink/brass/clay). Applies on the plain `.aff` wrapper (light is the
   library default; do not add .aff--dark).
   Body font: system sans (site uses no external font CDN). */
.aff {
  --aff-accent:        #8a6717;   /* brass-600 — links, score ring (AA on white) */
  --aff-accent-hover:  #6f5310;   /* brass-700 */
  --aff-accent-ink:    #ffffff;
  --aff-cta:           #16140f;   /* ink-900 pill buy button */
  --aff-cta-hover:     #2b2822;   /* ink-800 */
  --aff-cta-ink:       #ffffff;
  --aff-sale:          #b05f38;   /* clay-500 — urgency */
  --aff-star:          #c39a3b;   /* brass-400 */

  --aff-bg:            #ffffff;
  --aff-bg-soft:       #f8f7f4;   /* paper-100 */
  --aff-bg-tint:       #f6f2e7;   /* faint gold tint for pick rows */
  --aff-border:        #eceae4;   /* paper-200 */
  --aff-border-strong: #dcd9d0;   /* paper-300 */
  --aff-ink:           #16140f;   /* ink-900 */
  --aff-ink-soft:      #6b675e;   /* ink-600 */
  --aff-ink-faint:     #9b968b;   /* ink-400 */
  --aff-shadow:        0 1px 2px rgba(22,20,15,.04), 0 10px 30px -12px rgba(22,20,15,.10);
  --aff-shadow-lift:   0 2px 4px rgba(22,20,15,.05), 0 18px 44px -14px rgba(22,20,15,.16);

  --aff-font:          ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
                       "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --aff-radius:        16px;
  --aff-radius-sm:     10px;
}
