/* ============================================================================
   Pray Assist — press kit sayfası stilleri.
   Marka rengi swatch'ları TOKEN'dan gelir (çıplak hex YOK). Değerler style.css
   :root ile TEK KAYNAK — marka rengi değişirse swatch da otomatik günceller.
   ========================================================================== */
.sw-color.sw-emerald { background: var(--brand-900); }  /* Emerald  #0D2E30 */
.sw-color.sw-teal { background: var(--brand-500); }     /* Teal     #1E8E92 */
.sw-color.sw-paper { background: #F1EEE8; }             /* Paper    #F1EEE8 */
.sw-color.sw-coral { background: var(--coral); }       /* Coral       #FF6F61 */
.sw-color.sw-gold { background: var(--gold); }         /* Gold        #D4AF37 */
