/*
Theme Name: Marog Child
Template: blocksy
Description: Temă child pentru marog.ro - paletă violet liturgic + lavandă, atmosferă contemplativă de rugăciune
Version: 1.0.0
Text Domain: marog-child
*/

:root {
  --theme-palette-color-1: #6b5b95;
  --theme-palette-color-2: #574680;
  --theme-palette-color-3: #2d1b4e;
  --theme-palette-color-4: #1a0d33;
  --theme-palette-color-5: #c9a8e0;
  --theme-palette-color-6: #faf7fc;
  --theme-palette-color-7: #f0e8f5;
  --theme-palette-color-8: #ffffff;

  --theme-font-family: 'Source Sans 3', system-ui, sans-serif;
  --theme-headings-font-family: 'Lora', Georgia, serif;
}

body {
  font-family: 'Source Sans 3', system-ui, -apple-system, sans-serif;
  background: #faf7fc;
  color: #2d1b4e;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
  font-family: 'Lora', Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #1a0d33;
}

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

a, a:visited { color: #6b5b95; }
a:hover, a:focus { color: #574680; }

.entry-title a { color: #2d1b4e; }
.entry-title a:hover { color: #6b5b95; }

.site-header {
  background: #f0e8f5;
  border-bottom: 1px solid #c9a8e0;
}

article.post::before {
  content: '✛';
  color: #c9a8e0;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 0.5rem;
}
