@font-face {
  font-family: 'Tagesschrift';
  src: url('fonts/Tagesschrift-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.custom-heading {
  font-family: 'Tagesschrift', cursive;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

body {
  background-color: rgba(0, 0, 0, 100);
  color: white;
  font-family: Arial, sans-serif;
}

tarih {
color: white;    
    
}

a {
  color: white;
  text-decoration: underline;
}

a:hover {
  color: #ffa500; /* açık turuncu */
  text-decoration: none;
}

h1, h2, h3, h4, .card-title {
  color: darkorange;
}

.card {
  background-color: rgba(0, 0, 0, 0.45);
  border: 1px solid #444;
}

.card-body {
  color: white;
}

.btn {
  color: white;
}

.btn-primary, .btn-outline-primary {
  border-color: darkorange;
  color: darkorange;
}

.btn-primary:hover, .btn-outline-primary:hover {
  background-color: darkorange;
  color: black;
}

.modal-content {
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
}

input, textarea, select {
  background-color: #222;
  color: white;
  border: 1px solid #555;
}

input:focus, textarea:focus, select:focus {
  background-color: #333;
  color: white;
}

::placeholder {
  color: #ccc;
}


