/*
Theme Name: Canlı Haber Posta
Theme URI: https://ai.studio/build
Author: Google AI Studio Build
Author URI: https://ai.studio/build
Description: Modern ve profesyonel, yapay zeka destekli, son dakika bandı barındıran WordPress haber ve portal teması.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gokturk-posta
*/

/* Reset & Custom Styles */
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: #f8fafc;
  color: #1e293b;
}

.hero-title {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
}

.primary-accent {
  color: #dc2626;
}

.primary-bg {
  background-color: #dc2626;
}

/* Custom scrolling animations for Breaking News ticker */
@keyframes ticker {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

.animate-wp-ticker {
  display: inline-flex;
  white-space: nowrap;
  animation: ticker 30s linear infinite;
}

.animate-wp-ticker:hover {
  animation-play-state: paused;
}
