/* style.css */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  background-color: #f7f7f7;
}

h1, h2, h3, h4 {
  font-family: 'Merriweather', serif; 
}

/* Navbar Brand’in biraz daha büyük görünmesi */
.navbar-brand {
  font-weight: bold;
  font-size: 1.3rem;
}

/* Slider’daki yazılara hafif gölge eklemek */
.carousel-caption h5 {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}
