/* ============================================================================
   us.css - the US design's token re-tint overlay.

   Child of the `official` design (Config\Designs: parent=official). The cascade
   loads official's design-tokens.css + design-theme.css FIRST, then this file,
   so the ONLY job here is re-valuing the SAME --fwre-* token names for the
   US-portal look (Zillow/Realtor.com family: white surfaces, near-black price
   ink, one saturated blue accent). No new selectors, no raw values outside
   this token block, no layout (uikit-theme-designer two-tier rule; spec:
   docs/showcase/us-theme-spec.md §3; roster: docs/showcase/design-roster.md).
   The page-idiom layer (map-split browse) lives in us-browse.css, tokens-bound.
   ============================================================================ */

:root {
    /* Accent: saturated US-portal blue replaces the official green */
    --fwre-green: #0B67D0;
    --fwre-green-alpha: rgba(11, 103, 208, .075);
    --fwre-green-hover: #0952A8;

    /* Price / heading ink: near-black for the bold-price idiom */
    --fwre-black: #2A2A33;

    /* Price accent used by the latest-properties module: follow the accent, not sand */
    --fwre-sand: #0B67D0;

    /* Featured-item accents: cool light-blue tint instead of mint */
    --fwre-featured-bg: #EAF2FC;
    --fwre-featured-soft: #C7DCF5;
    --fwre-featured-ink: #3A5474;
}
