/* northwind */
/* PALETTE-FRESH 2026-07-26 (supersedes RESKIN-W1 2026-07-24). Primary button =
   VERDIGRIS #C9A227 (white label, WCAG 5.24:1) in EVERY scheme incl. dark.
   GENERATED FILE - the admin Styles editor emits this .css from northwind.json in
   the same directory. Both are edited together; a .css-only hand edit is reverted
   by the next design save. northwind_custom.css never declares
   --dw-color-button-primary, so EVERY .btn-primary fill on the site resolves
   through this file: leaving it brown leaves 36 ADD TO CART pills, APPLY FOR A
   DEALER ACCOUNT, every SHOP pill and DISCOVER MORE brown while the rest of the
   site turns green. Secondary = navy on the three LIGHT schemes (a distinct rank
   beside verdigris: 38 deg apart, 3.33 ratio between); dark/darksubtle keep
   #1B6E7E because navy on their own navy band is 1.00 contrast - invisible.
   The former "primary" scheme stays repurposed, now a SEA-GLASS #CFE7E0 band
   (navy text 13.42:1). Navy foreground #0C1B29 kept. */
.dw-colorscheme-light,
[data-dw-colorscheme="light"] {
/* Light */
--dw-color-background: #F7FAFC;
--dw-color-background-rgb: 247, 250, 252;
--dw-color-foreground: #0C1B29;
--dw-color-foreground-rgb: 12, 27, 41;
--dw-color-button-primary: #C9A227;
--dw-color-button-primary-rgb: 201, 162, 39;
--dw-color-button-primary-contrast: #0C1B29;
--dw-color-button-secondary: #0C1B29;
--dw-color-button-secondary-rgb: 12, 27, 41;
--dw-color-button-secondary-contrast: #fff;
}
.dw-colorscheme-lightgrey1,
[data-dw-colorscheme="lightgrey1"] {
/* Light Grey 1 */
--dw-color-background: #EAF1F5;
--dw-color-background-rgb: 234, 241, 245;
--dw-color-foreground: #0C1B29;
--dw-color-foreground-rgb: 12, 27, 41;
--dw-color-button-primary: #C9A227;
--dw-color-button-primary-rgb: 201, 162, 39;
--dw-color-button-primary-contrast: #0C1B29;
--dw-color-button-secondary: #0C1B29;
--dw-color-button-secondary-rgb: 12, 27, 41;
--dw-color-button-secondary-contrast: #fff;
}
.dw-colorscheme-lightgrey2,
[data-dw-colorscheme="lightgrey2"] {
/* Light Grey 2 */
--dw-color-background: #D8E4EB;
--dw-color-background-rgb: 216, 228, 235;
--dw-color-foreground: #0C1B29;
--dw-color-foreground-rgb: 12, 27, 41;
--dw-color-button-primary: #C9A227;
--dw-color-button-primary-rgb: 201, 162, 39;
--dw-color-button-primary-contrast: #0C1B29;
--dw-color-button-secondary: #0C1B29;
--dw-color-button-secondary-rgb: 12, 27, 41;
--dw-color-button-secondary-contrast: #fff;
}
.dw-colorscheme-dark,
[data-dw-colorscheme="dark"] {
/* Dark */
--dw-color-background: #0C1B29;
--dw-color-background-rgb: 12, 27, 41;
--dw-color-foreground: #EAF1F5;
--dw-color-foreground-rgb: 234, 241, 245;
--dw-color-button-primary: #C9A227;
--dw-color-button-primary-rgb: 201, 162, 39;
--dw-color-button-primary-contrast: #0C1B29;
--dw-color-button-secondary: #1B6E7E;
--dw-color-button-secondary-rgb: 27, 110, 126;
--dw-color-button-secondary-contrast: #fff;
}
.dw-colorscheme-darksubtle,
[data-dw-colorscheme="darksubtle"] {
/* Dark Subtle */
--dw-color-background: #13293D;
--dw-color-background-rgb: 19, 41, 61;
--dw-color-foreground: #BFD3DE;
--dw-color-foreground-rgb: 191, 211, 222;
--dw-color-button-primary: #C9A227;
--dw-color-button-primary-rgb: 201, 162, 39;
--dw-color-button-primary-contrast: #0C1B29;
--dw-color-button-secondary: #1B6E7E;
--dw-color-button-secondary-rgb: 27, 110, 126;
--dw-color-button-secondary-contrast: #fff;
}
.dw-colorscheme-primary,
[data-dw-colorscheme="primary"] {
/* Warm Sand (repurposed from the retired saturated-blue "primary" band) */
--dw-color-background: #CFE7E0;
--dw-color-background-rgb: 207, 231, 224;
--dw-color-foreground: #0C1B29;
--dw-color-foreground-rgb: 12, 27, 41;
--dw-color-button-primary: #C9A227;
--dw-color-button-primary-rgb: 201, 162, 39;
--dw-color-button-primary-contrast: #0C1B29;
--dw-color-button-secondary: #0C1B29;
--dw-color-button-secondary-rgb: 12, 27, 41;
--dw-color-button-secondary-contrast: #fff;
}
.dw-colorscheme-secondary,
[data-dw-colorscheme="secondary"] {
/* Secondary */
--dw-color-background: #14535F;
--dw-color-background-rgb: 20, 83, 95;
--dw-color-foreground: #EAF1F5;
--dw-color-foreground-rgb: 234, 241, 245;
--dw-color-button-primary: #C9A227;
--dw-color-button-primary-rgb: 201, 162, 39;
--dw-color-button-primary-contrast: #0C1B29;
--dw-color-button-secondary: #A0AEC0;
--dw-color-button-secondary-rgb: 160, 174, 192;
--dw-color-button-secondary-contrast: #000;
}
