/*
Theme Name: Riverside Custom Countertops Child
Theme URI: https://riversidecustomcountertops.com/
Description: Production child theme for Riverside Custom Countertops. Self-contained content bundle (data/content.json), service / material / location CPTs, Ninja Forms lead cards, Rank Math population. Requires Divi 5 as the parent theme.
Author: LU Corp Media
Author URI: https://lucorpmedia.com/
Template: Divi
Version: 1.0.7
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: riverside-custom-countertops-child
*/

/* ------------------------------------------------------------
   DESIGN TOKENS - single source of truth.
   Every other stylesheet references these custom properties.
   ------------------------------------------------------------ */
:root{
  --ink:#232B2E; --ink-2:#4B5457; --muted:#78807F;
  --bone:#F3F2EF; --bone-2:#E8E9E6; --paper:#FFFFFF;
  --teal:#0E5157; --teal-dk:#0B4247; --clay:#123C41;
  --line:#DCDDD9; --line-2:#C2C6C3; --line-ink:rgba(255,255,255,.22);
  --font-d:"Playfair Display",Georgia,serif;
  --font-b:"Libre Franklin",system-ui,-apple-system,sans-serif;
  --wrap:1220px; --gut:clamp(18px,4vw,44px);
}
