/**
 * YHRTK Resource Hub — shared brand tokens
 *
 * Single source of truth for the brand colour palette. Every tool page
 * loads this file via <link rel="stylesheet" href="/yhrtk-shared.css">.
 *
 * Tool-specific tokens (--transition, --shadow, --radius, --green,
 * --amber, --teal, etc.) stay in each tool's inline :root.
 *
 * Source: Resources/index.html :root block (the hub home is the brand
 * reference) and the anthropic-skills:yhrtk-brand skill.
 */
:root {
  --indigo:      #6123FE;
  --indigo-dark: #491BBC;
  --pink:        #FA44AB;
  --lime:        #D1FC30;
  --cyan:        #01EAFB;
  --navy:        #1a1a2e;
  --mid-purple:  #2d1b6e;
  --light-bg:    #f9f8fd;
  --border:      #e2e0ec;
  --text:        #1a1a2e;
  --muted:       #5a5870;
  --hint:        #9896a8;
}
