/* Brand palette sampled from the original flyer (source/flyer-original.jpg).
   Shared by every design; each design picks which tokens to lean on. */
:root {
  --sand:        #ccc9ba;  /* flyer page background */
  --sand-dark:   #b8b5a5;
  --cream:       #f4f1ea;  /* fee panel background */
  --paper:       #fbfaf7;
  --white:       #ffffff;
  --navy:        #28405f;  /* headline / body navy text */
  --navy-deep:   #1b2d45;
  --ink:         #22303f;
  --terracotta:  #d09070;  /* "3rd & Main" wordmark */
  --terracotta-deep: #b8724f;
  --sage:        #507860;  /* "Affordable Self-Pay" heading */
  --sage-light:  #849180;  /* check icons */
  --sage-pale:   #dfe6dc;
  --gold:        #f2d091;  /* star icon circles */
  --gold-rule:   #decca4;  /* divider line */
  --blue-couch:  #7a9bb5;  /* from the office photo */
  --brick:       #a2634c;  /* from the office photo */
  --grey-panel:  #e8e8e8;  /* training panel */
}
