/*
Theme Name: Sfintenia Child
Template: blocksy
Description: Temă child pentru sfintenia.ro - paletă alb-cer + bleu profund + auriu, atmosferă serafică
Version: 1.0.0
Text Domain: sfintenia-child
*/

:root {
  --theme-palette-color-1: #1e3a8a;
  --theme-palette-color-2: #1e40af;
  --theme-palette-color-3: #1f2937;
  --theme-palette-color-4: #0f172a;
  --theme-palette-color-5: #daa520;
  --theme-palette-color-6: #fafafa;
  --theme-palette-color-7: #f0f4f8;
  --theme-palette-color-8: #ffffff;

  --theme-font-family: 'Inter', system-ui, sans-serif;
  --theme-headings-font-family: 'Playfair Display', Georgia, serif;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #fafafa;
  color: #1f2937;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.site-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0f172a;
}

h1 { font-size: 2.75rem; line-height: 1.1; }
h2 { font-size: 2.1rem; line-height: 1.2; }
h3 { font-size: 1.55rem; line-height: 1.25; }

a, a:visited { color: #1e3a8a; }
a:hover, a:focus { color: #daa520; }

.entry-title a { color: #0f172a; }
.entry-title a:hover { color: #1e3a8a; }

.site-header {
  background: linear-gradient(180deg, #ffffff 0%, #f0f4f8 100%);
  border-bottom: 2px solid #daa520;
}

.site-title {
  color: #1e3a8a;
}
