/* Willow design tokens, generated from willow-tokens.json */
:root, [data-theme="linen"] {
  --surface: #f3efe3;
  --surface-raised: #fbf9f3;
  --surface-sunken: #e9e3d3;
  --surface-inverse: #1c3d30;
  --ink: #1c3d30;
  --ink-strong: #131414;
  --ink-muted: #5b6560;
  --ink-inverse: #f3efe3;
  --brand: #1c3d30;
  --on-brand: #f3efe3;
  --accent: #c39f73;
  --accent-text: #7a5c38;
  --signal: #a8452f;
  --on-signal: #fbf9f3;
  --hairline: #c9bfa6;
  --border-strong: #77817b;
  --focus: #cc6047;
  --palette-willow-green: #1c3d30;
  --palette-linen: #f3efe3;
  --palette-chalk: #f6f5f5;
  --palette-ink: #131414;
  --palette-charcoal: #323333;
  --palette-sand: #c39f73;
  --palette-sage: #829c62;
  --palette-mist: #bbccba;
  --palette-clay: #cc6047;
  --palette-denim: #344b65;
  --product-jet-black: #131414;
  --product-chalk-white: #f6f5f5;
  --product-midnight-navy: #1f2a44;
  --product-heather-grey: #a7a9ac;
  --product-stone: #c9b49a;
  --product-willow-green: #1c3d30;
  --product-charcoal-melange: #4a4c4f;
  --product-sky: #a9c1d9;
  --product-denim: #344b65;
  --product-olive: #5c6b45;
  --product-oxblood: #5e2229;
  --product-sage: #829c62;
  --product-clay: #cc6047;
  --font-display: "Cormorant Garamond", "Cormorant", Georgia, "Times New Roman", serif;
  --font-sans: "Jost", "Futura", "Century Gothic", "Helvetica Neue", Arial, sans-serif;
  --font-urdu: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;
  --radius-none: 0px;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-arch: 240px;
  --radius-full: 9999px;
}
[data-theme="forest"] {
  --surface: #1c3d30;
  --surface-raised: #244a3b;
  --surface-sunken: #132b22;
  --surface-inverse: #f3efe3;
  --ink: #f3efe3;
  --ink-strong: #f6f5f5;
  --ink-muted: #b9c7bf;
  --ink-inverse: #1c3d30;
  --brand: #f3efe3;
  --on-brand: #1c3d30;
  --accent: #c39f73;
  --accent-text: #d8c0a0;
  --signal: #e8927c;
  --on-signal: #132b22;
  --hairline: #3d5a4d;
  --border-strong: #8fa396;
  --focus: #e8927c;
}
