/* ============================================================================
   Linga Chat — 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-teal { background: var(--brand-600); }   /* Linga Teal  #0FB5A6 */
.sw-color.sw-teal-deep { background: var(--brand-700); }/* Deep Teal   #0C9488 */
.sw-color.sw-coral { background: var(--coral); }       /* Coral       #FF6F61 */
.sw-color.sw-gold { background: var(--gold); }         /* Gold        #D4AF37 */
