/*
Theme Name:   Keeping Vert Dead
Theme URI:    https://keepingvertdead.com
Description:  Child theme of Storefront for Keeping Vert Dead — gritty skateboard brand storefront. Built by Storyline Analytics.
Author:       Storyline Analytics
Template:     storefront
Version:      1.0.0
Text Domain:  keeping-vert-dead-child
*/

/*
 * All real styling lives in /assets/css/*.css, enqueued conditionally from
 * functions.php. This file only carries the required child-theme header and
 * the brand CSS custom properties so they are available everywhere, even
 * before the conditional sheets load.
 */

:root {
  /* ── KVD brand palette (PRD §5 — working values, client to approve) ── */
  --kvd-bg: #111111;          /* page background (near black) */
  --kvd-surface: #1e1e1e;     /* cards / raised surfaces */
  --kvd-text: #f0f0f0;        /* primary text (off-white) */
  --kvd-text-muted: #999999;  /* secondary text (mid-gray) */
  --kvd-accent: #cc2200;      /* red accent */
  --kvd-accent-hover: #e63b1a;/* lighter red for hover */
  --kvd-border: #333333;      /* borders / dividers */

  /* ── Type ── */
  --kvd-font-display: 'Bebas Neue', 'Arial Narrow', sans-serif;
  --kvd-font-body: 'Barlow', system-ui, -apple-system, sans-serif;
}
