{
  "name": "PHAT Foods - Liquid Gold",
  "version": "1.0",
  "typography": {
    "primary": "Custom Display",
    "secondary": "Inter",
    "weights": [300, 400, 500, 600],
    "sizes": {
      "h1": "4rem",
      "h2": "2.5rem",
      "h3": "1.8rem",
      "body": "1.1rem",
      "caption": "0.95rem"
    },
    "line_heights": {
      "heading": 1.1,
      "body": 1.6,
      "display": 1.0
    },
    "letter_spacing": {
      "heading": "-0.03em",
      "body": "0em",
      "display": "-0.04em"
    }
  },
  "colors": {
    "primary": "#D4AF37",
    "secondary": "#1A1A1A",
    "accent": "#8B4513",
    "background": "#FFFEF7",
    "surface": "#FAF9F0",
    "text": {
      "primary": "#2C2C2C",
      "secondary": "#5D4E37",
      "inverse": "#FFFEF7"
    },
    "gold_variants": {
      "light": "#F4E4BC",
      "medium": "#E6D690",
      "dark": "#B8860B",
      "metallic": "#DAA520"
    }
  },
  "layout": {
    "spacing": {
      "unit": "12px",
      "scale": [0.25, 0.5, 0.75, 1, 1.5, 2, 3, 4, 6, 8],
      "container": "1400px",
      "gutter": "32px"
    },
    "borders": {
      "radius": "8px",
      "width": "2px",
      "style": "solid"
    },
    "shadows": {
      "gold": "0 4px 12px rgba(212, 175, 55, 0.3)",
      "soft": "0 2px 8px rgba(0,0,0,0.1)",
      "luxury": "0 8px 32px rgba(212, 175, 55, 0.2)"
    }
  },
  "components": {
    "slide": {
      "padding": "3rem",
      "background": "var(--color-background)",
      "min_height": "100vh",
      "luxury_spacing": true
    },
    "heading": {
      "margin_bottom": "2rem",
      "font_weight": 500,
      "gold_accent": true
    },
    "content": {
      "margin_bottom": "1.5rem",
      "max_width": "900px",
      "generous_spacing": true
    }
  },
  "brand_voice": {
    "tone": "premium",
    "personality": ["sophisticated", "authentic", "health-conscious"],
    "avoid": ["casual", "cheap", "fast-food"]
  }
}