/*
Theme Name: Justine 2026
Theme URI: https://e-diccionesjustine-elp.net/
Template: themify-ultra
Author: Casa Líquen
Author URI: https://e-diccionesjustine-elp.net/
Description: Paper & book aesthetic child theme for e-dicciones Justine. Editorial serif typography, cream paper backgrounds, lacre accents.
Tags: themify,featured-images,translation-ready,custom-menu,sidebar,editor-style
Version: 1.0.0
Updated: 2026-07-06
Text Domain: justine2026
Requires PHP: 7.4
*/

/*
 * Core overrides that must load early.
 * The full design system is split across assets/css/ and enqueued
 * via functions.php after the parent theme stylesheet.
 */

/* Override Themify accent variables with higher specificity on :root */
:root {
    --theme_accent: #E86A10;
    --theme_accent_semi: rgba(232, 106, 16, 0.8);
    --theme_accent_hover: #8B2500;
}

/* Force paper-cream page background behind the boxed #body wrapper */
html,
body {
    background-color: #FAF6F0;
}

/* Remove the coffee skin's aggressive header bottom padding hack */
#headerwrap {
    padding-bottom: 0;
}

/* Ensure the body wrapper inherits the paper tone */
#body {
    background-color: #FAF6F0;
}
