{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 3,
  "settings": {
    "appearanceTools": true,
    "useRootPaddingAwareAlignments": true,
    "layout": {
      "contentSize": "820px",
      "wideSize": "1280px"
    },
    "color": {
      "defaultPalette": false,
      "defaultGradients": false,
      "defaultDuotone": false,
      "palette": [
        {
          "name": "Background",
          "slug": "bg",
          "color": "#f6f8fb"
        },
        {
          "name": "Background Soft",
          "slug": "bg-soft",
          "color": "#e8eef5"
        },
        {
          "name": "Background Accent",
          "slug": "bg-accent",
          "color": "#d5e0ec"
        },
        {
          "name": "Blue Deep",
          "slug": "blue-deep",
          "color": "#1e3a5f"
        },
        {
          "name": "Blue",
          "slug": "blue",
          "color": "#3b6392"
        },
        {
          "name": "Blue Soft",
          "slug": "blue-soft",
          "color": "#7fa2c4"
        },
        {
          "name": "Blue Mist",
          "slug": "blue-mist",
          "color": "#b8cde0"
        },
        {
          "name": "Accent (Gold)",
          "slug": "accent",
          "color": "#c9a961"
        },
        {
          "name": "Accent Soft",
          "slug": "accent-soft",
          "color": "#e0c68a"
        },
        {
          "name": "Ink",
          "slug": "ink",
          "color": "#1a2a3d"
        },
        {
          "name": "Ink Soft",
          "slug": "ink-soft",
          "color": "#3d4e63"
        },
        {
          "name": "Ink Muted",
          "slug": "ink-muted",
          "color": "#6a7a8c"
        }
      ]
    },
    "typography": {
      "defaultFontSizes": false,
      "fluid": true,
      "fontFamilies": [
        {
          "name": "Cormorant Garamond",
          "slug": "cormorant",
          "fontFamily": "\"Cormorant Garamond\", Georgia, serif"
        },
        {
          "name": "Work Sans",
          "slug": "work-sans",
          "fontFamily": "\"Work Sans\", -apple-system, BlinkMacSystemFont, sans-serif"
        }
      ],
      "fontSizes": [
        {
          "name": "Small",
          "slug": "small",
          "size": "clamp(13px, 0.9vw, 14px)"
        },
        {
          "name": "Body",
          "slug": "body",
          "size": "clamp(15.5px, 1.2vw, 16.5px)"
        },
        {
          "name": "Medium",
          "slug": "medium",
          "size": "clamp(17px, 1.4vw, 18px)"
        },
        {
          "name": "Large",
          "slug": "large",
          "size": "clamp(1.3rem, 2.2vw, 1.7rem)"
        },
        {
          "name": "Extra Large",
          "slug": "x-large",
          "size": "clamp(1.6rem, 2.8vw, 2.4rem)"
        },
        {
          "name": "2X Large",
          "slug": "xx-large",
          "size": "clamp(2rem, 4vw, 3.8rem)"
        },
        {
          "name": "3X Large",
          "slug": "xxx-large",
          "size": "clamp(3.2rem, 7vw, 7rem)"
        },
        {
          "name": "Hero",
          "slug": "hero",
          "size": "clamp(4rem, 9vw, 9rem)"
        }
      ]
    },
    "spacing": {
      "defaultSpacingSizes": false,
      "units": ["px", "em", "rem", "vh", "vw", "%"],
      "spacingSizes": [
        {
          "name": "XS",
          "slug": "xs",
          "size": "12px"
        },
        {
          "name": "Small",
          "slug": "sm",
          "size": "24px"
        },
        {
          "name": "Medium",
          "slug": "md",
          "size": "40px"
        },
        {
          "name": "Large",
          "slug": "lg",
          "size": "60px"
        },
        {
          "name": "Extra Large",
          "slug": "xl",
          "size": "100px"
        },
        {
          "name": "2X Large",
          "slug": "xxl",
          "size": "140px"
        },
        {
          "name": "Section Gutter",
          "slug": "gutter",
          "size": "56px"
        }
      ]
    },
    "custom": {
      "line": "rgba(30, 58, 95, 0.13)"
    }
  },
  "styles": {
    "color": {
      "background": "var(--wp--preset--color--bg)",
      "text": "var(--wp--preset--color--ink-soft)"
    },
    "typography": {
      "fontFamily": "var(--wp--preset--font-family--work-sans)",
      "fontWeight": "300",
      "fontSize": "var(--wp--preset--font-size--body)",
      "lineHeight": "1.75"
    },
    "spacing": {
      "blockGap": "1.5rem",
      "padding": {
        "top": "0",
        "right": "0",
        "bottom": "0",
        "left": "0"
      }
    },
    "elements": {
      "h1": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--cormorant)",
          "fontWeight": "300",
          "fontSize": "var(--wp--preset--font-size--xxx-large)",
          "lineHeight": "0.95",
          "letterSpacing": "-0.02em"
        },
        "color": {
          "text": "var(--wp--preset--color--blue-deep)"
        }
      },
      "h2": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--cormorant)",
          "fontWeight": "300",
          "fontSize": "var(--wp--preset--font-size--xx-large)",
          "lineHeight": "1.1",
          "letterSpacing": "-0.02em"
        },
        "color": {
          "text": "var(--wp--preset--color--blue-deep)"
        }
      },
      "h3": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--cormorant)",
          "fontWeight": "400",
          "fontSize": "var(--wp--preset--font-size--x-large)",
          "lineHeight": "1.2",
          "letterSpacing": "-0.01em"
        },
        "color": {
          "text": "var(--wp--preset--color--blue-deep)"
        }
      },
      "h4": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--cormorant)",
          "fontWeight": "400",
          "fontSize": "var(--wp--preset--font-size--large)",
          "lineHeight": "1.25"
        },
        "color": {
          "text": "var(--wp--preset--color--blue-deep)"
        }
      },
      "link": {
        "color": {
          "text": "var(--wp--preset--color--blue-deep)"
        },
        ":hover": {
          "color": {
            "text": "var(--wp--preset--color--accent)"
          }
        }
      },
      "button": {
        "typography": {
          "fontFamily": "var(--wp--preset--font-family--work-sans)",
          "fontWeight": "500",
          "fontSize": "11.5px",
          "letterSpacing": "0.22em",
          "textTransform": "uppercase"
        },
        "color": {
          "background": "var(--wp--preset--color--blue-deep)",
          "text": "var(--wp--preset--color--bg)"
        },
        "border": {
          "radius": "100px"
        },
        "spacing": {
          "padding": {
            "top": "17px",
            "right": "32px",
            "bottom": "17px",
            "left": "32px"
          }
        },
        ":hover": {
          "color": {
            "background": "var(--wp--preset--color--accent)",
            "text": "var(--wp--preset--color--bg)"
          }
        }
      }
    }
  },
  "templateParts": [
    {
      "name": "header",
      "title": "Header",
      "area": "header"
    },
    {
      "name": "footer",
      "title": "Footer",
      "area": "footer"
    }
  ],
  "customTemplates": [
    {
      "name": "page-with-banner",
      "title": "Page with Banner",
      "postTypes": ["page"]
    },
    {
      "name": "page-homepage",
      "title": "Homepage",
      "postTypes": ["page"]
    }
  ]
}
