/*
Theme Name: SearchCars.ca
Theme URI: https://searchcars.ca
Author: SearchCars.ca
Description: Canada-only automotive marketplace theme. Vehicle listings, custom roles (Buyer, Private Seller, Dealer), secure front-end listing submission, search & filters, favourites, internal messaging, and admin moderation. Phase 1 MVP foundation.
Version: 0.1.0
Requires at least: 6.0
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: searchcars
*/

/* The working stylesheet is enqueued from assets/css/scm.css.
   This file only carries the required theme header above plus the
   design tokens below, so child themes can override them cleanly. */

:root {
	/* Brand palette: deep navy ink, confident blue, warm paper, slate greys */
	--scm-ink:        #0a1626;   /* near-black navy headings / text */
	--scm-ink-soft:   #1c2b3f;
	--scm-blue:       #1d5fd4;   /* primary action */
	--scm-blue-dark:  #1546a0;
	--scm-blue-soft:  #eaf1fc;   /* tinted backgrounds */
	--scm-maple:      #c8312b;   /* signature Canadian red accent (used sparingly) */
	--scm-paper:      #ffffff;   /* cards / surfaces */
	--scm-paper-warm: #fbfaf8;   /* warm surface alt */
	--scm-mist:       #f3f5f9;   /* page background */
	--scm-line:       #e4e9f1;   /* hairline borders */
	--scm-line-warm:  #ece8e1;
	--scm-slate:      #56616f;   /* secondary text */
	--scm-slate-2:    #8b95a3;

	/* Deal-rating colours */
	--scm-great:      #1a8f4c;
	--scm-good:       #4faa6b;
	--scm-fair:       #c98a16;
	--scm-high:       #c8562b;

	--scm-radius:     14px;
	--scm-radius-sm:  9px;
	--scm-radius-lg:  20px;
	--scm-shadow:     0 1px 2px rgba(10,22,38,.05), 0 10px 30px rgba(10,22,38,.07);
	--scm-shadow-sm:  0 1px 3px rgba(10,22,38,.08);
	--scm-shadow-lg:  0 4px 12px rgba(10,22,38,.08), 0 24px 60px rgba(10,22,38,.12);
	--scm-ease:       cubic-bezier(.2, .7, .3, 1);

	--scm-max:        1180px;
}
