version: "1.0"
name: "Flat Design"

colors:
  background: "#F4F7FB"
  surface: "#FFFFFF"
  text-primary: "#1F2937"
  text-secondary: "#6B7280"
  border: "#D6E0F0"
  accent-1: "#2563EB"
  accent-2: "#14B8A6"
  accent-3: "#F59E0B"
  shadow: "none"

typography:
  headline-lg:
    family: "Poppins"
    weight: 700
    size: "48px"
    line-height: "1.08"
    letter-spacing: "-0.03em"
  headline-sm:
    family: "Poppins"
    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: "10px"
  md: "12px"
  lg: "20px"

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

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

components:
  button-primary:
    background: "#2563EB"
    color: "#FFFFFF"
    border: "none"
    border-radius: "999px"
    padding: "12px 22px"

  panel:
    background: "#FFFFFF"
    border: "1px solid #D6E0F0"
    border-radius: "12px"
    padding: "24px"

rationale:
  - Favor solid color blocking and illustration-like geometry over gradients or realistic depth.
  - Use rounded shapes and generous hit areas to keep the interface approachable.
