body {
  background-color: #181a1b;
  color: #e2e2e2;
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  color: #c5a15a;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.5px;
  margin-top: 2em;
  margin-bottom: 1em;
}

h1 { font-size: 2.8em; }
h2 { font-size: 2.2em; }
h3 { font-size: 1.7em; }
h4, h5, h6 { font-size: 1.2em; }

a {
  color: #c5a15a;
  text-decoration: none;
  border-bottom: 1px solid #c5a15a;
  transition: color 0.2s ease, border-color 0.2s ease;
}

a:hover {
  color: #e4c580;
  border-color: #e4c580;
}

code {
  background-color: #2c2e30;
  border-radius: 4px;
  color: #a9b7c6;
  padding: 0.2em 0.4em;
  font-family: 'SFMono-Regular', 'Menlo', 'Monaco', 'Courier New', monospace;
  font-size: 0.9em;
}

pre {
  background-color: #2c2e30;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 1.2em;
  overflow: auto;
}

pre code {
  background-color: transparent;
  padding: 0;
  font-size: 1em;
}

blockquote {
  background-color: transparent;
  border-left: 3px solid #c5a15a;
  padding-left: 1.5em;
  margin-left: 0;
  color: #a0a0a0;
  font-style: italic;
  font-family: 'Lora', serif;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #444;
  box-shadow: none;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #4a4e52 #181a1b;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #181a1b;
}

::-webkit-scrollbar-thumb {
  background-color: #4a4e52;
  border-radius: 6px;
  border: 3px solid #181a1b;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #6a6e72;
}

::-webkit-scrollbar-corner {
  background: #181a1b;
}
