{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "atelier",
  "type": "registry:style",
  "title": "Kiln Atelier",
  "description": "Product-tier editorial register. Warm monochrome + terracotta, editorial serif, airy density. Extends @kiln/foundations.",
  "registryDependencies": [
    "https://kiln.alexlee.ai/r/foundations.json"
  ],
  "files": [
    {
      "path": "registry/atelier/atelier.css",
      "content": "/* @kiln/atelier — product-tier editorial register.\n * Extends @kiln/foundations. Warm monochrome + terracotta signature, editorial serif,\n * airy density. For landing pages, marketing moments, long-form operator notes.\n *\n * PLACEHOLDERS. Cycle 1.5 locks exact palette, serif choice (Newsreader vs Instrument\n * Serif vs Fraunces), and density numbers. Do not treat these values as final. */\n\n:root {\n  /* Type — editorial serif display + humanist sans body + mono for numerals. */\n  --font-sans: \"Inter\", system-ui, sans-serif;\n  --font-serif: \"Newsreader\", Georgia, serif;\n  --font-mono: \"JetBrains Mono\", ui-monospace, monospace;\n\n  /* Radii — editorial can go slightly softer on hero cards. */\n  --radius: 0.5rem;\n\n  /* Warm-mono + terracotta palette — placeholder. Cycle 1.5 tunes. */\n  --background: oklch(0.985 0.005 80);      /* cream canvas */\n  --foreground: oklch(0.18 0.01 60);        /* warm near-black ink */\n  --card: oklch(0.99 0.004 80);\n  --card-foreground: oklch(0.18 0.01 60);\n  --popover: oklch(0.99 0.004 80);\n  --popover-foreground: oklch(0.18 0.01 60);\n  --primary: oklch(0.58 0.16 45);           /* terracotta signature */\n  --primary-foreground: oklch(0.985 0.005 80);\n  --secondary: oklch(0.94 0.01 75);\n  --secondary-foreground: oklch(0.18 0.01 60);\n  --muted: oklch(0.94 0.01 75);\n  --muted-foreground: oklch(0.48 0.01 60);\n  --accent: oklch(0.92 0.02 70);\n  --accent-foreground: oklch(0.18 0.01 60);\n  --destructive: oklch(0.577 0.245 27.325);\n  --success: oklch(0.65 0.15 150);\n  --warning: oklch(0.78 0.16 85);\n  --border: oklch(0.88 0.01 75);\n  --input: oklch(0.88 0.01 75);\n  --ring: oklch(0.58 0.16 45);\n}\n",
      "type": "registry:style",
      "target": "app/atelier.css"
    }
  ]
}