/*
Theme Name: Nord Child
Theme URI: https://watchingmoviesandshit.com/
Description: Child theme for Nord, built for Watching Movies & Shit redesign (dark palette, custom front page).
Author: Brandon
Template: nord-theme
Version: 1.0.0
Text Domain: nord-child
*/

/* Pull in all of Nord's original CSS first. Parent folder confirmed as
   "nord-theme" via File Manager (2026-07-03). */
@import url("../nord-theme/style.css");

/* =====================================================
   DARK PALETTE OVERRIDE
   Nord's defaults: body/.hentry = #fff, text = #222.
   This flips it to dark. Two shades used on purpose so the
   content box still reads as a distinct "card" against the
   page background, rather than one flat black.
   ===================================================== */

body {
  background: #0d0d0d;
  color: #e8e8e8;
}

.hentry {
  background-color: #1f1f1f;
}

.page-header {
  background-color: #1f1f1f;
}

h1, h2, h3, h4, h5, h6 {
  color: #f2f2f2;
}

/* Base link ink (not hover/accent — set your accent color in
   Customizer > Colors > link_color, this just keeps unstyled
   links from defaulting to dark-on-dark) */
a {
  color: #e8e8e8;
}
