<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'lora', serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #033;
  background-color: #fff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

#main-header {
  text-align: center;
  padding: 1rem 0;
  margin-bottom: 2rem;
}

.articles {
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: visible;
}

.post-content {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.67em 0;
  line-height: 1.2;
}

h1 {
  font-family: 'cinzel', sans-serif;
  font-size: 1.5em;
}

.h-title {
  font-family: monospace;
  font-size: 1.8em;
  font-weight: bold;
}

/* Content areas */
.directory,
.about {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 4px;
}

/* Code blocks and pre */
pre {
  max-width: 100%;
  overflow-x: auto;
  padding: 1rem;
  background: #f5f5f5;
  border-radius: 4px;
}</pre></body></html>