/*
Theme Name: DingoPlus — Heritage
Theme URI: https://dingoblue.com.au
Description: DingoPlus palette option 1 of 3 — "Heritage". The safest brand-continuity refresh: keeps Plywood & Panel's signature greenery green and charcoal, modernised with a warm birch background. Child of the DingoPlus base theme.
Author: DingoPlus
Author URI: https://dingoblue.com.au
Template: dingoplus
Version: 1.0
*/

/* Heritage = the DingoPlus default tokens, stated explicitly so the option is
   self-documenting and easy to tweak independently of the other two. */
:root {
  --dp-green:       #88B04B;
  --dp-green-deep:  #5E8A2E;
  --dp-green-tint:  #EEF3E2;

  --dp-accent:      #88B04B;
  --dp-accent-deep: #5E8A2E;

  --dp-ink:         #2B2E2F;
  --dp-slate:       #4A4F52;
  --dp-muted:       #6B7173;

  --dp-bg:          #F6F4EF;
  --dp-surface:     #FFFFFF;
  --dp-line:        #E3E0D8;

  --dp-header-bg:   #FFFFFF;
  --dp-header-text: #2B2E2F;
  --dp-footer-bg:   #2B2E2F;
  --dp-footer-text: #C9CDCE;

  --dp-banner:      #B23A2E;
}
