/*
Theme Name: Testamentul Child
Template: blocksy
Description: Temă child pentru testamentul.ro - paletă sepia + parchment, manuscript stil vechi
Version: 1.0.0
Text Domain: testamentul-child
*/

:root {
  --theme-palette-color-1: #704214;
  --theme-palette-color-2: #5d3410;
  --theme-palette-color-3: #3e2723;
  --theme-palette-color-4: #2a1a16;
  --theme-palette-color-5: #a87545;
  --theme-palette-color-6: #f5e6d3;
  --theme-palette-color-7: #ede0c8;
  --theme-palette-color-8: #fbf5e9;

  --theme-font-family: 'Crimson Text', Georgia, serif;
  --theme-headings-font-family: 'EB Garamond', 'Crimson Text', serif;
}

body {
  font-family: 'Crimson Text', Georgia, serif;
  font-size: 1.05rem;
  background: #f5e6d3;
  color: #3e2723;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
  font-family: 'EB Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.005em;
  color: #2a1a16;
}

h1 { font-size: 2.5rem; line-height: 1.2; font-style: italic; }
h2 { font-size: 1.9rem; line-height: 1.25; }
h3 { font-size: 1.45rem; line-height: 1.3; }

a, a:visited { color: #704214; text-decoration: underline; text-decoration-style: dotted; }
a:hover, a:focus { color: #5d3410; text-decoration-style: solid; }

.entry-title a {
  color: #3e2723;
  text-decoration: none;
}

.site-header {
  background: #ede0c8;
  border-bottom: 1px solid #a87545;
}

article.post {
  border-left: 2px solid #a87545;
  padding-left: 1.2rem;
}
