:root {
  /* Ana Vurgu Rengi: Turuncu */
  --primary-color: #ff6600; 
  --primary-color-rgb: 255, 102, 0;

  /* İkincil Renk: Koyu Turuncu */
  --secondary-color: #e65c00;
  --secondary-color-rgb: 230, 92, 0;

  /* Arka planlar aynı kalıyor */
  --dark-scheme-bg: #0a0a0a;
  --card-bg: #111111;
}

/* Attığın kodlardaki beyaz metinleri zorla turuncuya çeker */
footer h5, 
footer p, 
footer span, 
footer address, 
footer address a, 
footer .widget ul li a,
.text-light {
    color: #ff6600 !important;
}

/* İkonların (i etiketleri) rengini de turuncu yapar */
footer i {
    color: #ff6600 !important;
}