version: "1.0"
name: "Bauhaus"

colors:
  background: "#F7F4EE"
  surface: "#FFFFFF"
  text-primary: "#111111"
  text-secondary: "#4B5563"
  border: "#111111"
  accent-1: "#D62828"
  accent-2: "#F4C430"
  accent-3: "#0F4CDB"
  shadow: "none"

typography:
  headline-lg:
    family: "Space Grotesk"
    weight: 700
    size: "48px"
    line-height: "1.08"
    letter-spacing: "-0.03em"
  headline-sm:
    family: "Space Grotesk"
    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: "2px"
  lg: "3px"

components:
  button-primary:
    background: "#111111"
    color: "#FFFFFF"
    border: "2px solid #111111"
    border-radius: "0px"
    padding: "12px 22px"

  frame-card:
    background: "#FFFFFF"
    border: "2px solid #111111"
    padding: "24px"

rationale:
  - Build hierarchy with geometric composition and contrasting blocks of primary color.
  - Let negative space and alignment feel engineered rather than decorative.
