/* GarbageDrop — design tokens (single source of truth)
   Linked from every customer-facing page. Edit here, not inline. */
:root{
  /* Brand */
  --ink:    #0C1B2E;  /* primary text / dark navy */
  --ink2:   #1A3050;  /* hover-darker navy */
  --ember:  #F5821F;  /* primary CTA / accent orange */
  --ember2: #D9700E;  /* hover-darker orange */
  --leaf:   #4CB85A;  /* success / positive signal green */

  /* Surfaces */
  --cream:  #FAF8F4;  /* lightest off-white background */
  --paper:  #F3F0EA;  /* secondary background */
  --bone:   #E8E3D8;  /* subtle border / divider */
  --white:  #FFFFFF;

  /* Text variants */
  --fog:    #6B7585;  /* secondary text */
  --gray:   #6B7280;  /* portal-specific neutral */

  /* Elevation */
  --sh:  0 6px 28px rgba(12,27,46,.07);
  --sh2: 0 18px 48px rgba(12,27,46,.13);

  /* Layout */
  --r:   16px;
  --max: 1140px;
}
