/* Genel Font ve Site Ayarları */
body, h1, h2, h3, h4, h5, h6, .navbar, .dropdown-menu, .dropdown-item, .btn, .form-control, .card, .nav-link, .content {
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body {
  margin: 0;
  background-color: #000 !important; /* Simsiyah zemin */
  color: #fff;
}

/* Navbar Ayarları */
.navbar {
  background-color: #111 !important;
  border-bottom: 3px solid #c30020;
  padding: 0.5rem 2rem;
}

.navbar-brand img {
  height: 48px;
  max-width: 170px;
  display: block;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.navbar-brand {
  font-size: 1.6rem;
  color: #fff !important;
  text-decoration: none;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5rem 1.2rem;
  border-radius: 2rem;
  transition: background 0.2s, color 0.2s;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background: #c30020 !important;
  color: #fff !important;
}

.dropdown-menu {
  background: #111 !important;
  border: 1px solid #c30020;
  border-radius: 0.5rem;
}

.dropdown-item {
  color: #fff !important;
  padding: 0.5rem 1.2rem;
  font-size: 1rem;
}

.dropdown-item:hover {
  background: #c30020 !important;
  color: #fff !important;
}

/* Başlıklar */
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #c30020;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* İçerik Alanı */
.content {
  padding: 20px;
}

/* Scrollbar Renk */
::-webkit-scrollbar { width: 8px; background: #222; }
::-webkit-scrollbar-thumb { background: #c30020; border-radius: 6px; }

body, .panel-content, .panel-sidebar, .dashboard-content {
  font-family: 'Oswald', Arial, sans-serif !important;
}

.panel-title, h1, h2, h3, h4 {
  font-family: 'Staatliches', Arial, sans-serif !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e60073;
}

body, .dashboard-content, .lw-page-content, .card, .panel-content, .panel-title, .nav-link, .text-xs, .font-weight-bold {
  font-family: 'Inter', Arial, sans-serif !important;
}
