/* nit · shadcn theme (OKLCH)
   Only colour variables. --radius, --destructive, spacing and component styles stay as they are in your system.
   brand-* and sale are extra variables: register them in the Tailwind theme to use them as classes (bg-sale, text-brand-olive…).
   Kraft (#B07A48) has 3.46:1 contrast on light backgrounds: decoration and large text only. */

:root {
  --background: oklch(0.980 0.009 84.6); /* #FBF8F2 */
  --foreground: oklch(0.307 0.038 50.6); /* #3F2A1E */
  --card: oklch(1.000 0.000 89.9); /* #FFFFFF */
  --card-foreground: oklch(0.307 0.038 50.6); /* #3F2A1E */
  --popover: oklch(1.000 0.000 89.9); /* #FFFFFF */
  --popover-foreground: oklch(0.307 0.038 50.6); /* #3F2A1E */
  --primary: oklch(0.473 0.060 121.6); /* #56613A */
  --primary-foreground: oklch(0.980 0.009 84.6); /* #FBF8F2 */
  --secondary: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --secondary-foreground: oklch(0.307 0.038 50.6); /* #3F2A1E */
  --muted: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --muted-foreground: oklch(0.530 0.031 59.9); /* #7A685A */
  --accent: oklch(0.931 0.020 116.0); /* #E7EADB */
  --accent-foreground: oklch(0.375 0.047 121.3); /* #3D4528 */
  --border: oklch(0.892 0.023 78.2); /* #E4DACB */
  --input: oklch(0.892 0.023 78.2); /* #E4DACB */
  --ring: oklch(0.473 0.060 121.6); /* #56613A */
  --brand-olive: oklch(0.473 0.060 121.6); /* #56613A */
  --brand-walnut: oklch(0.307 0.038 50.6); /* #3F2A1E */
  --brand-kraft: oklch(0.624 0.095 62.5); /* #B07A48 */
  --brand-sage: oklch(0.839 0.032 115.1); /* #C9CDB6 */
  --brand-linen: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --brand-paper: oklch(0.980 0.009 84.6); /* #FBF8F2 */
  --brand-gold: oklch(0.802 0.072 77.0); /* #D9B98A */
  --sale: oklch(0.533 0.107 40.2); /* #A0553A */
  --sale-foreground: oklch(1.000 0.000 89.9); /* #FFFFFF */
  --section: oklch(0.951 0.016 82.8); /* #F4EEE3 */
}

.dark {
  --background: oklch(0.222 0.011 60.9); /* #1F1A16 */
  --foreground: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --card: oklch(0.254 0.014 57.6); /* #28211C */
  --card-foreground: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --popover: oklch(0.254 0.014 57.6); /* #28211C */
  --popover-foreground: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --primary: oklch(0.733 0.075 119.3); /* #A3B07A */
  --primary-foreground: oklch(0.222 0.011 60.9); /* #1F1A16 */
  --secondary: oklch(0.297 0.018 59.9); /* #342B24 */
  --secondary-foreground: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --muted: oklch(0.297 0.018 59.9); /* #342B24 */
  --muted-foreground: oklch(0.729 0.029 72.7); /* #B3A594 */
  --accent: oklch(0.361 0.042 121.2); /* #3A4128 */
  --accent-foreground: oklch(0.931 0.020 116.0); /* #E7EADB */
  --border: oklch(0.333 0.020 60.7); /* #3E342C */
  --input: oklch(0.333 0.020 60.7); /* #3E342C */
  --ring: oklch(0.733 0.075 119.3); /* #A3B07A */
  --brand-olive: oklch(0.473 0.060 121.6); /* #56613A */
  --brand-walnut: oklch(0.307 0.038 50.6); /* #3F2A1E */
  --brand-kraft: oklch(0.624 0.095 62.5); /* #B07A48 */
  --brand-sage: oklch(0.839 0.032 115.1); /* #C9CDB6 */
  --brand-linen: oklch(0.951 0.016 82.8); /* #F4EEE3 */
  --brand-paper: oklch(0.980 0.009 84.6); /* #FBF8F2 */
  --brand-gold: oklch(0.802 0.072 77.0); /* #D9B98A */
  --sale: oklch(0.707 0.105 41.7); /* #D88A6C */
  --sale-foreground: oklch(0.222 0.011 60.9); /* #1F1A16 */
  --section: oklch(0.254 0.014 57.6); /* #28211C */
}
