version: "1.0"
name: "Swiss Minimalism"

colors:
  background: "#FAFAF8"
  surface: "#FFFFFF"
  text-primary: "#111111"
  text-secondary: "#666666"
  border: "#E5E5E5"
  accent-1: "#111111"
  accent-2: "#D9D9D9"
  accent-3: "#F3F3F3"
  shadow: "none"

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

spacing:
  xs: "8px"
  sm: "16px"
  md: "32px"
  lg: "64px"

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

components:
  button-primary:
    background: "#111111"
    color: "#FFFFFF"
    border: "none"
    border-radius: "2px"
    padding: "12px 20px"

  content-block:
    background: "#FFFFFF"
    border: "1px solid #E5E5E5"
    border-radius: "2px"
    padding: "24px"

rationale:
  - Use alignment, scale, and margin to build drama instead of decorative styling.
  - Keep palettes achromatic unless a single anchor tone genuinely improves navigation or emphasis.
