/*
 Theme Name:   Neve Child
 Description:  Moon Fate Tarot — dark gold theme
 Template:     neve
 Version:      1.0.2
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins:wght@400&display=swap');

/* ── CSS variable overrides ─────────────────────────────────── */
:root {
  --nv-site-bg:        #252827;
  --nv-light-bg:       #2a2a2a;
  --nv-dark-bg:        #111111;
  --nv-primary-accent: #FFE182;
  --nv-text-color:     #d9d9d9;
  --nv-text-dark-bg:   #d9d9d9;
}

/* ── Base ───────────────────────────────────────────────────── */
body {
  background-color: #252827 !important;
  color: #d9d9d9 !important;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
  -webkit-font-smoothing: antialiased;
}

/* ── Content container width (not header/footer) ───────────── */
.neve-main .container {
  max-width: 720px !important;
}

/* ── Headings ───────────────────────────────────────────────── */
h1, h2, h3, h4, h5, h6,
.entry-title, .entry-title a,
.nv-page-title,
.nv-page-title-wrap .title,
.wp-block-post-title {
  color: #FFE182 !important;
}

h1,
.entry-title,
.nv-page-title,
.nv-page-title-wrap .title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  color: #5c5c5c !important;
  margin-bottom: 40px !important;
}

.home h2.wp-block-heading {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 42px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  color: #5c5c5c !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin-top: 40px !important;
}

h2 {
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

h3 { font-size: 15px !important; font-weight: 700 !important; }
h4, h5, h6 { font-size: 13px !important; font-weight: 700 !important; }

/* ── Body copy ──────────────────────────────────────────────── */
p, li, td, th, blockquote, figcaption,
.entry-content, .entry-content p {
  color: #cccccc !important;
  font-size: 15px !important;
}

/* ── Links ──────────────────────────────────────────────────── */
a, a:visited {
  color: #FFE182 !important;
}
a:hover, a:focus {
  color: #fff5cc !important;
}

.neve-main a, .neve-main a:visited,
.entry-content a, .entry-content a:visited {
  color: skyblue !important;
}
.neve-main a:hover, .neve-main a:focus,
.entry-content a:hover, .entry-content a:focus {
  color: #aee8ff !important;
}

.neve-main .wp-block-button__link,
.neve-main .wp-element-button,
.neve-main .wp-block-button a {
  color: #FFE182 !important;
}

.neve-main .wp-block-button__link:hover,
.neve-main .wp-element-button:hover,
.neve-main .wp-block-button a:hover {
  background-color: #333333 !important;
  color: #FFE182 !important;
  border: 2px solid #000000 !important;
}

/* ── Backgrounds ────────────────────────────────────────────── */
.wrapper, .neve-main, #content,
.nv-content-wrap, .entry-content,
article, .nv-single-page-top,
.site-main {
  background-color: transparent !important;
}

/* ── Content bottom padding (not homepage) ──────────────────── */
body:not(.home) .neve-main {
  padding-bottom: 40px !important;
}

/* ── Footer ─────────────────────────────────────────────────── */
.hfg_footer, .hfg_footer *,
.hfg_footer a, .hfg_footer a:visited,
.hfg_footer a:hover, .hfg_footer a:focus {
  color: #888888 !important;
}
