/*
Theme Name: Direct VIP Transportation (Kadence Child)
Theme URI: https://directviptransportation.com/
Description: Child theme of Kadence for Direct VIP Transportation. Holds the v5 black-and-gold chrome (design tokens, fonts), the sticky mobile Call/Text/Book bar, and page styling. Header & footer are assembled in the Kadence Header/Footer Builder using the markup in dvip-chrome.css's matching classes.
Author: The Final Code
Author URI: https://www.thefinalcode.com/
Template: kadence
Version: 1.0.3
Requires at least: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dvip-child
*/

/*
  NOTE: real styling lives in assets/css/dvip-chrome.css (enqueued from functions.php).
  This file only carries the theme header WordPress requires + the design tokens below,
  so tokens are available even before the chrome stylesheet loads.
*/

:root{
  --black:#070707; --black-2:#0C0C0C;
  --gold:#CB9C35; --gold-bright:#E8C871; --gold-deep:#9C7320;
  --gold-grad:linear-gradient(135deg,#9C7320 0%,#CB9C35 38%,#F0D488 62%,#CB9C35 100%);
  --white:#FFFFFF; --offwhite:#EFEBE3; --muted:#A39C8E;
  --sans:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --serif:'Cormorant Garamond',Georgia,serif;
  --script:'Pinyon Script',cursive;
  --hdr:78px;
}
