version: "1.0"
name: "Maximalism"

colors:
  background: "#FFF1E6 → #FFE4FA → #E6F7FF"
  surface: "rgba(255,255,255,0.88)"
  text-primary: "#19124A"
  text-secondary: "#6B5E87"
  border: "#19124A"
  accent-1: "#FF4FA3"
  accent-2: "#F59E0B"
  accent-3: "#00C2FF"
  shadow: "rgba(25,18,74,0.18)"

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: "16px"
  md: "28px"
  lg: "36px"

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

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

components:
  button-primary:
    background: "#19124A"
    color: "#FFFFFF"
    border: "2px solid #19124A"
    border-radius: "999px"
    box-shadow: "0 10px 24px rgba(25,18,74,0.22)"
    padding: "12px 22px"

  layered-card:
    background: "rgba(255,255,255,0.88)"
    border: "2px solid #19124A"
    border-radius: "28px"
    box-shadow: "0 18px 45px rgba(25,18,74,0.18)"
    padding: "24px"

rationale:
  - Celebrate abundance: gradients, stickers, overlapping cards, and multi-level color are all welcome.
  - Even in excess, keep a clear focal point so the page feels curated instead of accidental.
