
:root {
  --renk-1: #e2e5ed;
  --renk-2: #a1aac6;
  --renk-3: #4f5c83;
  --renk-4: #2a3145;
  --renk-baslik: #ce2c2c;
}

/* 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;
}
