@import url("styles.css");

/* Font boyutları - EN SON */
#anasayfa .hero-static .container h1,
.section.hero .hero-static .container h1,
.hero-static .container h1 { font-size: 34px !important; }

#anasayfa .hero-static .container p,
.section.hero .hero-static .container p,
.hero-static .container p { font-size: 15.5px !important; }

#hakkimizda .about-text h2,
.section.about .about-text h2 { font-size: 25px !important; }

/* Gizli içindekiler tablosu - sadece arama motorları ve ekran okuyucular için */
.toc-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Harita altındaki içerik paragrafları arasına boşluk */
#iletisim-icerik p {
  margin-bottom: 14px;
  line-height: 1.7;
}

