/* Design tokens — édités via set_design_token */
:root {
  --charcoal: 213 60% 93%;
  --charcoal-light: 213 50% 87%;
  --teal-accent: 222 62% 28%;
  --background: 213 60% 93%;
  --foreground: 215 40% 18%;
  --card: 213 55% 97%;
  --card-foreground: 215 40% 18%;
  --popover: 213 55% 97%;
  --popover-foreground: 215 40% 18%;
  --primary: 222 62% 28%;
  --primary-foreground: 0 0% 100%;
  --secondary: 213 45% 85%;
  --secondary-foreground: 215 40% 18%;
  --muted: 213 45% 87%;
  --muted-foreground: 215 20% 38%;
  --accent: 222 62% 28%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 100%;
  --border: 213 40% 78%;
  --input: 213 40% 78%;
  --ring: 222 62% 28%;
  --radius: .75rem
}
