version: "1.0"
name: "Art Deco"

colors:
  background: "#0F0B14"
  surface: "#18121F"
  text-primary: "#F4E6BE"
  text-secondary: "#C7B08A"
  border: "#D4AF37"
  accent-1: "#D4AF37"
  accent-2: "#F4E6BE"
  accent-3: "#6D597A"
  shadow: "rgba(0,0,0,0.28)"

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: "Inter"
    weight: 400
    size: "16px"
    line-height: "1.6"
  label-md:
    family: "Inter"
    weight: 600
    size: "13px"
    text-transform: "uppercase"
    letter-spacing: "0.05em"

rounded:
  sm: "0px"
  md: "0px"
  lg: "0px"

spacing:
  xs: "8px"
  sm: "16px"
  md: "24px"
  lg: "48px"

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

components:
  button-primary:
    background: "transparent"
    color: "#F4E6BE"
    border: "1px solid #D4AF37"
    border-radius: "0px"
    padding: "12px 24px"

  deco-panel:
    background: "#18121F"
    border: "1px solid #D4AF37"
    box-shadow: "0 18px 36px rgba(0,0,0,0.28)"
    padding: "24px"

rationale:
  - Use symmetry, line work, and metallic contrast to build luxury without clutter.
  - Allow ornament to frame content; primary information should still read quickly in plain text.
