/* ---------------------------------------------------------------------------
   joshualindsey.co.uk — shared design tokens
   Single source of truth for the brand palette. Edit colours here only.
   Linked from index.html, call.html, quiz.html (after the Inter font link).
   --------------------------------------------------------------------------- */
:root {
  --black:     #000000;
  --white:     #ffffff;
  --off-white: #f4f3f0;
  --dim:       rgba(255, 255, 255, 0.45);
  --faint:     rgba(255, 255, 255, 0.08);
  --line:      rgba(255, 255, 255, 0.10);
  --line-dark: rgba(0, 0, 0, 0.10);
}
