version: "1.0"
name: "Pop Art"

colors:
  background: "#FFF8D6"
  surface: "#FFFFFF"
  text-primary: "#111111"
  text-secondary: "#444444"
  border: "#111111"
  accent-1: "#FF0054"
  accent-2: "#00B4FF"
  accent-3: "#FFE600"
  shadow: "#00B4FF"

typography:
  headline-lg:
    family: "Bangers"
    weight: 400
    size: "48px"
    line-height: "1.08"
    letter-spacing: "-0.03em"
  headline-sm:
    family: "Bangers"
    weight: 400
    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: "12px"
  md: "18px"
  lg: "24px"

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

border-width:
  sm: "2px"
  md: "3px"
  lg: "4px"

components:
  button-primary:
    background: "#FFE600"
    color: "#111111"
    border: "3px solid #111111"
    border-radius: "999px"
    box-shadow: "4px 4px 0 #FF0054"
    padding: "12px 22px"

  bubble-card:
    background: "#FFFFFF"
    border: "3px solid #111111"
    border-radius: "18px"
    box-shadow: "6px 6px 0 #00B4FF"
    padding: "24px"

rationale:
  - Combine oversized lettering with hard outlines and halftone-like accents.
  - Humor is part of the interface voice; microcopy can be cheekier than in most styles.
