/*
Theme Name: Sedyıl Oto Galeri
Theme URI: https://sedyil.com
Author: Sedyıl Group
Author URI: https://sedyil.com
Description: Sedyıl Oto Galeri için özel WordPress teması. Modern, responsive, premium otomotiv sitesi tasarımı. "Sedyıl Vehicles" eklentisi ile birlikte çalışır.
Version: 1.2.0
License: GPL v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sedyil
Tags: automotive, car-dealer, full-site-editing
*/

/* Custom styles loaded via functions.php (Tailwind CDN + Manrope/Cabinet Grotesk) */

::selection { background-color: #D4AF37; color: #000; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #F4F4F5; }
::-webkit-scrollbar-thumb { background: #D4D4D8; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #A1A1AA; }

body { font-family: 'Manrope', sans-serif; }
.font-heading { font-family: 'Cabinet Grotesk', 'Manrope', sans-serif; }

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fadeIn { animation: fadeIn 0.3s ease-out; }
