
:root {
  --renk-1: #e6e8e8;
  --renk-2: #b1afb8;
  --renk-3: #645f73;
  --renk-4: #32323d;
  --renk-baslik: #4e9397;
}

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