/*
 Theme Name:   GeneratePress Nalates 2025
 Description:  Clean 2025 child – no ghosts
 Author:       Nalates Urriah
 Template:     generatepress
 Version:      1.0
*/

@import url("../generatepress/style.css");

:root {
    --nal-bg: #292625;
    --nal-text: #978572;
    --nal-heading: #FCB03E;
    --nal-link: #ae7d34;
}
body { background: var(--nal-bg); color: var(--nal-text); }
h1,h2,h3,h4,h5,h6 { color: var(--nal-heading); }
a { color: var(--nal-link); }


/* Force site title bright #FCB03E default, #ae7d34 hover – GP free fix */
.site-branding .site-title a,
.site-branding .site-title a:link,
.site-branding .site-title a:visited {
    color: #FCB03E !important;
    transition: color 0.25s ease !important;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #ae7d34 !important;
}


/* Nalates site title hover: Dark gold (#ae7d34) only on rollover – GP free fix */
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #ae7d34 !important;
    transition: color 0.25s ease !important;
}


/* Nalates site title rollover: Bright #FCB03E default, dark #ae7d34 hover – GP free fix */
:root {
    --color-link: #FCB03E;        /* Global bright default */
    --color-link-hover: #ae7d34;  /* Global dark hover */
}
,[object Object],

.main-title a:hover,
.main-title a:focus {
color: var(--color-link-hover) !important;  /* Dark gold only on rollover */
}

.main-title a {
    color: #FCB03E !important;
}
.main-title a:hover,
.main-title a:focus {
    color: #ae7d34 !important;
}
