version: "1.0"
name: "Editorial Serif"

colors:
  background: "#F5F1EA"
  surface: "#FFFFFF"
  text-primary: "#1A1A1A"
  text-secondary: "#5A5A5A"
  border: "#E8E0D0"
  accent-1: "#8B2E2E"
  accent-2: "#B08D57"
  accent-3: "#EFE6D8"
  shadow: "rgba(0,0,0,0.06)"

typography:
  headline-lg:
    family: "Cormorant Garamond"
    weight: 700
    size: "48px"
    line-height: "1.08"
    letter-spacing: "-0.03em"
  headline-sm:
    family: "Cormorant Garamond"
    weight: 700
    size: "24px"
    line-height: "1.25"
  body-md:
    family: "Georgia"
    weight: 400
    size: "16px"
    line-height: "1.6"
  label-md:
    family: "Georgia"
    weight: 600
    size: "13px"
    text-transform: "uppercase"
    letter-spacing: "0.05em"

rounded:
  sm: "2px"
  md: "2px"
  lg: "4px"

spacing:
  xs: "8px"
  sm: "16px"
  md: "28px"
  lg: "56px"

border-width:
  sm: "1px"
  md: "1px"
  lg: "1px"

components:
  button-primary:
    background: "#1A1A1A"
    color: "#F5F1EA"
    border: "none"
    border-radius: "2px"
    padding: "12px 22px"

  article-card:
    background: "#FFFFFF"
    border: "1px solid #E8E0D0"
    padding: "28px"
    box-shadow: "0 1px 3px rgba(0,0,0,0.06)"

rationale:
  - Let typography lead; ornaments should feel like publishing craft, not interface chrome.
  - Prefer warm whites, restrained accent colors, and generous line lengths for storytelling sections.
