version: "1.0"
name: "Memphis"

colors:
  background: "#FFF8E8"
  surface: "#FFFFFF"
  text-primary: "#1F1A17"
  text-secondary: "#7A5C50"
  border: "#1F1A17"
  accent-1: "#FF4FA3"
  accent-2: "#00C2FF"
  accent-3: "#FFE45E"
  shadow: "#00C2FF"

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: "12px"
  md: "20px"
  lg: "28px"

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

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

components:
  button-primary:
    background: "#FFE45E"
    color: "#1F1A17"
    border: "3px solid #1F1A17"
    border-radius: "999px"
    box-shadow: "4px 4px 0 #FF4FA3"
    padding: "12px 22px"

  play-card:
    background: "#FFFFFF"
    border: "3px solid #1F1A17"
    border-radius: "20px"
    box-shadow: "8px 8px 0 #00C2FF"
    padding: "24px"

rationale:
  - Let pattern, color, and collision do the work—consistency is less important than upbeat energy.
  - Balance chaos with large type and strong grouping so the page still feels usable.
