/*
Theme Name:        JEWO Mining Child
Theme URI:         https://jewomining.com/
Description:       Child theme for Bricks Builder, tailored for JEWO Mining (mining hardware & green hosting, Cyprus). Holds design tokens, Google Fonts, and project-wide PHP customizations. Bricks remains the parent and keeps full styling control.
Author:            JEWO Mining
Author URI:        https://jewomining.com/
Template:          bricks
Version:           1.0.0
Requires at least: 6.0
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       jewo-mining-child
Tags:              bricks, child-theme, ecommerce, custom-colors, custom-logo, custom-menu, e-commerce, woocommerce
*/

/* =========================================================
   JEWO MINING — DESIGN TOKEN FALLBACKS
   --------------------------------------------------------
   Phase C status (since 2026-05-07):
   The authoritative source for design tokens lives in the
   Bricks DB option `bricks_global_variables`, written by
   ~/jewo-backups/phase-c-apply.php and exposed at runtime
   as :root { --bg-primary: …; --gold-primary: …; … }.

   The block below is a *fallback only* so that:
     - the WP/admin UI (no Bricks runtime) still has the
       colors available (e.g. login screen if branded later);
     - any CSS authored in this file can rely on the tokens
       even before Bricks' inline CSS is emitted.

   Font tokens are intentionally NOT duplicated here. They
   live exclusively in `bricks_global_variables` to avoid
   drift. See _jewo-design-tokens.md for the mapping table.
   ========================================================= */

:root {
	/* --- Backgrounds (dark, layered) --- */
	--bg-primary:    #0A0A0A;
	--bg-secondary:  #1A1A1A;
	--bg-tertiary:   #252525;

	/* --- Brand gold --- */
	--gold-primary:  #D4AF37;
	--gold-hover:    #E8C757;
	--gold-muted:    #8B7355;

	/* --- Text --- */
	--text-primary:   #FFFFFF;
	--text-secondary: #B8B8B8;
	--text-muted:     #707070;

	/* --- Status --- */
	--success: #4ADE80;
	--warning: #FBBF24;
	--error:   #EF4444;
}
