/*
Theme Name: DailyEvolve Child
Theme URI: https://dailyevolve.com
Description: Custom child theme for DailyEvolve — hand-coded, Reuters-style editorial templates (home, single, archive) built on the lightweight Elementor Hello parent. Performance- and AdSense-optimized. Elementor remains available for one-off landing pages.
Author: DailyEvolve
Template: hello-elementor
Version: 1.2.9
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: dailyevolve
*/

/*
 * Styles live in assets/css/design-system.css and assets/css/main.css,
 * enqueued in functions.php. This file only carries the theme header
 * (required by WordPress) plus the design tokens below.
 *
 * Design language: editorial / newswire (à la reuters.com) — flat surfaces,
 * sharp corners, hairline rules, strong type hierarchy, uppercase kickers,
 * prominent timestamps. Single accent color kept on brand green.
 */

:root {
    /* Accent (kept on brand — green) */
    --de-green: #059669;
    --de-green-dark: #047857;
    --de-blue: #2563EB;
    --de-blue-dark: #1d4ed8;

    /* Editorial ink scale */
    --de-ink: #0f1010;       /* headlines (near-black) */
    --de-body: #2b2d2f;      /* running text */
    --de-muted: #6b7280;     /* meta / timestamps */
    --de-faint: #9aa0a6;     /* faint labels */
    --de-line: #e3e3e1;      /* hairline rules */
    --de-line-dark: #c9c9c6; /* stronger hairline */
    --de-bg: #ffffff;
    --de-bg-soft: #f6f6f4;   /* newsprint gray */
    --de-bg-dark: #0f1010;   /* footer / dark bands */

    /* Typography — one grotesque family, newswire-clean */
    --de-font-sans: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --de-font-head: "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

    /* Layout */
    --de-container: 1200px;
    --de-radius: 0;          /* sharp editorial corners */
    --de-gap: 30px;
    --de-shadow: none;
}
