/**
 * AIUX Studio design tokens.
 * Extracted from the :root block that was duplicated, byte-identical,
 * across every page in this repo (index.html, dell.html, disney.html,
 * thomson-reuters.html, prodege.html, travelwonderland.html, work.html,
 * recommendations.html, nav.html, blog/*.html) as of the css-consolidation
 * migration. Link this file, then remove the duplicated :root block from
 * each page's own <style>.
 */
:root {
  --navy: #1A2B4A;
  --navy-deep: #0F1C33;
  --gold: #C9A84C;
  --gold-light: #E8C96A;
  --gold-dim: rgba(201,168,76,0.15);
  --white: #F5F0E8;
  --muted: rgba(245,240,232,0.55);

  /*
   * Two-tier divider system, extracted from what was already a
   * consistent (if uncentralized) pattern across every page:
   * --divider is the low-emphasis section/footer separator (was
   * rgba(201,168,76,0.1), used ~16 times); --divider-strong is the
   * medium-emphasis nav-bottom-border + case-study metrics-strip
   * separator (was rgba(201,168,76,0.12), used ~14 times). Values are
   * unchanged from what was already live — this just gives them names.
   */
  --divider: rgba(201,168,76,0.1);
  --divider-strong: rgba(201,168,76,0.12);
}
