/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* -------------------- Google Fonts Raleway -------------------- */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');

:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../font/fa-solid-900.woff2") format("woff2"),
       url("../../font/fa-solid-900.ttf") format("truetype");
}

/* Font Awesome ikonlarını kesin olarak koru */
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

/* Hamburger menü butonu */
.navbar-toggler {
    background-color: transparent !important; /* arka planı kaldır */
    border: none !important; /* çerçeveyi kaldır */
}

/* Hamburger menü ikonu sarı yap */
.navbar-toggler .fa-solid {
    color: #DCBB05; /* sarı renk */
    font-family: "Font Awesome 6 Free" !important; /* Font Awesome fontu burada da kesin */
    font-weight: 900;
    font-size: 4.2rem;
    transition: color 0.3s;
}

/* Hover veya tıklamada ikon rengi değişimi */
.navbar-toggler:hover .fa-solid,
.navbar-toggler:focus .fa-solid {
    color: #ffffff; /* hover / focus beyaz */
}

/* Site genelindeki metinleri Raleway yap */
body, p, span, div, h1, h2, h3, h4, h5, h6, li, a, section, article {
    font-family: 'Raleway', sans-serif !important;
}
