{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "color": {
      "palette": [
        { "slug": "primary",        "name": "Primary",        "color": "#5A9A9D" },
        { "slug": "primary-anchor", "name": "Primary ancla",  "color": "#9AB6BA" },
        { "slug": "primary-dark",   "name": "Primary dark",   "color": "#16494C" },
        { "slug": "tint",           "name": "Tint",           "color": "#ACCBBC" },
        { "slug": "cream",          "name": "Crema base",     "color": "#F4F2EC" },
        { "slug": "paper",          "name": "Paper",          "color": "#FBFAF6" },
        { "slug": "text",           "name": "Texto",          "color": "#1A1A1A" },
        { "slug": "text-soft",      "name": "Texto suave",    "color": "#6B6B66" },
        { "slug": "rule",           "name": "Línea",          "color": "#DDD8CE" }
      ],
      "custom": false,
      "customGradient": false
    },
    "typography": {
      "fontFamilies": [
        {
          "slug": "display",
          "name": "Display",
          "fontFamily": "\"Playfair Display\", \"EB Garamond\", Georgia, serif",
          "fontFace": [
            {
              "fontFamily": "Playfair Display",
              "fontWeight": "400 700",
              "fontStyle": "normal",
              "src": ["https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..700"]
            }
          ]
        },
        {
          "slug": "body",
          "name": "Body",
          "fontFamily": "\"Inter\", \"Open Sans\", -apple-system, system-ui, sans-serif",
          "fontFace": [
            {
              "fontFamily": "Inter",
              "fontWeight": "300 700",
              "fontStyle": "normal",
              "src": ["https://fonts.googleapis.com/css2?family=Inter:wght@300..700"]
            }
          ]
        }
      ],
      "fontSizes": [
        { "slug": "small",  "name": "Small",  "size": "0.88rem" },
        { "slug": "medium", "name": "Medium", "size": "1.02rem" },
        { "slug": "large",  "name": "Large",  "size": "1.45rem" },
        { "slug": "x-large","name": "X-Large","size": "2.4rem" },
        { "slug": "xx-large","name":"XX-Large","size":"4.6rem"}
      ]
    },
    "layout": {
      "contentSize": "920px",
      "wideSize": "1180px"
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--cream)",
      "text": "var(--wp--preset--color--text)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--body)",
      "lineHeight": "1.55"
    },
    "elements": {
      "h1": { "typography": { "fontFamily": "var(--wp--preset--font-family--display)", "fontSize": "var(--wp--preset--font-size--xx-large)", "fontWeight": "600" }, "color": { "text": "var(--wp--preset--color--primary-dark)" } },
      "h2": { "typography": { "fontFamily": "var(--wp--preset--font-family--display)", "fontSize": "var(--wp--preset--font-size--x-large)" }, "color": { "text": "var(--wp--preset--color--primary-dark)" } },
      "h3": { "typography": { "fontFamily": "var(--wp--preset--font-family--display)", "fontSize": "var(--wp--preset--font-size--large)" }, "color": { "text": "var(--wp--preset--color--primary-dark)" } },
      "link": { "color": { "text": "var(--wp--preset--color--primary-dark)" } },
      "button": {
        "color": { "background": "var(--wp--preset--color--primary)", "text": "#FFFFFF" },
        "border": { "radius": "8px" },
        "spacing": { "padding": { "top": "12px", "right": "20px", "bottom": "12px", "left": "20px" } }
      }
    }
  }
}
