
:root {
  --renk-1: #0090ce;
  --renk-2: #0071a5;
  --renk-3: #004366;
  --renk-4: #002536;
  --renk-baslik: #007f9a;
}

/* H1 font-size fix - UserAgentFontSizeInSection uyarısını önlemek için */
h1 {
  font-size: 2rem !important;
}

/* Font Awesome CLS fix - font-display optional */
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: optional;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-display: optional;
}

/* Accordion button - birleştirilmemiş animasyonları kaldır */
.accordion-button {
  transition: none !important;
}

.accordion-button:not(.collapsed) {
  transition: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}
