/* ========================================
   Theme Management - Tema Yönetimi
   ======================================== */

/* Tema Geçiş Animasyonu */
body.theme-transition {
  transition: background-color 0.5s ease, color 0.5s ease;
}

