version: "1.0"
name: "Vaporwave"

colors:
  background: "#FF71CE → #B967FF → #01CDFE"
  surface: "rgba(16,8,37,0.40)"
  text-primary: "#FFFFFF"
  text-secondary: "#FFFB96"
  border: "#FFFB96"
  accent-1: "#FFFB96"
  accent-2: "#01CDFE"
  accent-3: "#FF00A8"
  shadow: "#FF00A8"

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: "2px"

components:
  button-primary:
    background: "#FFFB96"
    color: "#B967FF"
    border: "2px solid #FFFFFF"
    border-radius: "0px"
    box-shadow: "4px 4px 0 #FF00A8"
    padding: "12px 22px"

  hero-panel:
    background: "rgba(16,8,37,0.40)"
    border: "2px solid #FFFB96"
    box-shadow: "6px 6px 0 #FF00A8"
    padding: "28px"

rationale:
  - Layer gradients, glows, grids, and nostalgic iconography without losing legibility.
  - The overall feeling should be dreamy and performative, not gritty or industrial.
