version: "1.0"
name: "Glassmorphism"

colors:
  background: "#667EEA → #F093FB"
  surface: "rgba(255,255,255,0.18)"
  text-primary: "#FFFFFF"
  text-secondary: "rgba(255,255,255,0.82)"
  border: "rgba(255,255,255,0.28)"
  accent-1: "#FFFFFF"
  accent-2: "#9FE8FF"
  accent-3: "#F093FB"
  shadow: "rgba(17,24,39,0.22)"

typography:
  headline-lg:
    family: "Inter"
    weight: 700
    size: "48px"
    line-height: "1.08"
    letter-spacing: "-0.03em"
  headline-sm:
    family: "Inter"
    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: "14px"
  md: "24px"
  lg: "32px"

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

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

components:
  glass-card:
    background: "rgba(255,255,255,0.18)"
    border: "1px solid rgba(255,255,255,0.28)"
    border-radius: "24px"
    backdrop-filter: "blur(24px) saturate(180%)"
    box-shadow: "0 20px 50px rgba(17,24,39,0.22)"
    padding: "24px"

  button-primary:
    background: "rgba(255,255,255,0.24)"
    color: "#FFFFFF"
    border: "1px solid rgba(255,255,255,0.38)"
    border-radius: "14px"
    padding: "12px 20px"

rationale:
  - Keep the background energetic and the surfaces restrained so blur remains legible.
  - Use translucency to imply stacking, not to excuse weak contrast or messy layout.
