---
name: default
fonts:
  body: Inter
  mono: JetBrains Mono
  display: Inter
theme:
  default: system
themes:
  light:
    background: "#faf9f6"
    surface: "#ffffff"
    surfaceAlt: "#f2f4f0"
    line: "#e2e6df"
    text: "#1a1c1a"
    muted: "#5c655c"
    accent: "#4d7c0f"
    accentAlt: "#0e7490"
    warn: "#b45309"
    danger: "#dc2626"
  dark:
    background: "#0a0a0a"
    surface: "#111312"
    surfaceAlt: "#161a18"
    line: "#26302a"
    text: "#e7ece8"
    muted: "#8b938c"
    accent: "#a3e635"
    accentAlt: "#5ad6c0"
    warn: "#f5c451"
    danger: "#ff6b6b"
layout:
  contentWidth: 980
  pagePadding: 24
  mobilePagePadding: 16
  heroTop: 40
  heroBottom: 28
  sectionSpacing: 36
  figureSpacing: 22
  panelPadding: 16
  footerSpacing: 64
  printMargin: 24
artifact:
  density: compact
  radius: 10
  printTheme: light
---

# Design

Project-wide artifact rendering defaults. Keep artifact-specific metadata in the Markdown artifact frontmatter.
