/*
Theme Name: Countertops Redding Co Child
Theme URI: https://countertopsreddingco.com/
Description: Production Divi 5 child theme for Countertops Redding Co - a phone-first, rank-and-rent local countertop site (Redding, CA). Self-contained: all page content, images, and fonts ship inside the theme and render on activation via a bundled data/content.json. Phone-first (no lead forms); primary CTA is click-to-call (530) 420-6911.
Author: LU Corp Media
Author URI: https://lucorpmedia.com/
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: countertops-redding-co-child
*/

/* ==========================================================================
   DESIGN TOKENS - single source of truth (every other file references vars)
   ========================================================================== */
:root {
  /* Neutrals - warm greige & graphite */
  --paper:      #F6F3ED;
  --paper-2:    #ECE6DB;
  --card:       #FFFFFF;
  --ink:        #23262B;
  --ink-2:      #44474D;
  --muted:      #7C7E84;
  --line:       #E2DCD0;
  --line-2:     #CFC7B8;
  --stone:      #B3AB9A;

  /* Accent - brass / bronze (themeable) */
  --accent:      #8A5E28;
  --accent-2:    #6B4819;
  --accent-soft: #EFE5D2;
  --accent-ink:  #FBF7EF;

  /* Secondary - slate (structural highlights) */
  --clay:       #3D4B59;
  --clay-soft:  #E6EAEE;

  --radius:     8px;
  --radius-sm:  5px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 0 rgba(21,23,26,.04);
  --shadow:    0 22px 50px -30px rgba(21,23,26,.40);
  --shadow-lg: 0 40px 90px -44px rgba(21,23,26,.55);

  --maxw: 1220px;
  --gut: clamp(20px, 5vw, 60px);

  --font-head: "Spectral", Georgia, "Times New Roman", serif;
  --font-body: "Hanken Grotesque", system-ui, -apple-system, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Menlo, monospace;
}

/* The full ported stylesheet lives in assets/css/main.css (enqueued as crc-main).
   This file only carries the child-theme header + token :root so Divi's child
   loader is satisfied and tokens exist even before crc-main loads. */
