
body {
  font-family: 'Segoe UI', sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background-color: #ffffff;
  color: #222;
}

h1, h2, h3 {
  font-weight: 600;
  color: #333;
}

h3 {
  font-size: 1.2rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

#temel-metinler ul,
#temel-metinler li {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #444;
}

ul {
  padding-left: 1.2rem;
}

li {
  margin-bottom: 0.4em;
}

.callout-note {
  background-color: #f9f9f9;
  border-left: 4px solid #007acc;
  padding: 1em;
}

table.dataTable {
  font-size: 0.95rem;
}
