{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "layout": { "contentSize": "720px", "wideSize": "1440px" },
    "color": {
      "palette": [
        { "slug": "ink",      "color": "#0f172a",      "name": "Ink" },
        { "slug": "ink-soft", "color": "#1e293b",  "name": "Ink Soft" },
        { "slug": "paper",    "color": "#fef3c7",    "name": "Paper" },
        { "slug": "paper-2",  "color": "#fde68a",   "name": "Paper Alt" },
        { "slug": "accent",   "color": "#1e40af",   "name": "Accent" },
        { "slug": "accent-2", "color": "#7c3aed",  "name": "Accent Deep" },
        { "slug": "accent-3", "color": "#f59e0b",  "name": "Accent Warm" },
        { "slug": "muted",    "color": "#475569",    "name": "Muted" },
        { "slug": "line",     "color": "#0f172a",     "name": "Line" }
      ],
      "custom": true,
      "defaultPalette": false,
      "defaultGradients": false
    },
    "typography": {
      "fontFamilies": [
        { "slug": "display", "name": "Display", "fontFamily": "\"Playfair Display\", serif" },
        { "slug": "body",    "name": "Body",    "fontFamily": "\"Cormorant Garamond\", sans-serif" },
        { "slug": "mono",    "name": "Mono",    "fontFamily": "\"JetBrains Mono\", monospace" }
      ],
      "fontSizes": [
        { "slug": "xs",  "size": "12px", "name": "XS",
          "fluid": { "min": "11px", "max": "13px" } },
        { "slug": "sm",  "size": "14px", "name": "SM",
          "fluid": { "min": "13px", "max": "15px" } },
        { "slug": "md",  "size": "17px", "name": "MD",
          "fluid": { "min": "15px", "max": "18px" } },
        { "slug": "lg",  "size": "22px", "name": "LG",
          "fluid": { "min": "18px", "max": "26px" } },
        { "slug": "xl",  "size": "36px", "name": "XL",
          "fluid": { "min": "26px", "max": "44px" } },
        { "slug": "xxl", "size": "clamp(40px, 6.5vw, 96px)", "name": "XXL" },
        { "slug": "hero","size": "clamp(56px, 11vw, 176px)", "name": "Hero" }
      ],
      "fluid": true,
      "textDecoration": true,
      "textTransform": true,
      "letterSpacing": true,
      "fontStyle": true,
      "fontWeight": true
    },
    "spacing": {
      "units": ["px","em","rem","%","vh","vw"],
      "spacingScale": { "operator":"*","increment":1.5,"steps":8,"mediumStep":24,"unit":"px" }
    },
    "border": { "color": true, "radius": true, "style": true, "width": true }
  },
  "styles": {
    "color": { "background": "var(--wp--preset--color--paper)", "text": "var(--wp--preset--color--ink)" },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--body)",
      "fontSize": "var(--wp--preset--font-size--md)",
      "lineHeight": "1.55"
    },
    "elements": {
      "h1": { "typography": { "fontFamily": "var(--wp--preset--font-family--display)", "fontSize": "var(--wp--preset--font-size--hero)", "lineHeight": "0.92", "letterSpacing": "-0.02em", "fontWeight": "300" } },
      "h2": { "typography": { "fontFamily": "var(--wp--preset--font-family--display)", "fontSize": "var(--wp--preset--font-size--xxl)", "lineHeight": "0.98", "letterSpacing": "-0.02em", "fontWeight": "400" } },
      "h3": { "typography": { "fontFamily": "var(--wp--preset--font-family--display)", "fontSize": "var(--wp--preset--font-size--xl)", "lineHeight": "1.1", "fontWeight": "500" } },
      "link": { "color": { "text": "var(--wp--preset--color--ink)" } },
      "button": {
        "color": { "background": "var(--wp--preset--color--ink)", "text": "var(--wp--preset--color--paper)" },
        "border": { "radius": "0px" },
        "typography": { "fontFamily": "var(--wp--preset--font-family--mono)", "fontSize": "12px", "letterSpacing": "0.08em", "textTransform": "uppercase" },
        "spacing": { "padding": { "top":"14px","right":"22px","bottom":"14px","left":"22px" } }
      }
    }
  },
  "templateParts": [
    { "name": "header", "title": "Header", "area": "header" },
    { "name": "footer", "title": "Footer", "area": "footer" }
  ]
}
