/* GENERATED by brand/scripts/dtcg-to-css.mjs — do not edit by hand.
 * The Hologram brand layer: warm paper (:root) and warm dark (.dark),
 * accent #e93b01. Source of truth: brand/tokens/hologram-tokens.json */

:root {
  --background: #f3f3ee;
  --foreground: #302b28;
  --card: #ffffff;
  --card-foreground: #302b28;
  --popover: #ffffff;
  --popover-foreground: #302b28;
  --primary: #302b28;
  --primary-foreground: #f3f3ee;
  --secondary: #eae9e1;
  --secondary-foreground: #302b28;
  --muted: #eae9e1;
  --muted-foreground: #6b6660;
  --accent: #e0dfd6;
  --accent-foreground: #302b28;
  --brand: #e93b01;
  --brand-foreground: #ffffff;
  --destructive: #e7000b;
  --border: #deddd4;
  --input: #deddd4;
  --ring: #a8a399;
  --chart-1: #e93b01;
  --chart-2: #302b28;
  --chart-3: #6b6660;
  --chart-4: #a8a399;
  --chart-5: #deddd4;
  --sidebar: #eae9e1;
  --sidebar-foreground: #302b28;
  --sidebar-primary: #e93b01;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #e0dfd6;
  --sidebar-accent-foreground: #302b28;
  --sidebar-border: #deddd4;
  --sidebar-ring: #a8a399;
  --radius: 0.625rem;
  --font-sans: Geist, Inter, sans-serif;
  --font-display: Archivo, Geist, sans-serif;
  --font-mono: Geist Mono, JetBrains Mono, monospace;
  --tracking-display: -0.03em;
  --tracking-caps: 0.22em;
}

.dark {
  --background: #151312;
  --foreground: #f6f5f4;
  --card: #1e1c1b;
  --card-foreground: #f6f5f4;
  --popover: #1e1c1b;
  --popover-foreground: #f6f5f4;
  --primary: #e7e5e3;
  --primary-foreground: #1e1c1b;
  --secondary: #282624;
  --secondary-foreground: #f6f5f4;
  --muted: #282624;
  --muted-foreground: #a6a4a2;
  --accent: #282624;
  --accent-foreground: #f6f5f4;
  --brand: #e93b01;
  --brand-foreground: #ffffff;
  --destructive: #ff6467;
  --border: #ffffff1a;
  --input: #ffffff26;
  --ring: #757371;
  --chart-1: #e93b01;
  --chart-2: #d6d4d2;
  --chart-3: #a3a09e;
  --chart-4: #757371;
  --chart-5: #545250;
  --sidebar: #1e1c1b;
  --sidebar-foreground: #f6f5f4;
  --sidebar-primary: #e93b01;
  --sidebar-primary-foreground: #ffffff;
  --sidebar-accent: #282624;
  --sidebar-accent-foreground: #f6f5f4;
  --sidebar-border: #ffffff1a;
  --sidebar-ring: #757371;
}
