/*
Theme Name: eBiserica Child
Template: blocksy
Description: Temă child pentru ebiserica.ro - paletă auriu + ivoriu, tipografie tradițională ortodoxă
Version: 1.0.0
Text Domain: ebiserica-child
*/

:root {
  --theme-palette-color-1: #b8860b;
  --theme-palette-color-2: #8b6914;
  --theme-palette-color-3: #2c1810;
  --theme-palette-color-4: #1a0f08;
  --theme-palette-color-5: #d4af37;
  --theme-palette-color-6: #fff8dc;
  --theme-palette-color-7: #faf3e0;
  --theme-palette-color-8: #ffffff;

  --theme-font-family: 'Lato', system-ui, sans-serif;
  --theme-headings-font-family: 'Cormorant Garamond', Georgia, serif;
}

body {
  font-family: 'Lato', system-ui, -apple-system, sans-serif;
  background: #fff8dc;
  color: #2c1810;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

h1 { font-size: 2.6rem; line-height: 1.15; }
h2 { font-size: 2rem; line-height: 1.2; }
h3 { font-size: 1.5rem; line-height: 1.25; }

a, a:visited { color: #b8860b; }
a:hover, a:focus { color: #8b6914; }

.entry-title a {
  color: #2c1810;
  border-bottom: 1px solid transparent;
  transition: border-color .2s;
}
.entry-title a:hover { border-bottom-color: #b8860b; }

.site-header {
  border-bottom: 3px double #b8860b;
  background: #fff8dc;
}
