/**
 * Skanska PSI Pro — design tokens (single source for --* brand values in the theme).
 *
 * GENERATED from the "CSS Variables" block in design/DESIGN.md. Do not edit by hand:
 * change DESIGN.md, then run scripts/build-tokens.sh.
 *
 * DESIGN.md is PROPOSED (TSK-20559), not approved. These tokens are wired in so the
 * theme and LMS Theming options share one set of values; no templates or screens are
 * built on them yet.
 *
 * --scorm-* is NOT defined here. LMS Theming options (scorm_*) own those and load last
 * (see config/theming-options.json and mentorkit-wp-lms INTEGRATION.md §3).
 */

:root{
  --blue:#143275; --blue-dark:#132D61; --blue-mid:#385288; --blue-soft:#A5B0CA;
  --green:#3ECD7B; --green-dark:#3CAE6B;
  --white:#FFFFFF; --dim-white:#F5F5F5; --light-gray:#ECECEC; --mid-gray:#D6D6D6; --muted:#555555; --ink:#333333; --black:#000000;
  --red:#EE2F53; --orange:#F58713; --action-blue:#2356E5;
  --font:"Shape Sans","Inter",system-ui,-apple-system,"Segoe UI",sans-serif;
  --fs-h1:clamp(2.25rem,4vw + 1rem,3.25rem); --fs-h2:clamp(1.625rem,2vw + 1rem,2.125rem); --fs-h3:1.25rem; --fs-h4:1rem;
  --fs-body:1rem; --fs-small:.875rem; --fs-label:.8125rem;
  --s-1:.25rem; --s-2:.5rem; --s-3:1rem; --s-4:1.5rem; --s-5:2rem; --s-6:3rem; --s-7:4rem; --s-8:6rem;
  --r-sm:4px; --r-md:15px; --r-pill:999px;
  --sh-card:0 1px 3px rgba(0,0,0,.08); --sh-pop:0 12px 32px rgba(0,0,0,.18);
  --content:75rem;
}

/* Semantic aliases (DESIGN.md: "Semantic tokens map to --red, --orange, --action-blue, --green"). */
:root{
  --success:var(--green); --warning:var(--orange); --danger:var(--red); --info:var(--action-blue);
}
