/*
Theme Name: Ecobinder Core
Theme URI: https://ecobinderservices.com
Author: Chidi Henry Emeribe
Author URI: https://greengatesoft.com
Description: High-performance, modern custom WordPress theme engineered for Ecobinder Services Limited. Built for enterprise authority, environmental consultancy, and lightning-fast Core Web Vitals.
Version: 1.0.0
Text Domain: ecobinder
*/

:root {
    --eb-obsidian: #0b111e;
    --eb-slate: #162238;
    --eb-emerald: #059669;
    --eb-emerald-light: #10b981;
    --eb-gold: #e8b14f;
    --eb-text: #f8fafc;
    --eb-muted: #94a3b8;
}

body {
    background-color: var(--eb-obsidian);
    color: var(--eb-text);
    font-family: 'Plus Jakarta Sans', sans-serif;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}