/*
 Theme Name:   GeneratePress Nalates 2025
 Theme URI:    https://blog.nalates.net
 Description:  Custom child theme for Nalates’ Things & Stuff – Second Life Blog
 Author:       Nalates Urriah
 Author URI:   https://blog.nalates.net
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  generatepress-nalates-2025
*/

/* === Import parent theme stylesheet === */
@import url("../generatepress/style.css");

/* === Your custom colors – exactly the palette you specified === */
:root {
    --nal-bg:          #292625;       /* main background */
    --nal-dark:        #0d0c0c;       /* darker areas */
    --nal-table:       #403132;       /* table backgrounds */
    --nal-text:        #978572;       /* standard text */
    --nal-heading:     #FCB03E;       /* H1-H6 */
    --nal-note:        #B94F25;       /* footnotes, UI notes */
    --nal-acronym:     #DDC32C;       /* abbr, acronym */
    --nal-link:        #ae7d34;       /* links */
}

/* Apply colors immediately */
body { background: var(--nal-bg); color: var(--nal-text); }
h1, h2, h3, h4, h5, h6 { color: var(--nal-heading); }
a { color: var(--nal-link); }
a:visited { color: #8b5e1a; }