/* Living Page — colour tokens (light theme).
   https://brand.livingpage.app — regenerated on every deploy from the same source the guidelines render from. */
:root {
  color-scheme: light;
  --background: #f6f3ec;
  --foreground: #1c1a17;
  --card: #fffdf8;
  --primary: #4a45e0;
  --primary-foreground: #ffffff;
  --secondary: #f1ede4;
  --muted: #f1ede4;
  --muted-foreground: #6b6862;
  --border: #eae5da;
  --input: #cac8c3;
  --brand: #4a45e0;
  --brand-foreground: #ffffff;
  --brand-muted: #ece9fd;
  --chart-1: #4a45e0;
  --chart-2: #c2632a;
  --chart-3: #1c7a4d;
  --radius: 0.75rem;
}
