/*
 * Old world theme (standalone, not generated by SCSS)
 * Copied from prior assets/style.css to avoid clashes with any theme builds.
 */

/* Font for drop caps is loaded from local file */
@font-face {
  font-family: 'Goudy Initialen';
  src: url('/assets/fonts/GoudyInitialen.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { color-scheme: light; }

body {
  font-family: 'IM Fell DW Pica', Georgia, serif;
  font-size: 19px;
  line-height: 1.65;
  color: #3A3226;
  background-color: #F5E8C9; /* Warm parchment */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////8IN+deAAAAGnRSTlMAAwgJEBk+P0pLUFdYWWNkaWprbHN0dXaBgxis5KQAAABZSURBVEjH7cy7AYAwDENRw4dCsP+sZAZIXqCga26OLHmVR0zO2YjS6iJq65uora4iuH6Rq/ed7Pc432/odR2urnNxdZ2Lq+tcXF3nDzr/Gx1E3UFd5F4GMJxdIiHRJP+PAAAAAElFTkSuQmCC');
  max-width: 700px;
  margin: 0 auto;
  padding: 2em;
}

header { text-align: center; margin-bottom: 2em; }
header h1 { margin: 0.8em 0 0.5em; font-size: 2em; }
header h1 a { color: #6B4226; text-decoration: none; }

nav { margin: 1em 0 2em; padding-bottom: 0.5em; text-align: center; border-bottom: 1px solid #D3BF8D; }
nav a { display: inline-block; margin: 0 0.8em; color: #8B5A2B; text-decoration: none; }

main { min-height: 60vh; }
p { margin-bottom: 1.2em; }
ul, ol { margin-left: 2em; margin-bottom: 1.2em; }
li { margin-bottom: 0.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'IM Fell DW Pica', Georgia, serif;
  font-weight: normal; color: #6B4226; margin-top: 1.3em; margin-bottom: 0.6em; line-height: 1.3;
}
h1.page-title, h1.post-title { color: #6B4226; border-bottom: 1px dotted #8B5A2B; padding-bottom: 0.3em; margin-top: 0; }

a { color: #8B5A2B; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

.entry > p:first-of-type:first-letter,
.drop-cap:first-letter {
  float: left; font-family: 'Goudy Initialen', serif !important; font-size: 3.8em; line-height: 0.8;
  padding-right: 0.12em; padding-top: 0.1em; color: #800020;
}
.entry > p:first-of-type { min-height: 3.8em; display: block; margin-bottom: 1.5em; clear: both; }

code, pre { font-family: 'Courier New', Courier, monospace; background-color: #EDE0C5; padding: 0.2em 0.4em; border-radius: 3px; }
pre { padding: 1em; overflow-x: auto; margin-bottom: 1.2em; }

img { max-width: 100%; height: auto; border: 1px solid #D3BF8D; padding: 0.3em; background-color: #F9EFD9; margin: 1em 0; }

blockquote { margin: 1.5em 0 1.5em 1.5em; padding-left: 1em; border-left: 3px solid #D3BF8D; font-style: italic; color: #5E4B32; }

table { width: 100%; margin: 2em auto; border-collapse: collapse; font-size: 0.95em; line-height: 1.45; background-color: #FAF0E6; }
th, td { padding: 0.6em 0.9em; text-align: left; vertical-align: top; border-bottom: 1px solid #D4C4A8; overflow-wrap: anywhere; hyphens: auto; }
th { font-weight: normal; color: #6B4226; border-bottom: 2px solid #8B5A2B; font-size: 0.95em; letter-spacing: 0.02em; }

tbody tr:nth-child(even) { background-color: #F8F0E0; }

footer { margin-top: 3em; padding-top: 1em; border-top: 1px solid #D3BF8D; font-size: 0.9em; color: #776A56; text-align: center; }

/* Search */
.search-input { width: 100%; padding: 0.7em; font-family: 'IM Fell DW Pica', Georgia, serif; border: 1px solid #D3BF8D; background-color: #F9EFD9; color: #3A3226; font-size: 1em; margin-bottom: 1.5em; }
.search-results { margin-top: 1.5em; }

