/* Custom styles for Deri's Library */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.3em;
}

h1, h2, h3 {
  color: #2c3e50;
  margin-top: 1.5em;
}

blockquote {
  border-left: 4px solid #3498db;
  padding-left: 1em;
  margin-left: 0;
  font-style: italic;
  color: #555;
}

a {
  color: #3498db;
}

a:hover {
  color: #2980b9;
}

code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
}
