:root {
  /* Intricate palette, unchanged from variables.css */
  --primary-faded:  #ECF4F6;
  --primary:        #227B99;   /* every interactive element: links, buttons, focus */
  --primary-dark:   #11607b;
  --primary-darker: #00465D;
  --secondary:      #BD4B00;   /* LIVE and REGISTERED states ONLY */
  --accent:         #929397;
  --accent-faded:   #e7e7e7;
  --dark:           #212533;

  /* Standardised Intricate colours, from CSS.md section 1 */
  --navy:           #1B3C69;   /* card grounds, footer */
  --amber:          #D07B18;   /* pending / awaiting review ONLY */

  /* Surfaces for this product */
  --paper:          #F6F7F7;   /* page ground, cool, not cream */
  --surface:        #FFFFFF;
  --graphite:       #485A67;   /* secondary text */
  --rule:           #D5DBDF;   /* hairlines */

  /* Spacing, Fibonacci, from variables.css */
  --size-1: 0.09rem;  --size-2: 0.14rem;  --size-3: 0.23rem;
  --size-4: 0.38rem;  --size-5: 0.62rem;  --size-6: 1rem;
  --size-7: 1.62rem;  --size-8: 2.62rem;  --size-9: 4.24rem;
  --size-10: 6.85rem;

  --shadow: 0.1rem 0.1rem 0.5rem rgba(0,0,0,0.2);
  --radius-card: 0.25rem;      /* near-square, technical */

  --font-body: 'Lato', -apple-system, sans-serif;
  --font-mono: 'IBM Plex Mono', 'SFMono-Regular', Consolas, monospace;
}
