/*
Theme Name: Hello Elementor Child - Core Precision
Template: hello-elementor
Version: 1.0.0
Description: Core Precision brand layer. Tokens + global brand rules only - component CSS lives in the coreprecision-widgets plugin stylesheet.
*/
/* [BRAND TOKENS] Canonical Core Precision palette, sampled from the master logo file 17/08/2026.
   Why: single source of truth for any CSS that cannot use Elementor globals.
   Used on: site-wide. Added 17/08/2026. */
:root {
  --cp-teal: #128181;
  --cp-teal-dark: #0e6a6a;
  --cp-teal-tint: #e7f2f2;
  --cp-navy: #25303a;
  --cp-red: #e83b3b;
  --cp-steel: #408d96;
  --cp-bg-light: #f4f7f8;
  --cp-white: #ffffff;
}
/* [SELECTION COLOUR] Brand text-selection. Why: browser default blue clashes with the palette.
   Used on: site-wide. Added 17/08/2026. */
::selection { background: var(--cp-teal); color: var(--cp-white); }
