/*
 * DII property CSS tokens (P2-WP-07 DII Token Implementation Slice 1).
 *
 * Exact Programme Owner-approved production values, dated 18 September
 * 2026 — not screenshot-derived, sampled, inferred, or approximated. See
 * docs/P2-WP-07B_DII_BRAND_AND_DESIGN_TOKEN_SPECIFICATION.md for full
 * provenance and the unresolved-value register.
 *
 * Semantic names follow that specification's own colour taxonomy
 * (Section 4.1) and surfaces section (Section 9) exactly — no new
 * taxonomy is introduced here. Only tokens with a controlled exact value
 * are declared: `background`, `surface`, `text-inverse`, `link-hover`,
 * `radius-card`, `radius-control`, and `elevation-card` remain
 * unresolved (DII-TOKEN-003/004/005/008/009 in the specification's
 * register) and are deliberately NOT declared here — inventing a value
 * for any of them would silently convert an unresolved Programme Owner
 * decision into a fabricated one.
 *
 * Font: Inter is the approved family (DII-TOKEN-007, resolved). The
 * fallback stack after it is ordinary engineering fallback behaviour
 * (a standard system-font stack), not a new brand decision. This slice
 * declares font *identity* only — no @font-face, no external font
 * request, no font binary. Font acquisition/delivery remains a later,
 * separate concern.
 *
 * Logo/wordmark: no production asset exists in this repository and none
 * is created here — see sites/dii/README.md and the specification's
 * Section 13 (Logo/Asset Boundary). Status: APPROVED DESIGN DIRECTION —
 * PRODUCTION ASSET PENDING.
 *
 * This file depends on platform/design-system/css/foundation-tokens.css
 * for every shared primitive (spacing, typography scale, grid) — it does
 * not redeclare or duplicate any of them.
 */

:root {
  --dii-color-brand-primary: #0B1F33;
  --dii-color-brand-secondary: #087E8B;
  --dii-color-text-primary: #17212B;
  --dii-color-text-secondary: #5B6672;
  --dii-color-link: #087E8B;
  --dii-color-focus: #0B8FA3;
  --dii-color-border-subtle: #D9E1E7;

  --dii-font-family-base: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}
