/*<meta />*/

/*===========================================================================================================================================================

Branding.css  —  THE SINGLE SOURCE OF TRUTH FOR THEME COLORS, TYPE AND LOGO.

This file is the ONLY place where branding values are defined. Every other
stylesheet and skin in the project reads from these variables. To re-brand
the help output, change values in this file only.

Aligned to the Inception Design System (Stargate Base) — kept deliberately
neutral for end-user help documentation. Brand purple appears only on links
and the selected-TOC accent bar; everything else is charcoal / off-white.

NOTE: MadCap Flare does not accept 8-digit hex codes (RGBA with alpha) in
skin properties. All values below are 6-digit hex or named keywords so they
work in both .css and .flskn files.

===========================================================================================================================================================*/

:root
{
	/* ─── Neutrals (used everywhere) ─────────────────────────────────────── */
	--Primary: #292929;        /* Inception Charcoal — body, headings, table headers */
	--Dark: #292929;           /* same as Primary (design system has no "pure black") */
	--Light: #F5F5F2;          /* Inception warm off-white — nav borders, alt rows    */
	--Lightest: #FFFFFF;       /* page background, text on dark                       */
	--Border: #E5E5E0;         /* 1px rules, very low-contrast separators             */
	--MutedText: #6B6B6B;      /* breadcrumbs, footer, secondary metadata             */

	/* ─── Brand accents (used sparingly) ─────────────────────────────────── */
	--LinkColor: #6E2BD1;      /* AA-readable Inception purple for links              */
	--LinkHover: #4F1FA1;      /* deeper purple on hover                              */
	--AccentBrand: #A964F7;    /* Inception Brand-100 — selected-TOC accent bar only  */

	/* ─── Status tones (Inception) ───────────────────────────────────────── */
	--TonePositive: #126E40;
	--ToneNegative: #B5231B;

	/* ─── Type ───────────────────────────────────────────────────────────── */
	--FontFamily: 'Inter', 'Helvetica Neue', Arial, sans-serif;
	--FontMono: 'JetBrains Mono', 'SF Mono', Menlo, Consolas, monospace;

	/* ─── Logo / wordmark ────────────────────────────────────────────────
	   Used by master pages that reference --LogoImage. Update the filename
	   here if you swap the artwork — the rest of the project will follow.    */
	--LogoImage: url('../Images/Inception-fullcolor-RGB.svg');
}

/*
  Loads Inter from Google Fonts. WebHelp Pro / WebHelp2 output fetches this
  at runtime — no font files to ship. If you ship PDF output, embed Inter
  via your printed-output stylesheet instead (or fall back to Arial cleanly).
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
