/* iletisim — sayfaya özel stiller (base.css'ten sonra yüklenir) */
input, select, textarea { font-family: 'IBM Plex Sans', sans-serif; }
input:focus, select:focus, textarea:focus { outline: 2px solid oklch(0.54 0.19 258); outline-offset: 1px; }
@keyframes dropIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

/* tasarımda style-hover olarak yazılı olan durumlar */
.e-iletisim-h1:hover { border-color: rgba(16,26,51,0.4) !important; }
.e-iletisim-h2:hover { background: rgba(16,26,51,0.06) !important; }
.e-iletisim-h3:hover { background: oklch(0.5 0.19 258) !important; transform: translateY(-2px) !important; }
