/* ============================================================
   PLUTUS — ASSET URL REGISTRY (CSS custom properties)
   These point at the live Plutus CDN. All URLs below are
   VERIFIED to load as <img>/background in-browser.
   Use as:  background-image: var(--asset-icon-star);
   See assets/README.md for the full index + substitutions.
   ============================================================ */

:root {
  /* Logos & marks */
  --asset-p-icon:        url('https://storage.googleapis.com/plutus-email-assets/2025/logos/p-tight.png'); /* @kind other */

  /* Feature icons (brand 3D line-art style) */
  --asset-icon-star:     url('https://storage.googleapis.com/plutus-email-assets/2025/icons/star-branded.svg'); /* @kind other */
  --asset-icon-gift:     url('https://storage.googleapis.com/plutus-email-assets/2025/icons/gift-pink.svg'); /* @kind other */
  --asset-icon-miles:    url('https://storage.googleapis.com/plutus-email-assets/2025/icons/paper-plane-pink.svg'); /* @kind other */
  --asset-icon-shield:   url('https://storage.googleapis.com/plutus-email-assets/2025/icons/legend-shield.svg'); /* @kind other */
  --asset-icon-diamond:  url('https://storage.googleapis.com/plutus-email-assets/2025/icons/plus-diamond-branded.svg'); /* @kind other */
  --asset-icon-billing:  url('https://storage.googleapis.com/plutus-email-assets/2025/icons/billing-yellow.svg'); /* @kind other */

  /* Reward levels + heroes */
  --asset-reward-levels: url('https://storage.googleapis.com/plutus-email-assets/2025/icons/reward-levels-all.svg'); /* @kind other */
  --asset-rl-titan:      url('https://storage.googleapis.com/plutus-email-assets/2025/icons/rl-titan.png'); /* @kind other */
  --asset-miles-hero:    url('https://storage.googleapis.com/plutus-email-assets/2025/icons/miles-terms-hero-v2.svg'); /* @kind other */
}
