{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "version": 2,
  "settings": {
    "appearanceTools": true,
    "layout": {
      "contentSize": "760px",
      "wideSize": "1180px"
    },
    "color": {
      "defaultPalette": false,
      "custom": true,
      "palette": [
        { "slug": "brand", "color": "#14c2b8", "name": "Brand teal" },
        { "slug": "brand-light", "color": "#5fddd2", "name": "Brand teal light" },
        { "slug": "ink", "color": "#0b1f2a", "name": "Ink" },
        { "slug": "ink-soft", "color": "#13313f", "name": "Ink soft" },
        { "slug": "slate", "color": "#4a5b66", "name": "Slate" },
        { "slug": "mist", "color": "#6b7d88", "name": "Mist" },
        { "slug": "surface", "color": "#ffffff", "name": "Surface" },
        { "slug": "surface-alt", "color": "#f4f7f8", "name": "Surface alt" },
        { "slug": "dark", "color": "#07161e", "name": "Dark" }
      ],
      "gradients": [
        {
          "slug": "brand-gradient",
          "gradient": "linear-gradient(120deg, #14c2b8 0%, #5fddd2 100%)",
          "name": "Brand gradient"
        },
        {
          "slug": "dark-gradient",
          "gradient": "linear-gradient(160deg, #07161e 0%, #0b2630 55%, #0c3a3a 100%)",
          "name": "Dark gradient"
        }
      ]
    },
    "typography": {
      "fluid": true,
      "lineHeightControl": true,
      "fontSizes": [
        { "slug": "small", "size": "0.9rem", "name": "Small" },
        { "slug": "medium", "size": "1.0625rem", "name": "Medium" },
        { "slug": "large", "size": "1.3rem", "name": "Large" },
        { "slug": "x-large", "size": "clamp(1.9rem, 3.6vw, 3rem)", "name": "Extra large" },
        { "slug": "huge", "size": "clamp(2.6rem, 6vw, 5rem)", "name": "Huge" }
      ]
    },
    "spacing": {
      "units": ["px", "em", "rem", "vh", "vw", "%"],
      "spacingScale": { "steps": 7 }
    }
  },
  "styles": {
    "color": {
      "background": "#ffffff",
      "text": "#13313f"
    },
    "typography": {
      "fontFamily": "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Oxygen, Ubuntu, Cantarell, \"Helvetica Neue\", Arial, sans-serif",
      "fontSize": "1.0625rem",
      "lineHeight": "1.65"
    },
    "elements": {
      "link": {
        "color": { "text": "#0c8f88" },
        ":hover": { "color": { "text": "#0b1f2a" } }
      },
      "heading": {
        "color": { "text": "#0b1f2a" },
        "typography": { "lineHeight": "1.1", "fontWeight": "700" }
      },
      "button": {
        "color": { "background": "#14c2b8", "text": "#04201d" },
        "border": { "radius": "999px" },
        "spacing": { "padding": { "top": "0.9rem", "bottom": "0.9rem", "left": "1.7rem", "right": "1.7rem" } },
        ":hover": { "color": { "background": "#5fddd2", "text": "#04201d" } }
      }
    }
  }
}
