/* ==========================================================================
   Design tokens — ashleybhopkins.com
   ==========================================================================
   Variables ONLY. These are the values genuinely identical across every page
   on the site today (verified by diffing homepage vs. case-study inline
   styles before extraction — see DESIGN.md).

   Page-type-specific tokens (values that differ between the homepage and the
   case studies, e.g. accent colors and gradient stops) live in each page
   type's own stylesheet instead of here, so this file never silently changes
   a color that's supposed to differ. See DESIGN.md → Inconsistencies for the
   full list of near-duplicate values that were found but NOT unified.
   ========================================================================== */

:root {
  --ink: #1a1714;
  --muted: #756e66;
  --rule: #e2dbd2;
  --bg: #faf7f3;      /* was --cream on the homepage and --bg on case studies —
                          identical value (#faf7f3), consolidated to one name */

  --serif: 'Playfair Display', Georgia, serif;
  --mono: 'DM Mono', monospace;
}
