/*
Theme Name: DKK Gelderland
Template: dkk-base
Version: 1.4.4
Description: DKK Gelderland child theme op basis van DKK Base.
Text Domain: dkk-gelderland
*/
:root{
 --color-blue:#1010ff;
 --color-purple:#8658ff;
 --color-pink:#ffa6ca;
 --color-brand-4:#12ed0d;
 --color-brand-5:#49c900;
 --color-dark-green:#008e60;

 --color-primary:var(--color-blue);
 --color-secondary:var(--color-purple);
 --color-accent:var(--color-brand-4);
 --color-accent-alt:var(--color-brand-5);
 --color-accent-2:var(--color-dark-green);
 --color-highlight:var(--color-pink);
 --color-background-soft:#e9fbf7;
 --color-background-warm:#fdeaf2;
 --color-footer:var(--color-blue);
 --color-on-primary:#fff;
 --color-text:#101010;
}

/* DKK componenttaal uit de stijlgids */
.choice.dkk,.word-lid,.dkk-button,.small-pill{background:var(--color-blue)}
.choice.advies,.advice-button{background:var(--color-purple)}
.theme-card:nth-child(1) .theme-icon i:nth-child(1),
.village-shapes i:nth-child(1){background:var(--color-brand-4)}
.theme-card:nth-child(2) .theme-icon i:nth-child(1),
.village-shapes i:nth-child(2){background:var(--color-brand-5)}
.theme-card:nth-child(3) .theme-icon i:nth-child(1),
.village-shapes i:nth-child(3){background:var(--color-dark-green)}

/* v1.3 kleurpalet volgens DKK_Website_knoppen */
:root{--color-blue:#0000ff;--color-purple:#8c58ff;--color-pink:#ffb4d3;--color-brand-4:#00ff00;--color-brand-5:#62ce00;--color-dark-green:#00865b;--color-primary:#0000ff;--color-secondary:#8c58ff;--color-accent:#00ff00;--color-accent-alt:#62ce00;--color-accent-2:#00865b;--color-highlight:#ffb4d3;--color-background-soft:#ddffef;--color-background-warm:#ffecf4;--color-footer:#0000ff}
